body{
	padding: 10px;
	color: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color: #003399;
	}
p{margin: 0;padding: 0 20px 15px 20px; font-weight:normal}
h1{margin: 0;padding: 10px 10px 15px; font-size: 140%; line-height: 1; color: #000099; text-align:center;}
h2{margin: 0;padding: 10px 10px 15px; font-size: 120%; line-height: 1; color: #000099; text-align:center;}
h3{margin: 0;padding: 10px 10px 15px; font-size: 110%; line-height: 1; color: #000000;}
h4{margin: 0;padding: 10px 10px 15px; font-size: 105%;	line-height: 1; color: #000000;}

hr { color: #608098;}

li{
padding-right:15px;
padding-bottom:10px;
}

div#container{
	width:975px !important;
	width /**/:985px;
	margin: 0 auto;
	text-align:left;
}
div#header{
	height: 130px;
	position: relative;
}
div#logo{	
	height: 130px;
	width: 975px;
	background-image:url(images/name2.gif);
	background-repeat:no-repeat;
	z-index: 95;
}

div#nav{
	width:800px;
	height: 20px;
	text-align:left;	
	background-repeat:no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	margin-top: -20px;
	margin-left: 170px;
	z-index: 100;
}

div#content-container
{width:100%;
background-color:#FFFFFF;
}

div#content-top{
height: 10px;
background-image:url(images/cont-top.gif);
background-repeat:no-repeat}

div#content{
	width:100%;
	padding:10px 0;
	background-color: #ffffff;
	color:#000000;
}

div#content-bottom{
height: 10px;
background-image:url(images/cont-bot.gif);
background-repeat:no-repeat}

div#footer{
	clear:both;
	margin:3px 0;
	padding:5px 0;
	text-align:center;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.copyright    {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.footer {
	color: #113576;
	font-weight: bold;
}

.gallery img {
	margin: 10px;
	border: 1px;
	padding:5px;
	border-color: #113576;
	border-style: solid;
	background-color: #e8eefe;
}

.error {
	text-align: center;
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	width: 400px;
	margin: 10px 0;
	padding-top: 10px;
	border: solid;
	border-color: #CC0000;
	background-color: #FFFFCC;
}