@charset "utf-8";
/* CSS Document */

HTML, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/wrapper.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


.header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 970px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	float: left;
}

.headerLeft {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 33%;
	background-image: url(../images/left_header.gif);
	background-repeat: repeat-x;
	float: left;
}

.headerRight {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 33%;
	background-image: url(../images/right_header.gif);
	background-repeat: repeat-x;
	float: left;
}
.mainHolder {
	height: auto;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	background-image: url(images/bgMainHolder.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
	min-height:550px;
	color: #000000;
}
.banner{
	height: 100px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#666666;
	position: relative;
	background-image: url(images/banner1.jpg);
	background-repeat: no-repeat;
}
.txtBoxes {
	height: 16px;
	width: 150px;
	background-color: #C2D8FE;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 10px;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	height: 20px;
	width: 100px;
	border: 1px solid #FFFFFF;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
}


.mainPage {
	height: auto;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: none;
	background-color: #000000;
	color: #6597A2;
}
.flashMain {
	float: left;
	height: 393px;
	width: 700px;
}
.adsMain {
	float: left;
	height: 393px;
	width: 270px;
	background-color: #333333;
}


.topLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 24px;
	width: 970px;
	background-image: url(images/bgLinks.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	line-height: 24px;
	font-weight: bolder;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.linksLeft {
	background-color: #000000;
	min-height: 550px;
	width: 250px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding: 0px;
	color: #FF9900;
}
.padRight {
	padding: 10px;
}


.content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	height: 450px;
	width: 540px;
	margin: 0px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-image: url(images/content1BG.jpg);
	background-repeat: no-repeat;
	float: left;
}
.content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #6597A2;
	min-height: 550px;
	width: 870px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	float: left;
	background-image: url(images/bgPages.jpg);
	background-repeat: no-repeat;
}

.content3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #000000;
	height: 490px;
	width: 580px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: none;
	background-repeat: no-repeat;
	float: left;
}
.categoriesList {
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.horizontalDivider {
	background-color: #999999;
	height: 6px;
	width: 100%;
}
.brands {
	color: #FFFFFF;
	height: auto;
	width: auto;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	text-align: left;
	padding-left: 5px;
}

.cats {
	color: #FFFFFF;
	height: auto;
	width: auto;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	text-align: left;
	padding-left: 5px;
	font-size: 20px;
	clear: both;
}
.pictureHolder1 {
	height: 300px;
	width: 300px;
	float: left;
	padding: 20px;
	background-color: #999999;
	border: 4px solid #666666;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.signup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	background-color: #000000;
	height: 95px;
	font-weight: bold;
	width: 170px;
	background-image: url(images/BGSignUp.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 15px;
}
.mensPhoto {
	background-color: #666666;
	height: 480px;
	width: 695px;
}

.womensPhoto {
	background-color: #000000;
	height: 480px;
	width: 720px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.textHolder1 {
	height: auto;
	width: 450px;
	float: left;
	margin-top: 10px;
	color: #FFFFFF;
}
.picturesEvents {
	height: 150px;
	width: 864px;
	border: 4px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
.link{color:#990000}
.facebook {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 182px;
	text-align: center;
	background-color: #000000;
	height: 95px;
	font-weight: bold;
	width: 170px;
	background-image: url(images/BGSignUp.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
.footer {
	background-color: #000000;
	padding: 10px;
	width: 950px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
}
.Calendar {
	height: auto;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
.textHolder123 {
	width: 290px;
	float: left;
}
.pictureHolder123 {
	width: 529px;
	float: left;
	margin-left: 50px;
	margin-top: 50px;
}
