body { 
	font-family: Arial, Helvetica, sans-serif;
	background-color:BLACK;
}  

img {
	border-style:none;
}

h1 {
	font-size: 1.25em;
}

h3 {
	font-size: 1em;
}

#main {  
    background: url(../images/back.jpg); 
	background-repeat:no-repeat;
	padding-top: 50px;
}  

#main .container {  
    background-color:WHITE;
	border-style:solid;
	border-width:3px;
	border-color:black;
}  

#nav {
	float: left;
	width: 200px;
	padding-top: 20px;
	}

#menu {
	margin:auto;
	text-align:center;
	padding:0px;
	display: block;
    list-style: none; 
}

#menu li {
	padding: 10px;
	background: url(../images/button.jpg) repeat-x;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	}
	

#menu li a {

    font-size: 15px;
    color: BLACK;
    text-decoration: none; 
	text-align: right;
}
	
#header {
	background-color:WHITE;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:solid;
	border-left-style:none;
	border-width:3px;
	border-color:black;
	}

#banner {
	background: url(../images/banner.jpg) no-repeat;
	height: 94px;
	width: 800px;
	}
	
#banner h1 {
    text-indent: -9999px;

}

#content {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
#footer {
	background-color:black;
	border-top-style:solid;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	border-width:3px;
	border-color:black;
	}

#text {
	padding: 20px;
	}
	
 .container {  
    width: 800px;  
    margin: 0 auto;   
}  

#footer p { 
	font-size: 10px;
	text-align: center;
	color: white;
	}

span { 
	font-size: .2em;
	}
	
.centertext {
	text-align:center;
	}

.indent250 {
	padding-left: 250px;
	}
	
.indent25 {
	padding-left: 25px;
	}

.floatleft {
	float: left;
	padding-right: 20px;
}
.floatright {
	float: right;
	padding-left: 20px;
}
	
.t {background: url(../images/dot.gif) 0 0 repeat-x; width: 580px}
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/bl.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px} 

body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; }