/* CSS Document */

body
{
	background-image:url(../images/bgrpt.gif);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	text-align:center;
	margin:10px;
	margin-left:0px;
	margin-right:0px;
}

p { margin-top:10px; margin-bottom:10px; }

H1 { font-size: 1.5em; margin-top:20px; margin-bottom:10px; }
H2 { font-size: 1.3em; margin-top:20px; margin-bottom:10px; }


a, a:link, a:visited { color:#666666; text-decoration:none; }
a:hover { text-decoration:underline; }

.menu a, .menu a:link, .menu a:visited { color:#000000; text-decoration:none; }
.menu a:hover { text-decoration:underline; }

#menuBtm a, #menuBtm a:link, #menuBtm a:visited { color:#FFFFFF; text-decoration:none; }
#menuBtm a:hover { text-decoration:underline; }


#header
{
	width:750px;
	background-image:url(../images/topbg.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	height:145px;
}

.menuholder
{
	background-image:url(../images/menurpt.gif);
	background-repeat:repeat;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}

.menu
{
	width:750px;
	text-align:center;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
}

#media
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

#content
{
	width:710px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	background-color:#FFFFFF;
	text-align:left;
	color:#333333;
}

#contentLeft
{
	float:left;
	width:350px;	
}

#contentRight
{
	float:right;
	width:300px;
	clear:right;	
}

#menuholderBtm
{
	background-color:#333333;	
	height:20px;
	margin-left:auto;
	margin-right:auto;
}

#menuBtm
{
	width:750px;
	text-align:center;
	line-height:18px;
	margin-left:auto;
	margin-right:auto;
}

#footer
{
	width:750px;
	background-image:url(../images/btmbg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

#galList
{
    font-size:1.2em;
    font-weight:bold;
}





