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

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

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

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

#header {
  width: 100%;
  font-size:11px;
  color:#666; 
  text-align: center;
}

#body-page {
	padding:55px;
}
#column-left {
	width:450px; 
	float:left;}

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

#footer {
	width:100%;
	margin-top:15px;
	text-align:center;
}

#sidebar {
	width:290px; background:url(images/sidebar-right-bg.jpg); float:right; background-repeat:no-repeat; padding:15px; position:relative;
}

/* 
------------------------------------------------
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 {
	font-weight:100;
	color:#999;
	text-decoration:none;
}

a:hover, a:active {
	font-weight:100;
	color:#fff;
	text-decoration:none;
}

a.color, a.color:link, a.color:visited {
	color:#981B1E;
	text-decoration:underline;
}

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

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

#footer a:hover, #footer a:active {
	color:#666;
	text-decoration:none;
}
#header a, #header a:link, #header a:visited {
	font-size:11px;
	color:#666;
	text-decoration:none;
}

#header a:hover, #header a:active {
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
#footer2 a, #footer2 a:link, #footer2 a:visited {
	font-size:11px;
	color:#666;
	text-decoration:none;
}

#footer2 a:hover, #footer2 a:active {
	font-size:11px;
	color:#fff;
	text-decoration:none;
}


h1, h2, p {
  margin: 0;
}

h1 {
 	font-size: 22px;
 	font-weight: 100;
 	color:#fff;
	line-height: 150%;
	margin:15px;
}
h2 {
 	font-size: 19px;
 	font-weight: normal;
 	color:#fff;
}

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:#fff;
}

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

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

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


/* 
------------------------------------------------
TOP HEADER STYLES 
------------------------------------------------
*/

#header-left {
	padding-top:12px;
	width:300px;
	float:left;
}

#header-right {
	width:500px;
	float:right;
	text-align:right;
	vertical-align:bottom;
}