@import 'reset.css';

/* 50302A
50302a

*/
body
{
	background: #AED5F1;
	font-family: Georgia, Tahoma, Times, serif;
	font-size: 12px;
	line-height: 14px;
	height: 100%;
}

html {
	height: 100%;
}

h1
{
	color: #C47C43;
	font-size: 24px;
	margin-bottom: 20px;
	width: 90%;
	line-height: 26px;
}

h2
{
	font-size: 1.5em;
	margin-bottom: 0;
	padding-bottom: 0;
}

p
{
	margin-bottom: 1em;
}

.pad20
{
	padding: 20px;
}


#header
{
	padding:0;
	margin: 0;
	height: 210px;
}

#page
{
	width: 750px;
	background: url(../img/back.gif) repeat-y;
	margin: 0px auto 0px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -40px;
}

.spacer
{
	background: #E1E8C9;
	width: 100%;
	margin:0;
	padding:0;
	height: 20px;
}


#main
{
	color: #50302A;
}

#col_nav
{
	float: left;
	width: 235px;
}

#col_nav h3
{
	margin-bottom: 12px;
	color: #C47C43;
	font-size: 12px;
}

#col_nav li
{
	margin-bottom: 4px;
}

a
{
	color: #50302A;
}

a:hover, a.active
{
	color: #C47C43;
}

#col_nav a
{
	font-size: 10px;

	text-decoration: none;
	font-weight: bold;
}

#col_nav a:hover, #col_nav a.active
{
	/*color: #996673;*/

}

ul#nav
{

}

#nav ul
{
	margin:0;
	padding:0;
	margin-left: 1em;
}

#col_content
{
	float: left;
	width: 515px;
}



#col_content p
{
	font-family: Helvetica, Arial, sans-serif;
}

#flourish
{
	margin-top: 20px;
	width: 460px;
	height: 65px;
	background: url(../img/flourish.gif);
}

#footer
{
	background: #50302A;
	color: #E1E8C9;
	clear: both;
	width: 750px;
	margin: 0px auto 0px auto;
	height: 40px;
	font-size: 10px;
	font-weight: bold;
}

#footer p
{
	margin-bottom: 0;
}

#footer_content
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
}

#footer a
{
	color: #E1E8C9;
	text-decoration: none;
}

#footer a:hover, a.active
{
	/*text-decoration: underline;*/
}

.push
{
	clear: both;
	height: 30px;
	background: url(../img/back.gif) repeat-y;
}
