body {
	padding: 0;
	margin: 0;
	font-family: Georgia;
	color: #5c5c5c;
}

a {text-decoration: none; color: #4789D4;}
a:hover {color: #ffa500;}

img {
	border: 0;
}

#header_container {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
}
#main_container {
	height: 240px;
}
#bottom_container {
	background-image: url(../images/bottom_content_bg.jpg);
	background-repeat: repeat-x;
	height: 190px;
}
#footer_container {
	height: 25px;
}
.content_container {
	width: 970px;
	margin: auto;
	position: relative;
}
#logo {
	top: 5px;
	left: 50px;
	position: absolute;
}
#logo_words {
	top: 25px;
	right: 20px;
	position: absolute;
}
#menu_container {
	width: 420px;
	height: 32px;
	top: 87px;
	right: 0px;
	position: absolute;
}
.initMenuBtn, .initMenuBtnText {
	float: right;
	display: inline;
}
.initMenuBtnText {
	background-image: url(../images/menu_btn_bg_off.jpg);
	background-repeat: repeat-x;
	height: 100%;
	padding: 3px 0px 0px 0px;	
	color: #5c5c5c;
	font-weight: bold;
}

.menu_btn_off {	
	background-image: url(../images/menu_btn_bg_off.jpg);
	background-repeat: repeat-x;
}
.menu_btn_on {	
	background-image: url(../images/menu_btn_bg_on.jpg);
	background-repeat: repeat-x;
}

#main_content_image_container {
	width: 225px;
	height: 240px;
	margin-right: 20px;
	float: left;
	display: inline;
	margin-left: 50px;
}
#content_header {
	margin-top: 20px;
}
#content {
	padding: 20px 60px 0px 0px;
	letter-spacing: 2px;
	position: relative;
	font-size: 16px;
	line-height: 20px;
}
.content_arrow {
	position: absolute; 
	right: 90px; 
	top: 170px;
}
#bottom_header {
	font-size: 20px;
	letter-spacing: 2px;
	padding: 15px 0px 0px 20px;
}
#bottom_subheader {
	font-size: 12px;
	padding: 2px 0px 0px 20px;
}
.bottom_content_header {
	font-weight: bold;
	font-size: 14px;
}
.bottom_content {
	font-size: 12px;
}
#copyright {
	font-size: 10px;
	padding-bottom: 30px;
	text-align: right;
}
#footer_content {
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 10px 0px 10px 0px;
}
.active_link {
	font-weight: bold;
	border-bottom: 1px solid #ffa500;
}
.header_img {
	position: absolute; 
	display: inline; 
	top: -15px;
	#top: 0px;
}
