/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {

font-family: /*lucida grande,verdana,geneva,*/arial, helvetica, verdana, sans-serif;
font-size:12px;
font-weight:normal;
line-height:1.5em;
text-align:left;
text-decoration:none;
background: #980000 url(http://jennyfrazier.com/fatcat/images/bg.jpg) repeat-x top center;
background-attachment: scroll; 
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 700px;
	margin: 0 auto;
	color: #808080;

}

#header h1 {
	float: left;
	margin: 0px 0 0 0px;
	font-size: 50px;
	letter-spacing: -7px;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}


a {
	color: #74a893;
	text-decoration: none;
}

a:hover {
	color: #336666;
	text-decoration: none;
}




/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding-top: 0px;
	border: 10px solid #FFFFFF;
	/*border-top: 10px solid #FFFFF;*/
	background: #eef4f1;
}

#colOne {
	float: left;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;

}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 440px;
	padding: 0 20px 0 20px;
	
}

#content h2 {
	margin-bottom: 3px;
	font-size:15px;
	color:#336666;
font-family: /*Georgia,'Trebuchet MS',Verdana,*/arial, verdana, sans-serif;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
border-bottom: 1px dotted #74a893;
	
}


#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 10px;

}


#footer p {
	text-align: center;
	font size: 9px;
	padding: 0;
	font-size: 10px;
	
}

/* NAV */
#navcontainer { /* none needed */ }

ul#navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: wrap;
}

ul#navlist li
{
float: left;
font-family: arial, verdana sans-serif;
font-size: 11px;
font-weight: bold;
margin: 0;
padding: 5px 0 4px 0;
background-color: #eef4f1;
border-top: 1px solid #e0ede9;
border-bottom: 1px solid #e0ede9;
}

#navlist a, #navlist a:link
{
margin: 0;
padding: 5px 9px 4px 9px;
color: #95bbae;
border-right: 1px dashed #d1e3db;
text-decoration: none;
}

ul#navlist li#active
{
color: #95bbae;
background-color: #deebe5;
}

#navlist a:hover
{
color: #74a893;
background-color: #d1e3db;
}
