@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px;}
body{
	background-color: #181D23;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00CCCC;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-color:#000000;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
}
#header{
	width:1000px;
	height:114px;
	background-image: url(images/header_01.jpg);
	background-repeat: no-repeat;
}
#footer{
	width:1000px;
	height:74px;
	background-image: url(images/footer_01.jpg);
	background-repeat: no-repeat;
	clear: left;
	text-align: center;
	padding-top: 40px;
	margin-top: 140px;
}
/*/img{
	float: left;
	border: 2px solid #000000;
	margin: 20px 15px 20px 20px;
	height: 142px;
	width: 160px;
}/*/
p{
	color: #003366;
}
p a:link{
	color: #FFFFFF;
	font-weight: bold;
}
p a:hover{
	color: #EB1C22;
}
p a:visited{
	color: #CCCC00;
}
.footer-p{
	color: #FFFFFF;
}
.footer-p a:link{
	color: #FFFFFF;
	font-weight: normal;
}
.footer-p a:hover{
	color: #EB1C22;
}
.footer-p a:visited{
	color: #FFFFFF;
}
.divp{
	margin-top: 10px;
	margin-bottom: 40px;
}
