/* CSS Document */

/* GENERAL LAYOUT */

body {background-color:#000000;
	font-family: Eurostile, Helvetica, Sans Serif;
	font-size:16px;
	margin-top:0;
	color:white;
	}

#wrapper {margin:0 auto;
	background-image:url(images/content3.jpg);
	background-repeat: no-repeat;
	width:1024px;
	height:768px;
	}

#banner {text-align:center;
	padding:0px;
	float:none;
	height:175px;
	}
	
/* Nav Stuff */

#navigation {
	alt: Navigation Bar;
	height:50px;
	width:500px;
	font-size:24px;
	position:relative;
	left:285px;
	}
	
ul.MenuBarHorizontal ul.MenuBarItemSubmenu .dropdown {font-size:14px;
	}

#navigation a {font-family: Eurostile, Eurostile LT Std, Helvetica, Sans Serif;
	text-decoration:none;
	}
	
#navbuttonfirst {float:left;
	padding-left:205px;
	padding-top:10px;
	}
	
.navbutton {float:left;
	padding-left:75px;
	padding-top:10px;
	}
	
#navigation a {color:#afbec5;
	}
	
#navigation a:hover {color:#ff6600;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	}

#navactive a {color:#ff6600;
	}
/* End Nav Stuff */

#content {
	padding:0px;
	border: 0px solid white;
	float:left;
	height:500px;
	width:1024px;
	}

#footer {text-align:center;
	alt: Footer;
	padding:0px;
	border: 0px solid white;
	float:left;
	height:50px;
	width:1024px;
	}

/* OTHER DIVS */

#actualcontent { margin: auto;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	height:450px;
	width: 640px;
	color: #aebfc7;
	border: 0px white solid;
	}
	
br.halfbr {font-size: 1px;
	line-height: 30px;
	}

#footer a {text-decoration:none;
	color:#afbdc8;
	}
	
#actualcontent a {text-decoration:none;
	color: #ff6600;
	}
#actualcontent a:hover {text-decoration:none;
		color: white;
	}
	
table {font-size:16px;
	}
.tdwidth {
	width: 250px;
}
