* {margin: 0; padding: 0;}

/*-------------------------------------- SITE STRUCTURE -------------------------------*/

body {
	
	background: #FFF url(images/main_bg.jpg) no-repeat;
	font-size: 75%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headerwrapper {
	width: 505px;
	height: 180px;
	margin-top: 105px;
	margin-left: 120px;
}

#header_left {
	width: 255px;
	float: left;
}

#header_right {
	float: right;
	width: 185px;
	padding-top: 20px;
	font-size: 1.2em;
}

#main_content {
	width: 580px;
	margin-top: 55px;
	clear: both;
	margin-left: 100px;
	font-size: 1.2em;
}
#rightcolumn{
width:580px;
margin-top: 55px;
clear: both;
margin-left: 100px;
font-size: 1.2em;
}


#footer {
	width: 580px;
	margin-top: 10px;
	clear: both;
	margin-left: 100px;
	text-align: center;
	border-top: 1px dotted #330033;
}

/*-------------------------------------- NAVIGATION -------------------------------*/

#navlist
{
border-bottom: 1px solid #330033;
width: 175px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.20em;
border-top: 1px solid #330033;
}

#navlist li a {
	text-decoration: none;
	color: #660099;
}

#navlist li a:hover {
	text-decoration: none;
	color: #6600CC;
}

/*-------------------------------------- TEXT FORMATTING -------------------------------*/

p {
	margin: 20px;
	color: #000000;
}

h1 {
	font-size: 3em;
	font-style: italic;
	color: #330033;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
}

h2 {
	margin-left: 20px;
	color: #660099;
	font-size: 1.2em;
	background: url(images/date.gif) no-repeat;
	padding-top: 1px;
	padding-left: 5px;
	height: 26px;
}

h3 {}

.heading_color {
	color: #CCCC99;
	font-style: normal;
}

blockquote {
	font-size: 1.6em;
	font-style: italic;
	color: #999999;
	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: #330033;
	
}

a:link {color: #660099}     /* unvisited link */
a:visited {color: #660099}  /* visited link */
a:hover {color: #6600CC}   /* mouse over link */
a:active {color: #660099}   /* selected link */

.paypal td {border-bottom: 1px  dotted #999999; padding-bottom:3px; padding-top:3px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt}
