/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	color: #5d5d5d; */
	color: #c7c7c7;
	background: #140905;
}

A img {
	border: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

A {
	text-decoration: none;
}

#page {
	width: 920px;
	margin: 0 auto;
	padding: 20px 30px;
}

#cleardiv {
	clear: both;
}

#links {
	background: url(images/bglinks-left.gif) no-repeat top left;
	width: 100%;
	margin-bottom: 10px;
}

#links span {
	background: url(images/bglinks-right.gif) no-repeat top right;
	display: block;
	position: relative;
	padding: 19px 0;
}

#links ul {
	list-style-type: none;
}

#links li {
	display: inline;
}

#links li A {
	color: #c6ba8a;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	display: inline;
	width: 40px;
	padding: 19px 20px;
}

#sidebar {
	background: url(images/roundedtop.gif) no-repeat top left #221a0f;
	width: 134px;
	padding: 8px 15px;
	float: left;
	margin-right: 10px;
}

#sidebar span{
	background: url(images/roundedbottom.gif) no-repeat bottom left;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	margin-bottom: 8px;
}

#sidebar h2 {
	display: none;
}

#sidebar A {
	font-size: 11px;
	color: #6e6d6d;
}

#content {
	width: 100%;
	clear: both;
}

#pageright {
	float: right;
	width: 741px;
}

#banner {
	width: 100%;
	height: 341px;
	margin-bottom: 10px;
	background: url(images/banner.gif) no-repeat top left;
	position: relative;
}

.rightimage {
	float: right;
	position: absolute;
	bottom: 0px;
	right: 2px;
}

#footer {
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: center;
	padding-top: 40px;
}

#footer A {
	color: #b06503;
}

#pageright h2 {
	color: #b06503;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#pageright A {
	color: #b06503;
}

#magazineleft {
	width: 253px;
	float: left;
	margin-left: 10px;
}

.magazines {
	width: 91px;
	float: left;
	margin-top: 12px;
	margin-right: 34px;
	text-align: center;
	color: #b06503;
	font-size: 11px;
}

.magazines img {
	margin-bottom: 5px;
	clear: both;
}

.marginright {
     margin-right: 8px;
}