body

	{

	font-family: arial;
	background-color: #000;
	color: #8A8A8A;
	margin: 0px;
	min-width: 1000px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	
	}
	
/*** ROUNDED BOX ***/	

	.rbroundbox { background: url(nt.gif) repeat; }
	.rbtop div { background: url(images/tl.gif) no-repeat top left; }
	.rbtop { background: url(images/tr.gif) no-repeat top right; }
	.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
	.rbbot { background: url(images/br.gif) no-repeat bottom right; }


	.rbtop div, .rbtop, .rbbot div, .rbbot {
		width: 100%;
		height: 7px;
		font-size: 1px;}
		
	.rbcontent { height: 190px; background-color: #333; }
	.rbroundbox { margin: 0 30px; background-color: #333; }


a
	{
		color: #8A8A8A;
		text-decoration: none;
	}
	
#header
	
	{
	
	background: url(images/header_bg.jpg) no-repeat top left;	
	height: 100px;
	background-color: #b7ca79;
	width: 100%;
	border-bottom: 10px solid #677e52;
			
	}

#header_right
	{
		text-align: right;
		color: #000;
		float: right;
		margin: 10px 30px 0 0;
		line-height: 18px;
	}


.header_name
	{
		font-size: 110%;
	}
	
#header_right a
	{
		color: #000;
	}
	
#content

	{
	
	font-size: 120%;
	background-color: #f6e8b1;
	min-height: 400px;
	margin: 30px;
	clear: both;
	border-top: 10px solid #89725b;
	padding: 10px 20px;

	}

#content p
	{

	padding-left: 20px;

	}
	
#footer

	{
		
	background: #333;
	height: 30px;
	padding: 7px 30px;
	border-bottom: 10px solid #677e52;

	}

#footer_right

	{
		
	float: right;
	text-align: right;
	
	}

#twitter_div
	{
		width: 450px;
	}

#menu {
		background: #333;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 30px;
	}

#menu li {
	
		margin: 0;
		padding: 0;
	}

#menu a {
		background: #333;
		color: #ccc;
		display: block;
		float: left;
		margin: 0;
		padding: 6px 12px;
		text-decoration: none;
	}

#menu a:hover {
		background: #89725b;
		color: #fff;
		padding-bottom: 8px;
		}
		
/*** HOME ***/		
		
#home
	{
		min-height: 200px;
		margin-top: 30px;
		color: #b7ca79;
		font-size: 200%;
	}
	
#home_left
	{
		float: left;
		height: 200px;
		margin-left: 30px;
		padding-right: 30px;
		border-right: dotted 5px #84725b;
	}

.quote_text
	{
		 text-align: center;
		padding: 10px 20px;
		margin: 0 0 20px 0;
		line-height: 25px;
	}

.quote_source
	{
		font-size: 70%;
		text-align: center;
		padding-right: 20px;
	}

.location
	{
		text-align: right;
		font-size: 80%;
		padding: 0px;
		margin: 0px;
	}

#home_right
	{
		height: 200px;
		margin-left: 560px ;
	}	