@charset "utf-8";
/* CSS Document */

body {
	background:transparent url(../images/body.jpg) repeat-x fixed center;
	color: #040404;
}

html,body {
  	margin:0;
  	padding:0;
	color: #040404;
}

div#header {
	height: 144px;
	padding-top:60px;
	
}

div#headerIn {
	width:950px;
	margin:auto;
	height: 200px;
	text-align:right;
	padding-top:20px;
}

div#content {
	width:950px;
	margin:auto;
	padding: 0;
	min-height:580px;
	background-color:#FFF;
}

/* Page */

#menu {
	margin-top:40px;
	width:230px; 
	float:left;
	margin-left:20px;
}


#menuRight {
	width:650px; 
	float:left;
	margin-top:30px;
}

/* Page */

#page {
	background: url(../images/bg.png) no-repeat;
	background-position:center;
	background-position:top;
	margin-top:-100px;
	padding-top:50px;
	background-color:#FFF;
}

/* Wrapper */

#wrapper {
	width:990px;
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
	margin:auto;
	background-position:center;
	color: #040404;
}

/* Footer */

#footer {
	height:90px;
	width:990px;
	padding-top:20px;
	background: url(../images/img10.png) repeat-y;
	font-family:"Eras Demi ITC";
	margin:auto;
	font-size:10px;
	text-align:center;
	background-position:top;
	background-color:#FFF;
}


