@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
html, body {
   height:100%;
   background: #000000 url(/images/page-bg.jpg) top center repeat-y;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 22px;
}
a {
	color: #9C0E0C;
	text-decoration: none;
}
#container {
	min-height: 100%;
	height: auto !important;
	position:relative;
	margin: 0 auto -32px;
}
#top {
	position: relative;
	height: 309px;
	width: 100%;
    background: #000000 url(/header-bg.jpg) top center no-repeat;
}
#middle {
	position: relative;
	height: auto;
	width: 100%;
	padding-bottom: 32px;
}
#bottom {
		position:relative;
		width:100%;
		height: 32px;			/* Height of the footer */
		background:#000000;
		clear: both;
}
#header {
	display: block;
	position: absolute;
	background-color: #2F010B;
	left: 50%;
	width: 929px;
	margin-left: -464px;
	height: 309px;
	overflow: hidden;
}
#top ul {
	line-height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
#top li {
	float: left;
	margin: 0;
	padding: 0;
		border: none;
	border-style: none;
	border-width: 0;
}
#foot {
	display: block;
	position: absolute;
	background-color: #990000;
	left: 50%; width: 929px; margin-left: -400px;
	height: 50px;
	background: url(/images/foot-bg.png) fixed top center;
}
#footer {
	display: block;
	position: absolute;
	left: 50%;
	width: 929px;
	margin-left: -464px;
	height: 32px;
	background: url(/images/footer.jpg);
}
#content {
	position: relative;
	left: 50%; width: 929px; margin-left: -464px;
}
#content-left {
	position: relative;
	float: left;
	width: 634px;
	height: 100%;
    background: #ececec url(/images/content-bg.jpg) top left repeat-y;
	border-right: #919098 1px solid;
}
#content-right {
	position: absolute;
	left: 929px;
	display:block;
	width: 295px;
	margin-left: -294px;
	height: 100%;
}
#content-right ul {
	line-height: 0;
	list-style: none;
}
#content-right li {
	float: left;
	margin: 0;
	padding: 0;
}
#content-cms {
	position: relative;
	display: block;
	padding-left: 46px;
	padding-right: 46px;
}
#page-title {
	padding-top: 24px;
}
p {
	padding-top: 6px;
	padding-bottom: 3px;
}
#content-cms ul{
font-size: 11px;
margin-top: 2px;
}
#content-cms ul li{
font-weight: normal;
background: none;
line-height: 22px;
margin-left: 15px;
margin-top: 2px;
}
h3 {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 200;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-bottom: 13px;
	line-height: 15px;
	display: block;
	padding: 4px 28px 5px 28px;
	text-align: right;
	width: 486px;
}
h4 {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 200;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-bottom: 13px;
	line-height: 15px;
	display: block;
	padding: 4px 28px 5px 28px;
	width: 486px;
}
h2 {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: 200;
	letter-spacing: 1px;
	margin-top: 39px;
	margin-bottom: 13px;
	line-height: 15px;
	display: block;
	width: 486px;
	padding: 8px 27px 9px 27px;
}
h1 {
	color: #000000;
	font-size: 24px;
	font-weight: 200;
	letter-spacing: 0;
	margin-top: 39px;
	margin-bottom: 10px;
	line-height: 22px;
	display: block;
	width: 486px;
}
#image-right {
	float: right;
	margin-right: -13px;
	margin-top: 25px;
}
#end-content {
display: block;
height: 200px;
width: 634px;
overflow: hidden;
visibility: hidden;
}
#content-footer {
display: block;
position: absolute;
margin-top: -200px;
height: 200px;
width: 634px;
float: left;
left: 0;
overflow: hidden;
background: url('/images/content-footer.png') top left no-repeat;
}
#image-footer {
display: block;
position: absolute;
margin-top: -528px;
height: 528px;
width: 295px;
overflow: hidden;
margin-left: 634px;
background: url('/images/aus-girl.jpg') top right no-repeat;
}
#header-left {
position: relative;
display: block;
float: left;
width: 634px;
height: 309px;
}
#header-right {
position: relative;
float: left;
width: 295px;
height: 309px;
}
select {
	width: auto;
	border: 2px inset threedface;
}
input {
	border: 2px inset threedface;
}
input[type="radio"] {
	border: none;
}
input[type="submit"] {
	padding: 5px;
	border: thin outset;
}