/* CSS Document */

html {
	height:100%;
	min-height:100%;
	overflow:hidden;
	width:100%;
}
* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background-color:#000000;
	color:#CCCCCC;
	font-family:Georgia, serif;
	font-weight:normal;
	font-size:.75em;
	line-height:1.5em;
	overflow:hidden;
}

/* DIV */
/*background*/
#background{
	height:100%;
	width:100%;
	overflow:hidden;
	background:transparent;
	position:relative;
	z-index:0;
}
#background img{
	visibility:visible;
}
/*wrapper */
#wrapper{
	height:100%;
	width:100%;
	*overflow-x:hidden;
	*overflow-y:scroll;
	overflow:auto;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	text-align:center;
}
/* content wrapper */
div#content_wrapper {
	text-align:left;
	width:880px;
	position:absolute;
	top:60px;
	left:60px;
	overflow:visible;
}
/*header*/
div#header {
	width:880px;
	margin-bottom:60px;
}
/* content left*/
div#content_left {
	width:397px;
	float:left;
	margin-right:80px;
	padding-left:3px;
}
/*content_right*/
div#content_right {
	width:400px;
	float:left;
}

/*TYPOGRAPHY*/
p {
	margin:0 0 18px 0;
	padding:0;
}
p#sub_head{
	margin:0;
	padding:0 0 0 3px;
	color:#FFFFFF;
	font-style:italic;
}
.error{
	color:#FF0000;
}

/*IMAGES*/
div#header img {
	margin:0 0 4px 0;
	border-bottom:1px solid #FFFFFF;
}

/*FORM*/
#emailInput {
	float:left;
	background:transparent none repeat scroll 0 0;
	border:2px solid #e2a241;
	color:#CCCCCC;
	font-family:Georgia, serif;
	font-weight:normal;
	padding:6px 5px 6px 4px;
	width:266px;
}
#emailSubmit {
	float:left;
	background:#666666 url(../img/submit.gif) no-repeat scroll;
	border:0 none;
	margin-left:20px;
	height:30px;
	width:100px;
}
	
/*LINKS*/
a {
	color:#e2a241;
	text-decoration: none;
}
a:visited {color:#e2a241;}
a:hover {color:#e2a241; text-decoration: underline;}
a:active { color:#e2a241;}