a:link {
	color: #515151;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #515151;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.mainblock {
	width: 1100px;
	max-width: 1100px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 1100px; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	margin-top: 0;
	padding-top: 0px;
	padding-right: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../page_images/home_bg.png);
}

.mainblockgallery {
	width: 1150px;
	max-width: 1150px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 1150px; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	margin-top: 0;
	padding-top: 0px;
	padding-right: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../page_images/gallery_bg.png);
}
.contentarea {
	width: 1050px;
	max-width: 1050px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 1050px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background-color: #333333;
	margin: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	text-align: left;
}
.contentareanopadding {
	width: 1050px;
	max-width: 1000px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 1050px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background-color: #FFFFFF;
	margin: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

.pagegallery {
	width: 1100px;
	max-width: 1100px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 1100px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	text-align: center;
}
.contentarea50 {
	width: 1000px;
	max-width: 1000px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 1000px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-align: center;
	color: #515151;
	font-size: 12px;
}

.contentarea_pageleft {
	width: 700px;
	max-width: 700px;
	min-width: 700px;
	
	margin: 0px;
	padding-top: 0px;
	padding-right: 145px;
	padding-bottom: 0px;
	padding-left: 145px;
	text-align: left;
}

.contentarea_pageleft600 {
	width: 600px;
	max-width: 600px;
	min-width: 700px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 195px;
	padding-bottom: 0px;
	padding-left: 195px;
	text-align: left;
}

.contentarea_pageleft900 {
	width: 900px;
	max-width: 900px;
	min-width: 900px;
	
	margin: 0px;
	padding-top: 0px;
	padding-right: 55px;
	padding-bottom: 0px;
	padding-left: 55px;
	text-align: left;
}
.galleryheader {
	width: 1050px;
	max-width: 1050px;
	min-width: 1050px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 49px;
	padding-bottom: 0px;
	padding-left: 49px;
	text-align: center;
}


.footercopyright {

	background-color: #FFFFFF;
	width: 1100px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	
}

.boldtext {
	font-size: 14px;
	font-weight: bold;
}

.boldtext2 {
	font-size: 13px;
	font-weight: bold;
}

.header .content .contentarea .centerjustify p .centerjustify {
	text-align: center;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #515151;
	background-color: #D2D2C8;
}
.backgroundTD {
	background-image: url(../page_images/home_bg.png);
	width: 1200px;
	padding: 0px;
	text-align: center;
}


.BLACKTD {
	background-color: #181C17;
	width: 919px;
	padding: 10px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #CCC;
	
}


.tinytext {
	font-size: 9px;
	font-weight: bold;
}	

CENTER {
	text-align: center;
}
.page_title {
	font-size: 14px;
}
dates {
	font-size: 24px;
}
.datestext {
	font-size: 18px;
}
.mainblock .contentareanopadding table tr .subtitles table tr td ul li {
	text-align: center;
}
