/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background-color: #1D5472;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container{
	width: 970px;
	height: 580px;
	margin: 5px auto;
	background-image: url(images/background.index.jpg);
}

#container h1{
	margin-left: 320px;
	margin-top: 170px;
	
}

#container h1 img{
	width: 313px;
	height: 102px;	
}

#top{
	height: 91px;
	background-image: url(images/background.top.jpg);
	background-repeat: repeat-y;
}

#top p, #top h2, #top code{
	color: #FFFFFF;
	float: left;
	width: 280px;
	display: block;
}

#top p{
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
}

#top h2{
	font-size: 14px;
	font-weight: bold;
	width: 340px;
	text-align: center;
	margin-top: 40px;
}

#top code{
	font-size: 12px;
	text-align: left;
	margin: 60px 0px 0px 20px;
	width: 120px;
}

#navigation{
	text-align: center;
	margin-top: 160px;
	height: 44px;
	background-image: url(images/background.navigation.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}

#navigation ul{
	margin: 0;
	padding: 0;
}

#navigation li{
	background-image: url(images/generic.asteric.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	margin-right: 10px;
	padding-left: 20px;
}

#navigation a{
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover{
	color: #FFD40E;
}
.validate{
	text-align: center;
}
.validate ul{
	margin: 0;
	padding: 0;
}
.validate li{
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}
