#stage {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.clear {
	clear: both;
}
#logobanner #logostart {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	height: 152px;
	width: 300px;
	float: left;
}
#logobanner #logomiddle {
	background-image: url(../img/logomiddle.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 724px;
	height: 152px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #E58D1D;
}
#mainmenu {
	background-color: #F3961F;
	height: 35px;
	width: 1024px;
}
#mainmenu .menuitemsmall {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	width: 100px;
	height: 25px;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: normal;
}
#mainmenu .menuitemlarge {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	width: 150px;
	height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: normal;
}
#stage #mainmenu a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#stage #contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
}
#stage #contents h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666;
}
#stage #contents h4 {
	font-size: small;
	font-weight: bold;
}



#contents #contentleft {
	height: auto;
	width: 671px;
	float: left;
}
#contents #contentleft #contentText {
	background-image: url(../img/fireplace.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#contents #contentright {
	
	height: auto;
	float: left;
	width: 353px;
}
#contents #contentright .box1 {
	width: 343px;
	background-color: #000;
	background-image: url(../img/carbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#contents #contentright .box2 {
	width: 343px;
	background-color: #F3961F;
	background-image: url(../img/housebg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#contents #contentright .box3 {
	width: 343px;
	background-color: #8A8A8A;
	background-image: url(../img/chatbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#contents #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	background-color: #999;
	height: 20px;
	width: 100%;
	text-align: center;
}
#contentright .sideBoxTitle {
	font-size: large;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF;
	padding-top: 10px;
}
#contentright .sideBoxText {
	color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
body {
	color: #FFF;
}
