* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
	background-color: #000;
}

img {
	border-bottom-style: none;
}
#wrapper { 
 margin: 0 auto;
 width: 756px;
}

.divider {
	width: 756px;
	background: url(images/divider.gif) no-repeat;
	height: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	float: left;
}
#header {
 width: 756px;
 padding: 13px 0 0;
 height: 57px;
 margin: 0;
	border-bottom: 1px solid #383838;
	text-align: left;
}

#header h1 {
	text-decoration: none;
	font: 14px Arial;
}

#header h1 a {
	text-decoration: none;
	color: #0033CC;
}

#info {
	width: 756px;
	padding-top: 18px;
	height: 65px;
	font: 11px verdana;
	color: #999999;
	margin-bottom: 5px;
}

#info a {
	text-decoration: none;
	color: #fff;
}

#info .left {
	float: left;
	width: 370px;
	height: 55px;
}

#info .right {
	float: right;
	width: 370px;
	height: 55px;
	text-align: right;
}
#content { 
 width: 756px;
 color: #333;
 margin: 0;
 padding: 5px 0;
}

#content .block {
	padding-bottom: 15px;
	width: 756px;
	border-bottom: 1px solid #383838;
	margin-bottom: 15px;
}

#content .block .image {
	position: relative;
	border-top: 15px solid #000000;
	border-bottom: 15px solid #000000;
	width: 756px;
	height: 295px;
	overflow: hidden;
}

#content .block .image img {
	position: absolute;
	z-index: -1;
}

#content .block .box {
	width: 736px;
	height: 70px;
	background-color: #141414;
	padding: 8px 10px 10px;
}

#content .block .box .title {
	float: left;
	width: 490px;
	border-right: 1px solid #383838;
	padding-top: 10px;
	height: 40px;
	color: #cccccc;
	font: 9px verdana;
}

#content .block .box .title h2 {
	font: italic 14px georgia;
	color: #cccccc;
	padding-bottom: 3px;
}

#content .block .box .cat {
	width: 235px;
	float: left;
	font: italic 9px verdana;
	color: #cccccc;
	text-align: center;
	padding-top: 20px;
}

#content .block .box .cat2 {
	width: 235px;
	float: left;
	font: italic 9px verdana;
	color: #cccccc;
	text-align: center;
	padding-top: 0px;
}

#footer { 
 color: #fff;
 width: 756px;
 margin: 0;
	font: 10px Verdana;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	height: 125px;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer .sites {
	width: 370px;
	float: left;
}

#footer .sites p.title {
	padding-bottom: 10px;
}

#footer .sites p {
	padding-bottom: 2px;
}

#footer .rights {
	float: right;
	width: 370px;
	text-align: right;
}

.navigation {
	width: 756px;
	text-align: center;
	padding-bottom: 9px;
	color: #999999;
	font-weight: normal;
	font-style: normal;
}

.navigation a {
	color: #999;
	text-decoration: none;
}

.navigation .sel {
	color: #fff;
}

.prev, .next {
	cursor: pointer;
}

.image div.prev {
	position: absolute;
	display: block;
	width: 378px;
	height: 295px;
	background: transparent;
	background-position: left 50%;
	background-repeat: no-repeat;
	z-index: 999;
}

.image div.next {
	position: absolute;
	display: block;
	left: 378px;
	width: 378px;
	height: 295px;
	background: transparent;
	background-position: right 50%;
	background-repeat: no-repeat;
	z-index: 999;
}

.imageDiv {
	position: absolute;
	height: 295px;
	width: 756px;
}

/*===== Utility =====*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}