body{
	font:normal 75% Verdana,Tahoma,Arial,sans-serif;
	text-align:center;
    line-height: 16px;
	color:#303030;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
    overflow: scroll;
	}
    
#container{
    width: 802px;  
    margin: 10px auto;
    }

#main{
    width: 802px;  
    border: 5px solid #414299;
    }

#header{
    float: left; 
    width: 800px;
    border: 1px solid navy;
    }

#menu{
    float: left; 
    width: 800px;
    border: 1px solid navy;
    border-top: 0px;
    }

#content{
    float: left; 
    width: 802px; 
    min-height: 300px;
    background-color: white;
    border: 1px solid navy;
    border-top: 0px;
    padding: 15px 30px;
    text-align: left;
    }
html>body #content {width: 740px;}

#footer{
    float: left; 
    width: 802px; 
    height: 75px;
    color: white;
    background-color: navy;
    border: 1px solid navy;
    border-top: 0px;
    padding: 10px 0 0 0;
    }
html>body #footer {width: 800px; padding: 0 0 0 0;}

table{
	font:normal 90% Verdana,Tahoma,Arial,sans-serif;
  line-height: 16px;
	}

#contactcontain{padding: 10px;}
#contactleft {width: 200; text-align: right; padding: 10px 0px; float: left;}
#contactright {width: 500; text-align: left; padding: 10px 0px; float: right;}
.contactboxleft {padding: 6px 0;}
.contactboxright {padding: 3px 0;}

.clear {clear: both;}
.bigtext {font-size: 14px; font-weight: bold; padding-bottom: 10px;}

.imagerow {padding-bottom: 20px;}
.red {color: red;}

h1 {font-size: 18px; font-weight: string;}
h2 {font-size: 16px; font-weight: strong; border-bottom: 4px solid gray; padding: 5px 0px; text-align: left;}
