a{
	color: #cc0000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body{
	background-color: #000000;
	font-family: "century gothic", sans-serif;
}

a img{
	border: 2px solid #000000;
}

a:hover img{
	border: 2px solid #cc0000;
}

.banner{
	background-image: url('images/banner.jpg');
	margin-left:auto;
	margin-right:auto;
	margin-top: -10px;
	height: 183px;
	width: 1024px;
}

.bodyContent {
	font-size: 10pt;
	margin-left:auto;
	margin-right:auto;
	width: 768px;
	text-align: left;
}

.contactAndrew{
	background-image: url('images/contactAndrew.png');
	float: left;
	height: 199px;
	width: 82px;
}

.contactClarke{
	background-image: url('images/contactClarke.png');
	float: left;
	height: 199px;
	width: 82px;
}

.contactContent{
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.contactInfo{
	float: left;
}

.container{
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

.copyright{
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	margin-left:auto;
	margin-right:auto;
	height: 35px;
	text-align: center;
}

.creditsAsterix{
	font-size: 10pt;
	padding: 30px 0px 10px 0px;
}

.creditsConceptArt{
	padding-left: 130px;
}

.creditsConceptColumn{
	float: left;
	padding-right: 50px;
}

.creditsContent{
	text-align: center;
}

.creditsModeling{
	padding-left: 143px;
}

.creditsNote{
	font-size: 10pt;
	padding-left: 5px;
}

.creditsProgramming{
	padding-left: 240px;
}

.creditsTeamLead{
	font-size: 10pt;
}

.creditsTeamMember{
	font-size: 10pt;
}

.creditsTeamTitle{
	clear: both;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	padding-top: 10px;
}

.footer{
	background-image: none;
	padding-top: 10px;
	position: relative;
	left: 332px;
	height: 128px;
	width: 360px;
	z-index: 0;
}

.footer #apcg{
	float: left;
}

.footer #apcg a{
	display: block;
	width: 120px;
	height: 128px;
	background: url(images/logo_apcg.png) no-repeat top left transparent;
}

.footer #apcg a:hover{
	background-position: bottom left; /*Shifts logo position on hover*/
}

.footer #csgs{
	float: left;
	width: 120px;
}

.footer #csgs a{
	display: block;
	width: 120px;
	height: 128px;
	background: url(images/logo_csgs.png) no-repeat top left transparent;
}

.footer #csgs a:hover{
	background-position: bottom left; /*Shifts logo position on hover*/
}

.footer #davis{
	float: left;
}

.footer #davis a{
	display: block;
	width: 120px;
	height: 128px;
	background: url(images/logo_davis.png) no-repeat top left transparent;
}

.footer #davis a:hover{
	background-position: bottom left; /*Shifts logo position on hover*/
}

.footerSilhouette{
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	width: 1024px;
}

.footerLinks{
	clear: both;
	font-size: 10pt;
	padding: 15px 125px 30px 125px;
	text-align: center;
	z-index: 5;
}

.footerLinks a{
	color: #000000;
	text-decoration: none;
}

.footerLinks a:hover{
	color: #cc0000;
}

.left{
	float: left;
	padding-right: 10px;
}

.mainBody{
	background-image: url('images/mainBackground.jpg');
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
	width: 1024px;
}

.right{
	float: right;
	padding-left: 10px;
}

.title{
	text-decoration: underline;
}

.topNavigation{
	height: 40px;
	padding: 0px 108px 0px 115px;
}

.topNavigation #home a{
	display: block;
	float: left;
	width: 70px;
	height: 50px;
	background: url(images/topNav/home.png) no-repeat top left transparent;
}

.topNavigation #home a:hover{
	background-position: bottom left; /*Shifts logo position on hover*/
}

.topNavigation #home a.active{
	background-position: bottom left; /*Shifts logo position on hover*/
}

.topNavigation #theGame a{
	display: block;
	float: left;
	width: 118px;
	height: 50px;
	background: url(images/topNav/theGame.png) no-repeat top left transparent;
}

.topNavigation #theGame a:hover{
	background-position: bottom left; /*Shifts logo position on hover*/
}

.topNavigation #theGame a.active{
	background-position: bottom left; /*Shifts logo position on hover*/
}

.topNavigation #documentation a{
	display: block;
	float: left;
	width: 174px;
	height: 50px;
	background: url(images/topNav/documentation.png) no-repeat top left transparent;
}

.topNavigation #documentation a:hover{
	background-position: bottom left; /*Shifts logo position on hover*/
}

.topNavigation #documentation a.active{
	background-position: bottom left; /*Shifts logo position on hover*/
}

.topNavigation #theTeam a{
	display: block;
	float: left;
	width: 118px;
	height: 50px;
	background: url(images/topNav/theTeam.png) no-repeat top left transparent;
}

.topNavigation #theTeam a:hover{
	background-position: bottom left; /*Shifts logo position on hover*/
}

.topNavigation #theTeam a.active{
	background-position: bottom left; /*Shifts logo position on hover*/
}

.topNavigation #media a{
	display: block;
	float: left;
	width: 92px;
	height: 50px;
	background: url(images/topNav/media.png) no-repeat top left transparent;
}

.topNavigation #media a:hover{
	background-position: bottom left; /*Shifts logo position on hover*/
}

.topNavigation #media a.active{
	background-position: bottom left; /*Shifts logo position on hover*/
}

.topNavigation #downloads a{
	display: block;
	float: left;
	width: 128px;
	height: 50px;
	background: url(images/topNav/downloads.png) no-repeat top left transparent;
}

.topNavigation #downloads a:hover{
	background-position: bottom left; /*Shifts logo position on hover*/
}

.topNavigation #downloads a.active{
	background-position: bottom left; /*Shifts logo position on hover*/
}

.topNavigation #contact a{
	display: block;
	float: left;
	width: 101px;
	height: 50px;
	background: url(images/topNav/contact.png) no-repeat top left transparent;
}

.topNavigation #contact a:hover{
	background-position: bottom left; /*Shifts logo position on hover*/
}

.topNavigation #contact a.active{
	background-position: bottom left; /*Shifts logo position on hover*/
}

.topSubNavigation{
	clear: both;
	font-size: 16pt;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	text-align: center;
}

.topSubNavigation a{
	color: #000000;
	padding-right: 20px;
}

.topSubNavigation a:hover{
	color: #cc0000;
	text-decoration: none;
}

.topSubNavigation a.active{
	color: #cc0000;
}




