html,body {
	padding:0;
	margin:0;
	background-color: #000000;
	font-size: 11px;
}
body{
	min-width:800px;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(images/back2.jpg);
	background-attachment: fixed;
	background-position: center bottom;
}
#wrapper {
}

#outer{
	width:800px;
	margin-left: auto;
	margin-right: auto;

}

#head{
	height: 153px;
	width: 800px;
	background-image: url(images/header_back2.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

#gotohome{
	height: 15px;
	width: 100px;
	padding-top: 133px;
	padding-right: 10px;
	padding-left: 690px;
}
#inner{
	width:780px;
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;

} 

#contents{
	width:520px;
	float: left;
	text-align: left;

}

#sidebar{
	width:240px;
	padding-left: 10px;
	float: right;
	text-align: center;

}

#ajaxmenu{
	position:relative;
	top:7px;
	width:800px;
	height:43px;
	z-index:65;
	background:  url(images/menuback.gif) no-repeat left top;

}


/* end hide*/
#footer {
	width:800px;
	height:82px;
	text-align:right;
	background-color: #220000;

}

.c-both {
clear:both
}
