/* CSS Document */
body {
	margin: 0;
	padding-top: 80px;
	background-image: url("images/bg_main.gif");
	background-repeat: no-repeat;
	background-color: #ccc;
}

#title {
	background-image: url("images/title_bar.jpg");
	background-repeat: repeat-y;
	background-position: center left;
	background-color: #fc241b;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	height: 45px;
	width: 100%;
}

#title_text {
	background: url("images/title.jpg") no-repeat;
	width: 257px;
	height: 45px;
	margin-left: 70px;
}

#links {
	float: left;
	width: 227px;
	top: 200px;
	text-align: right;
	padding-top: 10px;
	position: absolute;
}

#links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#links li {
	margin-bottom: 10px;
}

#links a {
	text-decoration: none;
	display: inline;
	font-family: Verdana, Arial, Sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	padding-right: 5px;
}

#activelink a, #links a.visited, #links a:hover {
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #FFF;
	background: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
}

#main {
	width: 475px;
	margin-top: 20px;
	margin-left: 225px;
	margin-right: 0px;
}

#subtitle {
	background: url("images/subtitle.gif") no-repeat;
	height: 39px;
	font: 24px Arial Black;
	color: #FC241B;
	letter-spacing: 10px;
	text-transform: uppercase;
	text-align: right;
	vertical-align: bottom;
	padding-top: 35px;
	padding-right: 15px;
}

#text {
	width: 430px;
	min-height: 350px;
	background: #FFF;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	font-family: Arial;
	font-size: 13px;
	font: 13px Arial;
	color: #000;
	veritcal-align: top;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin: 0;	
} 

#subbar {
	position: absolute;
	left: 700px;
	width: 95px;
	height: 300px;
	margin-left: 0;
	padding: 0;
	margin-top: 160px;
	text-align: center;
}
#subbar_top {
	background: url('images/subbar-top.gif') no-repeat;
	height: 17px;
	width: 130px;
}
#subbar_main {
	text-align: center;
	border-right: 2px solid #000;
	height: 262px;
	width: 128px;
	background-color: #FFF;
	overflow: auto;
}

#subbar_main img {
	margin-bottom: 10px;
}

#subbar_bottom {
	background: url('images/subbar-bottom.gif') no-repeat;
	height: 17px;
	width: 130px;
}

#bigimage {
	text-align: center;
}

#footer {
	background: url("images/bottom_text.gif") no-repeat #FC241B;
	background-position: 350px top;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	height: 75px;
	width: 100%;
	float: left;
}

ul {
	margin: 0;
	padding: 0;
}