body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/images/page/left_black.gif);
	background-repeat:repeat-y;
}
.clear {
clear:both;
}
p,td {
	font-size: 14px;
	color: #666666;
}
div#header{
background-image:url(/images/page/top_black.gif);
background-repeat:repeat-x;
height:123px; 
/*border:1px solid red;*/
}
div#header p{
	margin:10px 10px 0 0;
	float:right;
	padding:0;
	color:#FFFFFF;
}

div#header a{
color:#FFFFFF;
text-decoration:none;
/*font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;*/
}

div#header a:hover,
div#header a.selected{
color:#FFFF00;
}


div#menu{
/*border:1px solid red;*/
background-image:url(/images/page/menu_top.gif);
/*position:absolute; left:0;*/
background-repeat:no-repeat;
float:left;display:block; width:145px; padding:10px 0 0 0px;
}

div#menu ul{color:#FFFFFF; font-size:12px; width:124px; list-style-type:none; margin:0; padding:0px; text-align:center; line-height:30px;}
div#menu a{
color:#FFFFFF;
text-decoration:none;
/*font-weight:bold;*/
font-family:Geneva, Arial, Helvetica, sans-serif;
}

div#menu a:hover,
div#menu li.selected a{
color:#FFFF00;
}
div#content_block{
margin-left: 145px;
}
div#content_block h1{
text-align:center; 
margin-top:0; 
font-size:14px;
 color:#666666; 
font-weight:bold;
display:block;
}

a img{
border:0;
}


/*
Main Gallery Sytles (if using the display gallery functions, then use these.
*/
div.gallery_images{
	text-align:center;
/*	margin-left:auto;
	margin-right:auto;
	border:1px solid red;
	width: 90%;*/

	}

.gallery_images a img{
	border:0;
	}


.gallery_images table {
/*	border:1px solid red;*/

}
.gallery_images table tr.imagerow{
	/*height: 50px*/
}
.gallery_images table tr.imagerow a img{
	border:1px solid black;
}

.gallery_images table tr.titlerow{
	height: 20px
}

.gallery_images .paging{
text-align:center;
}

