/*
CSS for Michele Foshee
*/


body {
	font-size: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url(images/texturebkgrd.gif);
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	color: #333;
	margin-bottom: 15px;

}
#container {
	float: left;
	width: 800px;
	margin: 0 auto;
	text-align:left;

}

#masthead {
	width: 100%;
	height: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	background-image: url(images/masthead.png);
}

a:link {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	color: #CC6600;
	text-decoration: none;
}

a:hover {
	color:#99CC33;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	text-decoration: none;

}


a:visited {
	color:#CC6600;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	text-decoration: none;
}


#navigation {
	float: right;
	margin-top: 170px;
	margin-left: 10px;
	margin-right: 406px;
}


#navigation ul#main{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	display: inline;
	font-family: georgia, times, serif;
	list-style-type: none;
}

#navigation li a {
	display: inline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFCC;
	padding: 0.8em;
}

#navigation li a:hover {
	display: inline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: normal;
	text-decoration: none;
	color: #99CC33;
	padding: 0.8em;
}


#content {
	width: 300px;
	background: #fff url(images/white_bkgrd.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 122px;
}



#c1 {
	float: left;
	width: 450px;
	height: 410px;
	padding: 30px;
	background: #fff;

}

#c1 h1 {
	font-family: georgia, times, serif;
	font-style: normal;
	padding-right: 10px;
	font-size: 140%;
	line-height: 115%;
	color: #99CC33;
	
}


#c1 p {
	font-family: "lucida grande";
	font-size: 95%;
	padding-right: 10px;
	line-height: 160%;
	color: #666666;
}

#c2 {
	float: left;
	width: 275px;
	height: 550px;
	padding: 10px;
	background: #fff;

}


#c2 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 115%;
	color: #99CC33;
	text-transform: none;
	letter-spacing: 0.15em;


}

#c2 h2 {
	font-family: georgia, times, serif;
	font-size: 110%;
	color:#666666;
}


#c2 p {
	font-family: georgia, times, serif;
	line-height: 140%;
}

#wide_column {
	width: 380px;
	background: #fff;
	margin-left: 63px;
	margin-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;


}


#wide_column h1 {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	font-size: 115%;
	padding-left: 25px;
	line-height: 115%;
	color: #930386;
	text-transform: uppercase;
	letter-spacing: .15em;
}

#wide_column h2 {
	font-family: georgia, times, serif;
	font-style: italic;
	padding-top: 15px;
	padding-left: 25px;
	font-size: 110%;
	line-height: 115%;
	color: #51778C;
	
}

#wide_column p {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	line-height: 150%;
	padding-left: 25px;
	padding-right: 25px;
	color: #666;

}


#bottom {
	margin-left: 0px;
	float: left;
}


.contact {
	font-family: georgia, times, serif;
	font-size: 115%;
	color: #993333;
	font-weight: bold;
	font-style: italic;
}

.article {
	font-family: georgia, times, serif;
	text-transform: uppercase;
	font-size: 115%;
	color: #CC6600;
}
.subhead {
	font-family: georgia, times, serif;
	text-transform: uppercase;
	font-size: 110%;
	color: #CC6600;
}

.rule {
	border-bottom: 1px dashed silver; 
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#footer {
	width: 100%;
	float: left;
}

#footer p {
	font-family: georgia, times, serif;
	font-size: 115%;
	color: #FFFFCC;
	margin-left: 72px;
}	
