
/****** Layout ******/


body {

margin: 0 auto;
background-color: #000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}






a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}





#wrapper {
margin: 0 auto;
width: 800px;
background-color: #e8e8e8;
/*border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;*/
/*height: 800px;*/
clear:both;
}

#header {
background-image:url(images/Demo-cover_BGv2.jpg);
background-repeat:no-repeat;
height: 120px;
clear:both;

}

#Content {
float: left;
width: 800px;
}


#footer {
background-color:#000000;
color:#CCCCCC;
font-size:10px;
padding:10px;
clear:both;


}

/****** Menu ******/


#menu_wrap {
clear: both;

}

ul#menu {
	width: 100%;
	height: 43px;
	background: url("images/menu-bg.gif") top left repeat-x;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;

}
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
ul#menu li a {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}
ul#menu li a:hover {
	color: #333;
}
ul#menu li a.current {
	color: #FFF;
	background: #FFF url("images/current-bg.gif") top left repeat-x;
	padding: 5px 15px 0;
}
