/* CSS Document */

/*-------------------------------------- SITE STRUCTURE -------------------------------*/

body {
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headerwrapper {
	width: 570px;
	height: 200px;
	margin-top: 200px;
	margin-left: 130px;
}

#header_left {
	width: 350px;
}

#header_right {
	float: right;
	font-size: 1.3em;
	width: 110px;
}

#main_content {
	width: 440px;
	clear: both;
}



/*-------------------------------------- TEXT FORMATTING -------------------------------*/

p {
	color: #323232;
}

h1 {
	font-size: 3em;
	font-style: italic;
	color: #CCCCCC;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
}

h2 {
	color: #999900;
	font-size: 1.2em;
	padding-top: 1px;
	height: 26px;
}

h3 {}

.heading_color {
	color: #CCCC99;
	font-style: normal;
}

blockquote {
	font-size: 1.6em;
	font-style: italic;
	color: #999999;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 10px;
}

.quote_author {
	text-align: right;
	font-size: 0.7em;
	font-style: italic;
	color: #323232;
	font-weight: bold;
	margin: 0px;
}

.date {
	font-size: 0.6em;
	color: #323232;
	
}

