@charset "UTF-8";
#container {
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: auto;
	width: 1150px;
}
#header {
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 125px;
	width: 980px;
}
#container2 {
	width: 980px;
	margin: auto
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #050505;
	margin: 0px;
	font-weight: 100;
}
.clearer {
	clear: both;
	height: 1px;
}
.left {
	width: 352px;
	float: left;
}
.right {
	width: 628px;
	float: right;
}
#bottom {
	background-image: url(images/bg-bttm.jpg);
	background-repeat: no-repeat;
	width: 980px;
}
#info {
	background-image: url(images/bg-transparent.png);
	behavior: url(iepngfix.htc);
	background-repeat: repeat;
	border-top: 1px solid #8f7c6b;
	border-bottom: 1px solid #8f7c6b;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	height: 177px;
}
#main {
	border-top: 1px solid #8f7c6b;
}
#main .left {
	background-color: #2b0504;
	background-image: url(images/bg-left.jpg);
	background-repeat: no-repeat;
	height: 355px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 23px;
	width: 312px;
	padding: 20px;
}
#main .left .heading {
	font-size: 24px;
	color: #d10800;
	line-height: 28px;
}
#main .right {
	background-image: url(images/photo-main.jpg);
	background-repeat: no-repeat;
	height: 395px;
}
#info .left {
	height: 177px;
	font-size: 15px;
	font-weight: bold;
	color: #c9bc89;
	line-height: 26px;
	width: 342px;
	padding-left: 10px;
}
#info .right {
	height: 157px;
	width: 608px;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	line-height: 15px;
}
#info .right .heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #b7b092;
	font-weight: bold;
	line-height: 26px;
}
#footer {
	text-align: center;
	font-size: 16px;
	padding: 20px;
}
#footer .small {
	font-size: 12px;
	font-weight: normal;
}
#info .right img {
	padding: 0px 5px 0px 5px;
}
li {
	list-style-image: url(images/icon-bullet.gif);
	behavior: url(iepngfix.htc);
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
