

html, body
{
	background-color: #000;
	background-image:url(../images/bg.jpg);
	background-attachment: fixed;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:center;
	line-height: 19px;
	margin: 0 auto;
	overflow-y: auto;
	height:100%;
}

h1 {
	margin: 0;
	position: absolute;
	top: 20px;
	left: 46px;
	z-index: 3;
	width: 307px;
	height: 20px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -9000px;
}

h1 a {
	display: block;
	height: 20px;
	bacground: url(../images/logo.jpg) no-repeat;
}

h2 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #cf934b;
}

h3 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.subject {
	color: #B07E76;
	font-weight:bold;
}

#wrapper {
	width: 100%
	text-align:center;
	height:auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	padding: 0px;
}
#top-container{
	display: block;
	float: left;
	padding: 25px 0 0 40px;
	width: 90%;
	height: 28px;
}
#bottom-container {
display: block;
	float:left;
	overflow: hidden;
	width: 90%;
	margin-left: 10px;
	padding: 10px 25px 0 0; 
}
.logo {
	float:left;
	height: 28px;
}
.menu {
	position: fixed;
	display: block;
	float: left;
	width: 200px;
	height: 150px;
	text-align: left;
	font-size: 13px;
	border-left:1px;
	border-left-color: #666;
	border-left-style:solid;
	border-left-width:thin;
}
#left {
	display: block;
	float:left;
	overflow: none;
	padding: 0px 15px 0 40px;
	width: 525px;
	text-align: left;

}
#right{
	display: block;
	float: right;
	width: 200px;
	text-align: left;
}	

.box {
	float: left;
	width: 98px;
	height: 98px;
	margin: 20px 0 0 20px;
}

.box-right {
	float:right;
	width: 400px;
	margin: 2px 0 0 0px;
}
.box-left {
	float:left;
	width: 400px;
	margin: 2px 0 0 0px;
}

.box2 {
	float: left;
	width: 400px;
	height: 98px;
	margin: 20px 0 0 20px;
}

.box-big {
	float: left;
	width: 400px;
	margin: 50px 0 0 0px;
}

.clear{
	clear: both;
}

ul {
	margin-left: 20px;
	padding: 0;
	width: 150px;
	line-height: 14px;
	list-style-type: none;
	text-align: left;
}

ul a{
	display: block;
	text-decoration: none;
	color: #fff;
}

ul a:hover{
	display: block;
	text-decoration: none;
	color: #cf934b;
}

a {
	color: #cf934b;
}

#footer {
	display: block;
	margin: 0 auto;
	width: 95%;
	height: 100px;
	margin-top:1px; /* stick to bottom */
	padding: 25px 0 0 45px;
	background-color: #000;
	text-align: left;
	font-size: 11px;
}