/* CSS Document */
body {
	background-color: EDD67C;
	background-image: url(mainimages/bgsm.jpg);
	}	

html {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#main {
	margin: 0 auto;
	text-align: center;
	width: 686px;
	height: 793px;
	outline-color: #666666;
	outline-style: solid;
	outline-width: 0px;
	padding-top: 13px;
	padding-left: 13px;
	padding-right: 13px;
	background-color:#FFFFFF;
	
		}

#navbar {
	text-align: center;
	width:688px;
	vertical-align: bottom;
	
	}
	
#copy {

	width:688px;
	padding-bottom: 1px;
	vertical-align: top;
	
}

#copyleft {

	float:left;
    width:422px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

#copyright {

	float:right;
    width:226px;
	padding-left: 10px;
	vertical-align: top;
	
}

#footer {

	margin: 0 auto;
	font-size: 9px;
	text-align: center;
	width: 698px;
	height: 20 px;
	padding-top: 5px;
	}
	
.footer-txt {font-size: 9px}	

	
a:link { color: #000 ; text-decoration: none }
a:visited { color: #000; text-decoration: none }
a:hover { color:  #666666; text-decoration: underline; }
a:active { color: #999999; text-decoration: underline; }	

	
	
