@charset "utf-8";
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,form ,a, fieldset,td,tr,table{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000;
}
#wrapper {
	background-color: #000;
	text-align: left;
	margin: 0 auto;
	width: 810px;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	z-index: 100;
}

#logoHeader {
	background-image: url(../_images/header1.jpg);
	height: 119px;
	width: 810px;
	margin-bottom: 5px;
}
#navList {
	display: inline;
	list-style-type: none;
	height: 20px;
}
#navListContainer {
	margin-left: 40px;
	padding-top: 13px;
}


#navList li, #portfolioList li {
	display: inline;
}

#navList li a {
	font-family: "MS Serif", "New York", serif;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	font-size: 0.9em;
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6FA2A5;
}
#navList li a:hover {
	background-color: #71A2A7;
}


#navHeader {
	background-image: url(../_images/nav1.jpg);
	height: 55px;
	width: 810px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#portfolioListContainer {
	margin-left: 200px;
	
}
#portfolioList {
	display: inline;
	list-style-type: none;
	height: 20px;
}
#portfolioList li {
	display: inline;
}
#portfolioList li a {
	font-family: "MS Serif", "New York", serif;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	font-size: 0.9em;
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6FA2A5;
}
#portfolioList li a:hover {
	background-color: #71A2A7;
}

#mainContent {
	background-image: url(../_images/bodymid1.jpg);
	background-repeat: repeat-y;
}
#mainContent #MCTopAdjust {
	background-image: url(../_images/bodytop1.jpg);
	height: 12px;
	width: 810px;
}
#mainContent #MCBottomAdjust {
	background-image: url(../_images/bodybottom1.jpg);
	height: 10px;
	width: 810px;
}
#theContent {
	margin-right: 40px;
	margin-left: 40px;
}
#theContent h1 {
	font-size: 1.4em;
	padding-bottom: 10px;
}
#theContent p {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}
#theContent #FlashID {
	float: right;
	margin-left: 15px;
	background-color: #182022;
}
#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 40px;
	margin-left: 40px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #71A2A7;
	border-right-color: #71A2A7;
	border-bottom-color: #71A2A7;
	border-left-color: #71A2A7;
}
#footer p {
	margin-right: 30px;
	margin-left: 30px;
	font-size: .8em;
	margin-top: 10px;
}

.green {
	color: #6C9DA2;
}



.activePage{
	background-color: #6C9DA2;
	
}
#profileTable  h2 {
	text-align: center;
}
#logoTable {
	margin-left: 25px;
	clear: both;
}
#adsTable {
	margin-left: 25px;
	clear: both;
}
#billboardTable {
	margin-left: 25px;
	clear: both;
}
#tshirtTable {
	margin-left: 25px;
	clear: both;
}
.center {
	text-align: center;
}
#profileTable td {
	text-align: center;
	vertical-align: top;
}
.white {
	color: #FFF;
}
.white:hover {
	color: #6C9DA2;
}
