@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(images/site-bg.jpg) repeat-x top #474033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	line-height: 20px;
}

a {
	color: #FFD72A;
	text-decoration: none;
}

a:hover {
	color: #FF6;
}

.yellow {
	color: #C89230;
}

#wrapper {
	width: 955px;
	margin: 0 auto;
}

#content-bg {
	border-left: solid 1px #513124;
	border-right: solid 1px #513124;
	background: url(images/content-bg.gif) repeat-x bottom #533224;
}

#content-padding {
	padding: 17px;
}

#left-col {
	width: 589px;
	margin-right: 18px;
	float: left;
}

#1col {
	width: 920px;
	margin-right: 18px;
	float: left;
}

.box-top {
	background: url(images/left-top.gif) no-repeat;
	height: 6px;
	font-size: 0;
	margin-top: 20px;
}
.box-top-full {
	background: url(images/rounded-top.gif) no-repeat;
	height: 6px;
	font-size: 0;
	margin-top: 20px;
}

.box-mid {
	background-color: #C4942F;
	color: #46281E;
	padding: 14px 20px 0 20px;
	overflow: hidden;
}

.box-mid ul {
	margin: 10px 0 10px 0;
}

.box-mid p {
	margin: 10px 0 10px 0;
}

.box-btm {
	background: url(images/left-btm.gif) no-repeat;
	height: 5px;
	font-size: 0;
}
.box-btm-full {
	background: url(images/rounded-bottom.gif) no-repeat;
	height: 5px;
	font-size: 0;
}

#right-col {
	width: 312px;
	float: left;
}

#right-col strong {
	font-size: 18px;
}

#right-col em {
	font-size: 12px;
}

.float-clear {
	clear: both;
}

#content-btm {
	height: 9px;
	font-size: 0;
	background: url(images/content-btm.jpg) no-repeat;
}

#footer {
	padding: 7px 17px 15px 17px;
	color: #C4942E;
	font-size: 12px;
}

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

#footer a:hover {
	color: #C4942E;
}

#caspian {
	float: right;
}
