@charset "utf-8";
/* CSS Document */

/*Main site properties*/
body {
	margin:0;
	padding:0;
	background:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #111541;
	background-image: url(../images/main_back.png);
	background-repeat: repeat-x;
}

/*Main site container*/
#container {
	width: 966px;
	margin: auto;
	text-align: center;
}

#nav {
	width: 966px;
	height: 167px;
	margin: auto;
	text-align: center;
}

#body {
	width: 966px;
	margin: auto;
	text-align: left;
	background-color: #d1d2d4;
}

#bodytext {
	width: 900px;
	margin: auto;
	text-align: left;
	background-color: #d1d2d4;
	padding-left: 33px;
	padding-right: 33px;
}

#upperbody {
	width: 966px;
	height: 81px;
	margin: auto;
	background-color: #d1d2d4;
	background-image: url(../images/body_background.png);
	background-repeat: no-repeat;
	padding-bottom: 36px;
	vertical-align:bottom;
	
}

#footer {
	width: 966px;
	height: 35px;
	margin: auto;
	text-align: center;
	text-align: left;
}

#navleft {
	width: 329px;
	height: 92px;
	float: left;
	text-align: left;
	padding-top: 75px;
	padding-right: 14px;
	
}

#logo {
	width: 279px;
	height: 167px;
	margin-left:344px;
	text-align: left;

}

#navright {
	width: 303px;
	height: 92px;
	float:right;
	text-align: left;
	padding-top: 75px;
	padding-left: 40px;
	
}


.navspacing-left {
		letter-spacing: 1px;
}

.navspacing-right {
		letter-spacing: 1px;
}



/* Text */

.yellowtext{
	color: #e4bd03;
	letter-spacing: 1px;
}

a.link:link {
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
}

a.link:visited {
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
}

a.link:hover {
	text-decoration: none;
	color: #e4bd03;
	letter-spacing: 1px;
}

a.link:active {
	text-decoration: none;
	letter-spacing: 1px;
}

a.link2:link {
	color: #111541;
	text-decoration: none;
}

a.link2:visited {
	color: #111541;
	text-decoration: none;
}

a.link2:hover {
	text-decoration: none;
	color: #e4bd03;
}

a.link2:active {
	text-decoration: none;
}