/* 
------------------------------------------------
MAIN SECTION STYLES 
------------------------------------------------
*/

html, body {
	margin: 0;
	padding: 0;
	background-color:#fff;
}

#wrapper-page {
  width: 100%;
  padding:0px;
  text-align: center;
}

#wrapper {
 	width: 100%;
  	padding:0px;
  	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

#header {
  	width: 950px; 
	margin-left:auto;
	margin-right:auto;
  	text-align: left;
  	vertical-align:bottom;
}
#header-inside {
  	width: 950px; 
	margin-left:auto;
	margin-right:auto;
  	text-align: left;
  	vertical-align:bottom;
}

#body-page {
	width: 100%;
	background-color:#000;
}
#body-page-inside {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
}
#column-left {
	padding-top:15px;
	width: 375px; 
	margin-right:15px;
	float:left;
}

#column-right {
	padding: 20px 40px 20px 20px;
	background-color: #F2F2F2;
	width: 395px;
	float:right;
}

#footer {
	width:100%;
	background-color:#b9cf32;
}
#footer-inside {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#footer2 {
	width:100%;
	background-color:#fff;
}
#footer2-inside {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* 
------------------------------------------------
OVERARCHING STYLES 
------------------------------------------------
*/


body {
	font-size: 13px; 
	color: #CCC;
	line-height: 130%;
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

.clear {
	clear: both;
}

img {
	border:none;
}

a, a:link, a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover, a:active {
	color:#b9cf32;
	text-decoration:none;
}

#footer2 {
	color:#666;
}
#footer2 a, #footer2 a:link, #footer2 a:visited {
	color:#666;
	text-decoration:none;
}

#footer2 a:hover, #footer2 a:active {
	color:#b9cf32;
	text-decoration:none;
}


h1, h2, p {
  margin: 0;
}

h1 {
 	font-size: 19px;
 	font-weight: 100;
 	color:#b9cf32;
	margin-bottom:5px;
	line-height: 130%;
}

h2 {
 	font-size: 15px;
 	font-weight: normal;
 	color:#b9cf32;
	margin-bottom:5px;
	line-height: 130%;
}

input.text {
	color: #CCC;
}

.textfield, td.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #E5E5E5;
	background-color: #FAFAFA;
	color:#f60;
}
.color {
	color:#b9cf32;
}

.small {
	font-size:10px;
	color:#CCC;
}

.divider-top {
	border-top: 1px solid #CCC;
}

.divider-bottom {
	border-bottom: 1px solid #CCC;
}