body {
	background-color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainWrapper {
	padding: 0;
	width: 1000px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #000;
}
#header {
	margin: 0px;
	padding: 0px;
}
#menu {
	text-transform: uppercase;
	margin: 0px;
	background-image: url(../_images/site/background.jpg);
	padding: 0px;
	height: 30px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	width: 1000px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	text-align: center;
}
#menu ul li {
	display:inline;
	padding-right: 25px;
	font-size: 85%;
}
#menu ul li a:hover {
	color: #FC0;
}
#menu ul li a:active {
	color: #FF0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body#home a#homeNav, body#shop a#shopNav, body#collection a#collectNav, body#fit a#fitNav, body#detail a#detailNav, body#campaign a#campNav, body#contests a#contestNav, body#history a#historyNav, body#wholesale a#wholeNav, body#contact a#contactNav, body#lifestyle a#lifeNav

{
	color: #FC0;
}
#mainContent {
	margin: 0px;
	overflow: hidden;/*Used to keep floating div contained within container*/
	text-align: justify;
	padding: 0px;
	border: 1px solid #000;
}
#footer {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	clear: both;
	display: inline;
}
#socialSites {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0px;
	float: right;
	margin-left: 0px;
}
#socialSites #facebook {
	float: left;
	margin-right: 10px;
}#socialSites #twitter {
	float: right;
}
#contact_video {
	float: left;
	width: 600px;
}
#about {
	float: right;
	width: 800px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FF0;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FC0;
}
.white {
	color: #FFF;
	font-size: 1.1em;
}
.gray {
	color: #999;
}
.yellowSelected {
	font-size: large;
	color: #FC0;
	text-align: center;
}
