body {
	background-color: black;
	padding: 0px;
	margin: 0px;
	text-align: center;
}


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

a:hover {
	color: #fff;
	text-decoration: underline;
}


div#header_logo {
	width: 755px;
	height: 162px;
	margin: 0px;
	background-image: url(design/logo_background.jpg);
	background-repeat: no-repeat;	
}

div#under_logo {
	width: 755px;
	height: 64px;
	background-image: url(design/under_logo.jpg);
	background-repeat: no-repeat;	
	text-align: left;
	color: #ffcc99;	
}

div#main_body {
	width: 755px;
	background-image: url(design/red_body.jpg);
	background-repeat: repeat-y;	
	text-align: left;
	color: #ffcc99;
	font-family: "Tahoma", "Lucida Sans", "Lucida Console", "Courier", "Comic Sans MS", "Courier New";
	
	font-size: 14px;
}

div#footer {
	width: 755px;
	height: 66px;
	background-image: url(design/footer.jpg);
	background-repeat: no-repeat;	
	text-align: center;
	padding-top: 30px;
	
	color: #000;
	font-family: "Arial Black", "Arial";
	font-size: 12px;
}

div#footer .powered_by {
	font-size: 10px;
	color: #fff;
}


div#quote_holder {
	margin-left: 0px;
	position: absolute;
	height: 64px;
	width: 570px;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}

div#quote_text {
	margin-left: 20px;
	margin-right: 12px;
	margin-top: 20px;
}


div#right_menu_top {
	margin-left: 570px;
	margin-right: 0px;
	position: absolute;
	background-color: white;
	width: 185px;
	height: 64px;
	background-image: url(design/sidebar_top.jpg);
	background-repeat: no-repeat;		
}


td#content_area {
	text-align: left;
	width: 550px;

	background-image: url(design/red_body.jpg);
	
	padding-left: 20px;
	text-align: justify;
}

td#content_area img {
	border-width: 2px;
	border-style: double;
	border-color: black;
	background-color: black;
}



td#menu_area {

	color: #000;
	text-align: left;
	width: 185px;
	background-image: url(design/sidebar_middle.jpg);
	background-repeat: repeat-y;
	position: relative;

}


#menu_text {
	text-align: right;
	width: 156px;
	font-size: 12px;
}

#menu_area a {
	color: #000;
	text-decoration: none;
	font-weight: 700;
	font-family: "Trebuchet MS", "Courier", "Courier New";
}

#menu_area a:hover {
	color: #ff0022;
}



div.menu_title {
	background-image: url(design/sidebar_title.gif);
	background-repeat: no-repeat;	
	height: 30px;
	width: 143px;
	
	text-align: right;
	margin-left: 13px;
	padding-top: 5px;
	padding-right: 10px;
	
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	font-family: "Courier", "Courier New";
}

div.post_title {
	border-width: 1px; 
	border-style: groove; 
	border-color: black; 
	background-color: #ffcc99; 
	color: #000; 
	font-family: "Comic Sans MS", "Lucida Sans", "Lucida Console", "Courier", "Courier New";
	font-weight: 700;
	font-size: 16px;
	width: 540px; 
}


div.post_body {
	width: 540px; 
	/*background-color: yellow;*/
	/*background-image: url(design/logo_background.jpg);*/
	
	opacity: 1.0;
	filter: alpha(opacity=100);
	
	
	/*margin: 5px;*/
}

span.post_info {
	font-size: 10px;
	font-color: black;
}

