* {
    padding: 0;
    margin: 0;
} 

body {
background: #3E636B;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #fff;
}

img { border: none; }
a { color: #f8b100; text-decoration: none;}
a:hover { text-decoration: underline; color : #aaa; }

#wrap {
	margin: 40px auto 0 auto;
	width: 800px;

}

#header { 
	height: 100px;
	background: #1c1c1c;
	margin-left:15px;
	margin-top:15px;
	margin-right:15px;
	margin-bottom:10px;
	padding-top:15px;
	padding-left:15px;
	-khtml-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;

}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #aaa;
text-decoration: none;
}
#header h2 {
color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

.left {
margin-top: 5px;
margin-left:15px;
width: 565px;
float: left;
text-align:left;
padding: 10px;
background: #1c1c1c;
	-khtml-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;

}
.left h2 {
color: #f8b100;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #ffffff;
}

.right {
margin-top: 5px;
margin-right:15px;
width: 150px;
float: right;
font-size: 12px;
padding: 10px;
background-color:#203135;
	-khtml-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;

}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #fff;
line-height: 30px;
}
.right a { text-decoration: none }

#footer {
margin-top: 10px;
margin-left:15px;
margin-right:15px;
text-align: center;
color: #eee;
font-size: 11px;
padding: 10px;
background: #1c1c1c;
	-khtml-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
#contact_info {
	position:relative;
	width:220px;
	height:75px;
	z-index:1;
	left: 495px;
	top: -50px;
	text-align:left;
	font-style:italic;
	padding:10px;
	background-color:#000000;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	-khtml-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;

}
#scroller_box { 
	height: 200px;
	margin-left:15px;
	margin-top:05px;
	margin-right:15px;
	margin-bottom:10px;
	padding-top:15px;
	padding-left:0px;
	-khtml-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;

}
