/* CSS Document */
#sbox {	text-align: center;	
	border: thin solid #000000;	}
	#navcontainer { 
	width: 700px;
	margin: 0px 0px 0px 0px;
	background: #;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
		}
#navcontainer { 
	width: 700px;
	margin: 0px 0px 0px 0px;
	background: #;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
		}

#navcontainer ul {
        margin: 0px 0px 0px 0px;
        padding: 0;
        list-style-type: none;
        background: #000066;
        font-size:10px;
}
#navlist { font-size: 14px; }
#navcontainer ul li { display: inline; }
#navcontainer ul li a {
        text-decoration: none;
        padding: .1em 1em;
        color: #daa520;
        background:transparent;
        border-right: 2px solid #daa520;
        font-size:10px;
}
#navcontainer ul li a:hover {
        color: #CC9999;
        background:transparent;
        font-size:10px;
	text-decoration: underline;
}


.ssbox {	
	text-align: center;	
	float: left;	margin-right: 50px;
	padding-right: 20px;
	padding-left: 20px;
	border: thin solid #000000;}

body {	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
	background: #ffffff;
	margin: 0px 0px 0px 200px;
}
	

#header { background-color: #FFFFFF;
	width: 700px;
}
#logo {
	text-align: center;
	float: left;
	width: 700px;
	background-color: #FFFFFF;

}
#container {
	background-color: #FFFFFF;
	width: 700px;
}
#red { color:red; }
