body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
	margin-top: 0px;
	color: #F9E3BE;
	font-size: 12px;
	line-height: 16px;
	font-weight: lighter;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#mainbox{
	height: 500px;
	width:800pix;
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CFBA99;
}
#nav{
	height: 35px;
	width: 480px;
	background-position: right;
	float: right;
	right: 50px;
}
#logo{
	width: 800px;
	background-position: right 300px;
	float: left;
	color: #FFFFFF;
	z-index: auto;
	clip: rect(auto,auto,auto,auto);
}
#mainimage{
	height: 100%;
	width: 100%;
	z-index: -1;
}
#name{
	font-family: Arial, Helvetica, sans-serif;
	color: #F5E6C9;
	float: right;
	border: 1px solid #FAEBCE;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#maincontent{
	color: #00FF00;
	height: 540px;
	width: 800px;
	border: 1px solid #F9E3BE;
	top: 109px;
	left: 71px;
	float: none;
	padding: 300px;
}

#box{
	color: red;
	height: 600px;
	width: 100%;
	border: 1px solid #FCE3BA;
	background-color: #FF0000;
	vertical-align: 10%;
	margin: 150px;
}
#content{
	width: 800px;
	background-color: #00FF00;
	position: fixed;
	overflow: auto;
	height: 0px;
}
#left{
	background-color: #FFFF00;
	width: 400px;
	float: left;
}
#right{
	background-color: #9933CC;
	width: 380px;
	float: right;
}

