﻿/* CSS layout */

body
{
	font: x-small Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: gray;
}

div#page
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background: black;

}

div#masthead
{
	float:left;
	width: 100%;
	background: black;
	height: 100%;
}
div#mastheadlft
{
	float:left;
	width: 65%;	
	height: 165px;
}

div#mastheadrt
{
	float:left;
	width: 35%;	
	height: 165px;
}
div#mainmenu
{
	float:left;
	width: 100%;
	background: black;
	height: 38px;
	text-align:left;
}

div#scroll_area
{
	font: normal ;
	float: left;
	width: 100%;
	background: black;
	height: 30px;
	word-spacing: 5px;
	color: #FFFFFF;
}
div#mainbody
{
	float:left;
	width: 100%;
	background: silver;
	clear: both;
}

div#contentwrapper
{
	float: left;
	width: 100%;
	
}
div#bodyleft
{
	font: small Arial, Helvetica, sans-serif;
	float: left;
	width: 500px;
	background-color: white;
	height: auto;
	text-align: left;
	padding: 10px 10px 10px 10px;
}
div#bodyright
{
	float:left;
	width: 280px;
	background-color: black;
	height: 700px;
	text-align:center;
}
div#bodyrighttitle
{
	float: right;
	width: 100%;
	background-color: black;
	height: 15px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	margin-top: 8px;
}

div#blog
{
	float:left;
	width: 65%;
	background-color: yellow;
	height: 40px;
}
div#friends
{
	float:left;
	width: 100%;
	background-color: white;
	height: auto;
	clear: both;
}

div#footer
{
	float: left;
	width: 780px;
	background-color: black;
	/*height: 40px;*/
	color: #C0C0C0;
	text-align: left;
	padding: 0 10px 20px 10px;
}

#footer h2, #footer p
{
	color: #ffffff;	
	text-align: left;
}
.quote1 { color:#996633; margin-top:5px; margin-left:30px; }
.quote2 { color:#996633; margin-bottom:20px; margin-left:30px; }	
.quoteMiddle { color:#996633; margin-left:30px; }	

label.error           { font-weight:normal;color:red;text-align:left;width:140px; padding-left:25px;
                        background: transparent url(/images/cancel.png) no-repeat scroll left; }

.wordpress
{
border-top:solid 1px #333333;
}
.wordpress h2
{
text-transform: UPPERCASE;
}

.wordpress p
{

}

.blogcontainer
{
max-height:650px; 
overflow: scroll;
}



