body {
background:url(./images/back.png) no-repeat top center #5d2121;
text-align:center;
font-family:Helvetica, Arial, 'Sans Serif';
font-size:13px;
display:block;
height:100%;
color:#FFF;
}

a {
color: #FFF;
text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #3CC;
}

h1 {
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	margin:0 0 10px 0;
	color: #FFF;
}

h2 {
font-size:20px;
font-weight:bold;
margin:0 0 10px 0;
}

h3 {
	font-size:12px;
	font-weight:lighter;
	font-style: italic;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

h4 {
font-size:12px;
font-weight:normal;
margin:0 0 10px 0;
}

p, ul, ol {
line-height:22px;
margin:0 0 10px 0;
}

small {
font-size:11px;
display:block;
}

.clear {
clear:both;
}


#container {
	margin:-230px -336px;
	position:absolute;
	display:block;
	height:460px;
	width:672px;
	top:50%;
	left:50%;
}

#page {
width: 672px;
height: 392px;
text-align: left;
display:block;
background: url(./images/container.png) no-repeat bottom left;
}

#page #status {
height:32px;
display:block;
font-size:10px;
width:610px;
margin:0 0 0 23px;
position:relative;
}

#status p {
width:100px;
margin:0px;
font-size:10px;
color: #a38181;
position:absolute;
top:0px;
margin-left:-30px;
left:0px;
}

#status .arrow {
background:url(./images/statusarrow.png) no-repeat;
width:14px;
height:12px;
display:block;
bottom:0px;
left:0%;
position:absolute;
}

#content {
	display:block;
	height:310px;
	padding:30px 40px 0 50px;
	background-color: #999;
}

#content .left {
	width:285px;
	display:block;
	height:300px;
	float:left;
	
}

.scroller {
	display:block;
	width:270px;
	height:300px;
	padding:0 10px 0 0;
	overflow: auto;
}

.jScrollPaneContainer {
position: relative;
overflow: hidden;
z-index: 1;
}

.jScrollPaneTrack {
position: absolute;
cursor: pointer;
right: 0;
top: 0;
}

.jScrollPaneDrag {
position: absolute;
background: #ffffff;
cursor: pointer;
overflow: hidden;
}

.jScrollPaneDrag:hover {
background: #FFF;
}

.jScrollPaneDragTop {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
}

.jScrollPaneDragBottom {
position: absolute;
bottom: 0;
left: 0;
overflow: hidden;
}

#content .left p {
color: #ffffff;
}

#content .right {
	display:block;
	width:295px;
	float:right;
	position: absolute;
	left: 340px;
	top: 55px;
	height: 295px;
}

#emailform {
	display:block;
	background: url(./images/textbox.png) no-repeat;
	width:555px;
	height:96px;
	clear:both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 28px;
	padding-top: 19px;
	padding-right: 27px;
	padding-bottom: 20;
	padding-left: 35px;
}

#emailform input {
display:block;
float:left;
border:0;
background: none transparent;
font-size:20px;
color: #FFF;
line-height:20px;
padding:20px 0 0 0;
width:425px;
outline:none;
}

#emailform input.submit {
display:block;
float:right;
font-size:14px;
font-weight: bold;
border:0;
background: url(./images/submit.png) no-repeat transparent;
color: #FFF;
width:114px;
height:49px;
margin:0px;
padding:0px;
outline:none;
}

#footer {
text-align: center;
width: 672px;
display:block;
}

#footer ul.social {
margin:0px;
}

#footer ul.social li {
display:inline;
padding:0 7px;
}

#footer p {
font-size:10px;
color: #7d4d4d;
margin:0px;
}

#footer p a {
	color: #245877;
}
#footer a:hover {
	color: #3CC;
	text-decoration: underline;
}
