@charset "utf-8";
/* CSS Document */


body{
margin:0px;padding:0px;
background-color:#222222;background-image:url(../images/bg.png);background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;font-size:12px;
}

#centerBox{
 width:812px;
 margin:auto;margin-bottom:10px;
}

#topSpacer{
 width:800px;height:20px;
}

#mainBox {
width:780px;
clear:both;
background-color:#FFFFFF;
float:left;
margin-bottom:20px;
}

#shadowBox{
float:left;
width:30px;height:300px;
background-image:url(../images/shadow.png);background-repeat:no-repeat;
}

#header{
 width:780px;height:80px;
 background-image:url(../images/headerBg.png);
}
#logo{
margin-left:20px;
float:left;
}
#swirl{
float:right;
}

#content{
 width:700px;
 margin:auto;margin-top:10px;
}

h1{
	font-size:14px;letter-spacing:2px;
	color:#0055bb;
}
.hspacer{
width:700px; height:30px;
clear:both;
}

#footer{
 width:780px;
 clear:both;
 height:40px;
 background-color:#666666;
}
