div#wrapper
{
	position:relative;
	width:875px;
	margin:0 auto;	
	margin-bottom:50px;
}

div#logo
{
	position:relative;
	width:249px;
	height:53px;
	margin:0 auto;
	background:transparent url(../images/logo.png) top no-repeat;
}

div#logo a
{
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	width:249px;
	height:40px;
}

div.navbar
{
	position:relative;
	height:40px;
	width:100%;
}

div.navbar ul
{
	position:absolute;
	top:10px;
	left:67px;
	list-style-type:none;	
	margin:0px;
	padding:0px;
}

div.navbar ul li
{
	float:left;	
	padding-top:10px;
	height:30px;
}

div.navbar ul li a
{
	display:block;
	margin-left:10px;
	font-size:14px;
	text-transform:uppercase;
}

div.navbar ul li:hover, div.navbar ul li.active
{
	background:transparent url(../images/red_line.png) center bottom repeat-y;
}

div#content_wrapper
{
	position:relative;
	width:726px;
	height:423px;	
	padding:73px 75px 73px 75px;
	background:transparent url(../images/content_bg.png) top no-repeat;
}

div#content
{
	width:726px; 
	height:422px;
	background:#000;	
}

div#footer
{
	position:relative;
	padding-left:60px;
	padding-right:50px;
	margin-top:10px;
}

div#footer span
{
	position:absolute;
	right:50px;
	top:0px;
	display:block;
}

input.subscribe
{
	width:120px;
	line-height:11px;
	font-size:10px;
	color:Gray;
}

input.subscribe_button
{
	width:30px;
	height:19px;
	padding-bottom:3px;
	font-size:10px;
	background:#626262;
	color:#fff;
}