* {
	margin:0;
	padding:0;
}

body {
	font-size:13px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
}

img {
	display:block;
	border:0;
}

ul {
	list-style:none;
}

/*--end basic-style--*/

.wrap {
	width:950px;
	margin:0 auto;
	position:relative;
}

.container {
	position:absolute;
	width:924px;
	top:281px;
	left:14px;
	overflow:hidden;
	padding-top:3px;
	background:url(../images/middle_line.png) #fff 203px top repeat-y;
}

.primary {
	width:720px;
	float:right;
	display:inline;
}

.primary p {
	line-height:22px;
}

.primary h1 {
	width:714px;
	height:51px;
	margin-left:3px;
}

.primary h1 span {
	display:none;
}

.secondary {
	width:197px;
	min-height:326px;
	height:auto !important;
	height:326px;
	float:left;
	display:inline;
	background:url(../images/left_bg.png) no-repeat;
	margin-left:3px;
}

.secondary h2 {
	width:197px;
	height:52px;
}

.secondary h2 span {
	display:none;
}

.clearfix {
	clear:both;
	height:0;
}

.footer {
	text-align:right;
	background-color:#000;
	padding:10px 6px 10px 0;
	color:#666;
	font-size:12px;
}

.footer a {
	color:#3685a3;
	text-decoration:underline;
}

/*--end basic-layout--*/

/*--layout--*/

.leftNav {
	float:right;
	text-align:right;
	width:200px;
	font-size:13px;
}

.leftNav li {
	border-bottom:1px dotted #7f7a26;
	line-height:23px;
	padding:12px 15px 3px 0;
}

.leftNav li a {
	color:#000;
}

.leftNav li a:hover {
	color:#fff;
	background-color:#7f7b2b;
}

.pagination {
	text-align:center;
}

.pagination li {
	display:inline;
}

.pagination li img {
	display:inline;
	margin:0 9px;
	vertical-align:middle;
}

.pagination li a {
	color:#666;
}

.pagination li a:hover {
	color:#000;
	text-decoration:underline;
}

.back {
	width:674px;
	padding:16px 0;
	text-align:right;
	margin:0 auto;
	border-top:1px dotted #999;
}

.back img {
	display:inline;
}