@charset "utf-8";
/* CSS Document */


h1{
font-size:22px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
width:400px;
margin-top:50px;
margin-left:20px;
}
.smallertxt{
font-size:16px;
}

body{
background:#191919;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
margin:auto;
}

#wrapper{
width:725px;
margin:auto;
}

#topbanner{
background:url(images/topbg.jpg) repeat-x top;
width:725px;
height:187px;
border:1px solid #ccc;
margin-top:20px;
}

#email{
background:url(images/emailicon.jpg) no-repeat top;
margin-left:550px;
width:220px;
height:65px;
margin-top:-80px;
padding-top:10px;
}

a:link{
color:#FFFFFF;
text-decoration:none;
}

a:active{
color:#FFFFFF;
text-decoration:none;
}

a:hover{
color:#CCCCCC;
text-decoration:none;
}

#maincontent{
width:858px;
margin-top:20px;
}

h2{
font-weight:100;
font-size:16px;
}

