@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-color: #7F0D0D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #444;
}
#container {
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/container-bg.png);
}
#left {
	float: left;
	width: 184px;
	color: #FFF;
}
#left img {
	border:none;
	cursor:default;
}
#left a:link {
	text-decoration: none;
	color: #FFF;
}
#left a:visited {
	text-decoration: none;
	color: #FFF;
}
#left a:hover {
	text-decoration: none;
}
#left div {
	margin-top: 15px;
	background-image: url(/images/left-div-bg.jpg);
}
#left div p {
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	font-size: 1.6em;
	margin: 0px;
}
#left div ul {
	margin: 7px 15px;
	padding: 0px;
	font-size: 1.2em;
}
#left div li {
	list-style-type: none;
	line-height: 22px;
}
#left div a:hover {
	text-decoration: underline;
}
#left #apply {
	background-image: url(/images/apply-now-bg.jpg);
	cursor:pointer;
	padding: 11px 15px 11px 15px;
	background-repeat: no-repeat;
}
#left #apply:hover {
	background-image: url(/images/apply-now-bg-over.jpg);
}
#right {
	width: 531px;
	float: left;
	background-image: url(/images/right-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 7px;
}
#right img {
	float: right;
	border: 1px solid #EDCE8F;
	padding: 3px;
	background-color: #FFF;
	margin: 16px;
}
#right h1 {
	color: #7F0D0D;
	background-color: #FBF4E6;
	border-top: solid 3px #F7E9CC;
	border-bottom: solid 3px #F7E9CC;
	font-size: 2em;
	margin-top: 34px;
	line-height: 1.5em;
	padding: 8px 16px;
}
#right h2 {
	color: #7F0D0D;
	background-color: #FBF4E6;
	border-top: solid 3px #F7E9CC;
	border-bottom: solid 3px #F7E9CC;
	font-size: 1.6em;
	padding: 7px 16px;
}
#right h2.line {
	color: #7F0D0D;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #7F0D0D;
	margin-right: 16px;
	margin-left: 16px;
	padding: 0px;
	background-color: #FFF;
}
#right p {
	margin-right: 16px;
	margin-left: 16px;
	line-height: 1.4em;
	margin-bottom: 0px;
	font-size: 1.2em;
}
#right p.big {
	font-size: 1.6em;
	line-height: 1.4em;
	margin-top: 12px;
}
#right p.red {
	font-size: 1.6em;
	color: #7F0D0D;
	line-height: 1.4em;
}
#right p.box {
	font-size: 1.6em;
	color: #7F0D0D;
	background-color: #FBF4E6;
	border-top: solid 3px #F7E9CC;
	border-bottom: solid 3px #F7E9CC;
	line-height: 1.4em;
	padding: 7px 16px;
	margin-right: 0px;
	margin-left: 0px;
}
#right ul {
	font-size: 1.2em;
	line-height: 1.4em;
}
#right a:link {
	text-decoration: none;
	color: #7F0D0D;
}
#right a:visited {
	text-decoration: none;
	color: #7F0D0D;
}
#right a:hover {
	text-decoration: underline;
}
#footer {
	height: 47px;
	background-image: url(/images/footer-bg.png);
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 200px;
	padding-right: 22px;
	padding-top: 25px;
	font-size: 1em;
	line-height: 1.5em;
}
#footer p {
	color: #999;
	margin: 0px;
}
#footer a:link {
	text-decoration: none;
	color: #999;
}
#footer a:visited {
	text-decoration: none;
	color: #999;
}
#footer a:hover {
	text-decoration: underline;
}
#clearer {
	clear: both;
	display: block;
}