@charset "utf-8";
/* CSS Document */
BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3e0003;
	background-image: url(../img/bgBody.jpg);
	background-position: center;
	background-repeat: repeat-y;
	color: #fff;
}
IMG {
	border: 0px;
}
A {
	color: #fff;
}
#outerDiv {
	width: 976px;
	margin: 0 auto 0 auto;
}
#header {
	width: 976px;
	height: 87px;
	float: left;
}
#content {
	width: 942px;
	min-height: 200px;
	background-image: url(../img/bgContent.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	padding: 0px 17px 0px 17px;
}
#topText {
	width: 929px;
	height: 30px;
	color: #fff;
	text-align: right;
	margin-top: 10px;
	padding-right: 13px;
}
#menu h2 {
    margin-bottom: 0px;
}
#menu h2 A {
    width: 166px;
    height: 20px;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 7px;
	color: #fff;
    display: block;
    background-color: #000;
    font-size: 12px;
    text-decoration: none;
}
#menu h2 A:hover {
    background-color: red;
    color: #fff;
}

#text h3 {
    margin-bottom: 0px;
}
#text h3 A {
	color: #920000;
    font-size: 12px;
}
#text h3 A:hover {
    background-color: BLACK;
    color: #FFF;
}

#menu {
	width: 178px;
	float: left;
	min-height: 200px;
	margin-top: 64px;
}
#menu h1 {
	width: 166px;
	height: 20px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 10px 0px 7px 0px;
	display: block;
	background-color: #000;
	font-size: 12px;
}
#menu A {
	display: block;
	text-decoration:none;
	padding: 2px 0px 2px 12px;
	color: #F2D437;
	font-weight: bold;
}
#menu A:hover {
	color: #000;
	background-color: #F2D437;
}

#menu .yellow {
	background-color: #F2D437;
	color: #000;
}

#mid {
	width: 571px;
	padding: 0px 20px 0px 20px;
	float: left;
	min-height: 200px;
	margin-top: 47px;
}
#right {
	width: 120px;
	padding: 0px 16px 0px 16px;
	float: left;
	min-height: 200px;
	margin-top: 74px;
}
#item {
	width: 571px;
	margin-bottom: 20px;
	float: left;
}
#item #image {
	width: 145px;
	height: 142px;
	background-color: #3e0003;	
	float: left;
}
#item #image IMG {
	margin: 9px 0px 0px 10px;
}
#item #text {
	width: 406px;
	height: 122px;	
	background-color: #fff;		
	float: left;
	color: #000;
	line-height: 18px;
	padding: 10px;
}
#item #pageText {
	width: 551px;
	background-color: #fff;		
	float: left;
	color: #000;
	line-height: 18px;
	padding: 10px;
}
#item #pageText h1 {
	font-size: 16px;
	color: #ff5400;
	margin: 0px 0px 10px 0px;
	padding: 0px;	
}
#item #pageText h2 {
	font-size: 16px;
	color: #fff;
	margin: 10px 0px 10px -4px;
	padding: 4px;
	background-color: #790007;
}
#item #text h1 {
	font-size: 16px;
	color: #ff5400;
	margin: 0px 0px 10px 0px;
	padding: 0px;	
}
#item #balk {
	width: 571px;
	height: 28px;	
	background-image: url(../img/bgBalk.jpg);
	background-repeat: repeat-x;
	float: left;
	display: block;
}
#item #balk .stars {
	width: 200px;
	height: 28px;
	margin-left: 155px;
}
#item #balk .stars .text {
	padding-top: 7px;
	width: 90px;
	float: left;
	font-weight: bold;
}
#item #balk .stars IMG{
	float: left;
	padding: 0px 2px 0px 2px;
}
#item #balk .link {
	float: right;
	padding-right: 10px;
	padding-top: 6px;
}
#item #balk .link A {
	color: #ff0000;
}
.yellow {
	color: #fffc15;
}
.orange {
	color: #ff5400;
}
.yellow2 {
	display: block;
	text-decoration:none;
	padding: 2px 0px 2px 12px;
	color: #F2D437;
	font-weight: bold;
}
.boxtext {
	display: block;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
