@charset "utf-8";

/* CSS Document: Elements.css */

#wrap{
	width:1000px;
	height:auto;
	margin:0 auto;
	background:url(../images/wrap.png);
}

#newsticker{
	float:left;
	width:1000px;
	height:20px;
}

#newsticker p{
	font-size:10px;
	margin:5px 15px;
}

#newsticker a{
	font-weight:bold;
	color:#0066FF;
}

#newsticker a:hover{
	color:#FF3300;
}

#head{
	float:left;
	width:1000px;
	height:200px;
	background:url(../images/header.png) no-repeat;
}

#navigation{
	float:right;
	width:650px;
	height:35px;
	background:url(../images/navigation_bckgrnd.png);
	margin:150px 10px 0 0;
}

#navigation a{
	float:left;
	display:block;
	margin:0 5px;
	padding:5px 10px;
	color:#DDDDDD;
	text-decoration:none;
	font-size:20px;
}

#navigation a:hover{
	color:#FFFFFF;
}

#navigation img{
	border:0;
}

#content{
	float:left;
	width:1000px;
	min-height:350px;
}

#content p{
	color:#333333;
	font-size:12px;
}

#content a{
	font-weight:bold;
	color:#0066FF;
	text-decoration:none;
}

#content a:hover{
	color:#FF3300;
}

#text{
	float:left;
	width:620px;
	height:auto;
	margin:5px 30px;
}

#info{
	float:left;
	width:250px;
	height:auto;
	margin:5px 10px 25px 10px;
}

#info h3{
	color:#0066FF;
	width:270px;
	border-bottom:1px solid #CCC;
}

#info label{
	display:block;
	font-weight:bold;
}

#end{
	clear:left;
}

#foot{
	width:1000px;
	height:50px;
	color:#FFFFFF;
	background:url(../images/foot.png)  no-repeat;
	margin:0 auto;
}

#foot p{
	margin:0 20px;
	padding:15px 0;
	text-align:left;
	font-size:12px;
}

#foot a{
	color:#FFFFFF;
}

#foot a:hover{
	text-decoration:none;
}