* {margin: 0; padding: 0;}

/*-------------------------------------- SITE STRUCTURE -------------------------------*/

body {
	background: #fff url(images/main_bg.jpg) no-repeat;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headerwrapper {
	width: 505px;
	height: 180px;
	margin-top: 265px;
	margin-left: 120px;
}

#header_left {
	width: 255px;
	float: left;
}

#header_right {
	float: right;
	width: 185px;
	padding-top: 50px;
	font-size: 1.0em;
}

#main_content {
	width: 580px;
	margin-top: 75px;
	clear: both;
	margin-left: 100px;
	font-size: 1.2em;
}

#footer {
	width: 580px;
	margin-top: 10px;
	clear: both;
	margin-left: 100px;
	text-align: center;
}

/*-------------------------------------- NAVIGATION -------------------------------*/

#navlist
{
	width: 175px;
	border-bottom: 1px solid #CCCCCC;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #CCCCCC;
}

#navlist li a {
	text-decoration: none;
	color: #666666;
}

#navlist li a:hover{
	color: #003366;
}

/*-------------------------------------- TEXT FORMATTING -------------------------------*/

p {
	margin: 20px;
	color: #666666;
}

h1 {
	font-size: 3em;
	font-style: italic;
	color: #003366;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
}

h2 {
	margin-left: 20px;
	color: #003366;
	font-size: 1.2em;
	background: url(images/date.gif) no-repeat;
	padding-top: 1px;
	padding-left: 5px;
	height: 26px;
}

h3 {}

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: #CCCCCC;
	font-weight: bold;
	margin: 0px;
}

.first-letter {font-size:200%;}

a:link {color: #666666; text-decoration: none}   
a:visited {color: #666666; text-decoration: none} 
a:hover {color: #003366; text-decoration: none}   

/*GALLERY1 STYLES*/

#gallery { width: 580px; clear: both; min-height: 500px; height: auto !important; height: 500px; }

#gallery ul { list-style: none; padding: 0; margin: 0 0 15px 0; width: 180px; position: relative; float:right; }

#gallery ul li { display: inline; width: 52px; height: 52px; float: left; margin: 0 0 5px 5px;}

#gallery ul li a { display: block; width: 50px; height: 50px; text-decoration:none; border:none; }

#gallery ul li a img { display: block; width: 50px; height: 50px; border: 0; }

#gallery ul li a:hover { white-space: normal; border: none;}

#gallery ul li a:hover img { position: absolute; right: 185px; top: 0; width: auto; height: auto; border: none; }

/*GALLERY2 STYLES*/

#gallery2 { width: 500px; clear: both; min-height: 603px; height: auto !important; height: 603px; }

#gallery2 ul { list-style: none; padding: 0; margin: 0 0 15px 0; width: 180px; position: relative; float:right; }

#gallery2 ul li { display: inline; width: 52px; height: 52px; float: left; margin: 0 0 5px 5px;}

#gallery2 ul li a { display: block; width: 50px; height: 50px; text-decoration:none; border:none; }

#gallery2 ul li a img { display: block; width: 50px; height: 50px; border: 0; }

#gallery2 ul li a:hover { white-space: normal; border: none; }

#gallery2 ul li a:hover img { position: absolute; right: 185px; top: 0; width: auto; height: auto; border: none; }
