html, body, .maintable {
	height: 100%;
}

h1, h1 a, h1 a:hover {
	font: normal 25px/30px Century Gothic, Arial, Verdana;
	margin: 0px 0px 20px 0px;
	color: #BB1313;
}

h2 {
	font: normal 18px/22px Century Gothic, Arial, Verdana;
	color: #6a929d;
	margin-bottom: 0; padding-bottom: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #95b0b7;
	font: normal normal normal 11px Century Gothic, Verdana;
}

a {
	text-decoration: none;
	color: #BB1313;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #F77673;
	font-weight: bold;
}

.pointer {
	cursor: pointer;
}

.formfield {
	border: 1px solid #000;
	border-left: 4px solid #080;
	width: 300px;
	height: 17px;
	font: normal 10px/12px verdana;
}

.formfield2 {
	border: 1px solid #000;
	border-left: 4px solid #080;
	width: 300px;
	font: normal 10px/12px verdana;
}

.internallink2 {
	text-decoration: none;
	color: #53666c;
	font-weight: normal;
	cursor: default;
}

.internallink2:hover {
	text-decoration: none;
	color: #53666c;
	font-weight: normal;
	cursor: default;
}


.internallink {
	text-decoration: none;
	color: #152e47;
	font-weight: normal;
	cursor: default;
}

.internallink:hover {
	text-decoration: none;
	color: #0f253b;
	font-weight: normal;
	cursor: default;
}

.home {
	font: normal normal bold 12px Century Gothic, Verdana;
}

#logo {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -390px;
	z-index: 100;
}

.newsletter {
	width: 248px;
	height: 148px;
	background: url('../images/news-bg.jpg') no-repeat;

}

.maintable {
	border-right: 1px solid #555;
	border-left: 1px solid #555;
	background-color: #FFF;
	width: 1000px;
}

.banner {
	background: url('../images/shadow.jpg') right repeat-y #FFF;
	height: 183px;
	text-align: right;
	vertical-align: top;
	
}

.main {
	background: url('../images/shadow.jpg') right repeat-y #FFF;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}



.sidebar {
	background: url('../images/right-bg.jpg') repeat-y;
	width: 248px;
}

.newsform {
	width: 175px;
	height: 30px;
	border: 1px solid #c0d9ed;
	background: #FFF;
	font: normal normal normal 18px/25px century gothic;
	color: #555;
}

.footer {
	vertical-align: bottom;
	text-align: center;
	height: 30px;
	padding-bottom: 15px;
	padding-top: 10px;
	border-top: 1px dotted #555;
	font: normal normal normal 10px Century Gothic, Verdana;
	color: #FFF;
	background: #000;
}

.footlink {
	text-decoration: none;
	color: #FFF;
}

.footlink:hover {
	color: #BC1414; 
}

.box {
	background: url('../images/box-bg.jpg') bottom center no-repeat;
	height: 80px;
	vertical-align: top;
	color: #152e47;
	padding: 0px 15px 20px 15px;
	font: normal normal normal 12px/17px Tahoma, Arial, Verdana, Sans-Serif;
}

.extrabox {
	color: #53666c;
	padding: 0px 15px 20px 15px;
	font: normal normal normal 12px/17px Tahoma, Arial, Verdana, Sans-Serif;
}

.testimonials {
	color: #53666c;
	padding: 0px 10px 20px 10px;
	width: 340px;
	font: normal normal normal 12px/17px Tahoma, Arial, Verdana, Sans-Serif;
}

.testimonials2 {
	color: #53666c !important;
	background: url('../images/quotes.gif') no-repeat #FFF;
	padding: 17px 45px 15px 45px;
	width: 340px;
	font: normal normal normal 12px/17px Tahoma, Arial, Verdana, Sans-Serif;
}

.subtle {
	color: #152e47;
	font-weight: normal;
}

.subtle:hover {
	color: #53666c;
	font-weight: normal;
}

.readme {
	color: #53666c;
}

.readme: hover {
	color: #4A4985;
}

.box2 {
	background: url('../images/box-bg.jpg') bottom center no-repeat;
	height: 80px;
	vertical-align: top;
	color: #FFF;
	padding: 0px 15px 20px 15px;
	font: normal normal normal 15px/18px Century Gothic, Verdana;
}

#mediabox {
	border: 1px solid #000;
	background: #EEE;
	float: left;
	margin: 10px;
	padding: 10px;
	text-align: left;
	width: 190px;
	height: 220px;
	overflow: auto;
	overflow-x: hidden;
}

#mediabox ul {
	margin: 10px;
	padding: 5;
}

.bigger {
	font: normal normal normal 15px/18px Century Gothic, Verdana;
}

.minihead {
	font: normal normal normal 18px/20px Georgia, Times New Roman, Serif;
}

.minihead2 {
	font: normal normal normal 18px/20px Georgia, Times New Roman, Serif;
	color: #BB1313;
}

hr {
	border: 0;
	border-bottom: 1px dotted #FFF;
}

.dark hr {
	border: 0;
	border-bottom: 1px dotted #888 !important;
}

#searchwomen {	
	border: 1px solid #CCC;
	background: url('../images/women.gif') top right no-repeat #FEE;
	padding: 15px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

#searchmen {
	border: 1px solid #CCC;
	background: url('../images/men.gif') top right no-repeat #d6e7ee;
	padding: 15px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.blueline {
	border-bottom: 1px dotted #95b0b7;
}