body{
	margin:0;
	font:11px Courier New, Verdana, Arial, monospace;
	color:#fff;
	background:#791717;
}
#main{
	position:relative;	
	margin:32px auto 0;
	width:1054px;
}
/*Header BEGIN*/
#header{
	position:relative;
	height:70px;
	width:992px;
	overflow:hidden;
	background:url(../img/head.png) no-repeat;
}
#header h1{
	margin:0;
	position:absolute;
	top:23px;
	left:16px;
	text-indent:-9999px;
	width:233px;
	height:33px;
	cursor:pointer;
	background:url(../img/logo.gif) no-repeat;	
}
/*Header END*/
/*Content BEGIN*/
#content {
	width:992px;
	overflow:hidden;
	background:url(../img/bg-main.png) repeat-y;
}
#content .sidebar{
	width:214px;
	margin:0 1px 0 0;
	display:inline;
	padding:0 0 21px 26px;
	float:left;
	overflow:hidden;
	min-height:513px;
}
#content .sidebar h2{
	margin:0;
	padding:10px 0 0;
	color:#ad4448;
	font-size:20px;
}
#content .sidebar ul.list{
	margin:0;
	padding:0;
	list-style:none;
	line-height:12px;
}
#content .sidebar ul.list li{
	padding:0 0 13px;
}
#content .sidebar ul.list a{
	color:#fff;
	text-decoration:none;
}
#content .sidebar ul.list span{
	display:block;
	color:#ad4448;
}
#content .sidebar ul.list a:hover{
	text-decoration:underline;
}
#content .col{
	width:810px;
}
#content .flash-area{
	position:absolute;
	left:240px;
	top:70px;
	width:790px;
	overflow:hidden;
	height:534px;
}
#content .col .flash-box-holder{
	width:810px;
	height:534px;
	margin:0 0 0 -38px;
	background:url(../img/bg-flash.jpg) no-repeat;
}
#flash-box h2,
#flash-box p{
	font-size:15px;
	padding:15px 40px 0 20px;
}
/*Content END*/
/*Footer BEGIN*/
#footer{
	margin:0 auto;
	padding:25px 48px 0 34px;
	width:992px;
	height:57px;
	background:url(../img/foot.png) no-repeat;
	overflow:hidden;
}
#footer a{
	text-decoration:none;
	position:relative;
}
#footer a.email{
	color:#dc3c37;
	float:left;
	padding:3px 0 0 39px;
	background:url(../img/letter.gif) no-repeat 0 0;
	height:20px;
}
#footer a.link{
	margin:3px 81px 0;
	color:#dc3c37;
	float:right;
}
#footer a:hover{
	color:#fff;
}
#footer a.email:hover{
	background:url(../img/letter.gif) no-repeat 0 100%;
}
