@charset "utf-8";
/* CSS Document */

body{
 background-color:#EEEEEE;
 font-family:Arial, Helvetica, sans-serif;
 color:#333;
 font-size:12px;
 line-height:16px;
}

img { border:none; }

#mainBody{
	width:800px;
	background-color:#FFFFFF;
	margin:auto;
	box-shadow:4px 4px 6px #999;
}

#header{
background-color:#000000;
width:800px;
}

#headerLogoBox{
height:100px;
width:800px;
}

#content{
width:760px;
margin:auto;
margin-top:30px;
margin-bottom:30px;
}

#footer{
width:800px;
clear:both;
height:48px;
background-color:#000;
color:#DDD;
margin-bottom:10px;
}

#fbBox 
{
    margin:12px 0 0 10px;
    float:left;
}
#fbLnk { float:left; margin:12px 0px 0 10px; }

#footer p{
 margin-top:8px;
 margin-right:10px;
 float:right;
 text-align:right;
 font-size:12px;
}

h1, h2 {color:#336699;}
h1 { margin-top:10px; font-size:24px; }
h2 { margin-top:30px; font-size:18px; }

ul.lst{ margin-top:20px; margin-bottom:20px; }
.lst li{
	margin-bottom:12px;
	list-style-image: url(../images/bullet1.gif);
}
