html {
	font-family: Arial;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/bannerBg.jpg);
	background-repeat: repeat-x;
}
#outerContainer {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#innerContainer {
	background-image: url(../images/repeatingBG.jpg);
	background-repeat: repeat-y;
}
#bannerContainer {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 254px;
	width: 770px;
}
#banner {
	height: 207px;
	width: 770px;
}
#mainNav {
	height: 45px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#mainNav a:link, #mainNav a:visited, #mainNav a:active {
	font-size: 14px;
	line-height: 45px;
	color: #00bff3;
	font-weight: bold;
	text-decoration: none;
	height: 45px;
	width: 104px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #777777;
	display: block;
	
}
#mainNav a:hover {
	font-size: 14px;
	line-height: 45px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 45px;
	width: 104px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #777777;
	display: block;
	background-color: #000000;
}

#current {
	font-size: 14px;
	line-height: 45px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 45px;
	width: 104px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #777777;
	display: block;
	background-color: #000000;
}

#current.lineHeight {
	line-height: 18px;
	height: 45px;
	padding-top: 4px;
}

#sideBarContainer {
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#sideBar a:link, #sideBar a:visited, #sideBar a:active {
	font-size: 14px;
	line-height: 30px;
	color: #00bff3;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	width: 196px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777777;
	display: block;
	margin: 0px;
	
}
#sideBar a:hover {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	width: 196px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777777;
	display: block;
	background-color: #000000;
}



#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 770px;
	background-color: #000000;
	display: block;
}
