body {
	background: #020104 url(images/bodybg.png) repeat-x;
	color: #7F7F7F;
	font-family: tahoma, arial;
	font-size: 10px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
* {margin:0px auto;padding:0px;}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #5e573b;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 787px;
	height: 750px;
	border: 1px dotted;
	display:block;
	position:relative;
}
#header {
	width: 785px;
	height: 330px;
	margin: 0px auto;
	display:inline;
	background-repeat: no-repeat;
	position:absolute;
}
#menu {
	width: 400px;
	height: 250px;
	margin: 0px auto;
	display:block;
	background-repeat: no-repeat;
	position:relative;
}
#body {
     width:  900px;
	 height:  600px;
	 margin:0px;
	 display:block;
	 background: #020104 repeat-x;
	 position:relative;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #4c5b38;
	text-decoration: none;
	margin-bottom:20px;


.clear{clear:both;}

