/* CSS Document by Dieter Schneider for www.csstemplateheaven.com 2007*/

* {margin: 0; padding: 0;}

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

body {
	/*background: #fff url(bg1.jpg) no-repeat;*/
	/*font-size: 62.5%;*/
         background-repeat:no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headerwrapper {
	width: 650px;
	height: 650px;
	margin-top: 70px;
	margin-left: 120px;
}

#headerwrapper2 {
	width: 650px;
	height: 750px;
	margin-top: 110px;
	margin-left: 120px;
}

#header_left {
        padding-top: 20px;
	width: 150px;
	height: 250px;
	float: left;
         margin-left: 20px;
}

#header_left2 {
	width: 250px;
	height: 100px;
	float: left;
         margin-left: 20px;
}

#header_right {
	float: right;
	width: 450px;
	padding-top: 20px; 
	font-size: 1.2em;
}

#main_content {
        float: left;
	width: 421px;
        height: 711px;
      /*float: right;*/
	/* clear: both; */
	margin-left: 200px;
	font-size: 1.2em;
}

#footer {
	width: 580px;
	margin-top: 10px;
	clear: both;
	margin-left: 100px;
	text-align: center;
}

/*-------------------------------------- NAVIGATION -------------------------------*/

#navlist
{
/* border-bottom: 1px solid #FFFFFF; */
width: 175px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #BC3CCC;
}

#navlist li a {
	text-decoration: none;
	color: #000000;
}

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

p {
	margin: 20px;
	color: #000000;
        font-size: 1em;
        font-style: normal;
}

h1 {
	
	color: #000000;
        font-style: normal;
        font-weight: normal;
	/* border-bottom: 1px dotted #CCC; */
	/* padding-bottom: 8px; */
}

h2 {
	margin-left: 20px;
	color: #499900;
	font-size: 1.2em;
	background: url(images/date.gif) no-repeat;
	/*padding-top: 1px;*/
	padding-left: 5px;
	height: 30px;
}

h3 {}

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

blockquote {
	font-size: 1.2em;
	color: #000000;
/*	background: url(images/quote.gif) no-repeat; */
	/*padding-top: 5px;*/
	/* padding-left: 5px; */
	/* margin-top: 10px;*/
}

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

.date {
	font-size: .6em;
	color: #CCCCCC;
	
}

 a:link {text-decoration: none; color: #000000}     /* unvisited link */
 a:visited {color: #000000; text-decoration: none}   /* visited link */
 a:hover {color: #b232ac}   /* mouse over link */
 a:active {color: #000000}    /* selected link */

