body, p 
{
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
}

body 
{
	color: inherit;
	background-color: inherit;
	background-image: url("images/border.gif");
	background-repeat: repeat-y;
	background-position: top left;
	background-attachment: fixed;
}

a, a:link, a:visited
{
	color: #8E5D8A;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #7DB3A3;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline; 
}

#banner 
{
	color: inherit;
	background-color: inherit;
	background-image: url("images/title.gif");
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
	height: 190px;
}

#main
{
	color: inherit;
	background-color: inherit;
	width: 100%;
	margin-left: 0em;
	padding: 0em;
}

div.menu
{
	color: inherit;
	background-color: inherit;
	width: 125px;
	float: left;
}

div.menu a, div.menu a:link, div.menu a:visited
{
	font-size: 17px;
	color: #592D55;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

div.menu a:hover
{	
	font-size: 17px;
	color: #00241C;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

div.menu ul
{
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}

div.menu li
{
	line-height: 2;
}

#content
{
	color: inherit;
	background-color: inherit;
	margin-left: 130px;
}

div.header, p.posttitle 
{
	color: #592D55;
	background-color: inherit;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid #7DB3A3;
}

div.text
{
	border: 1px solid #7DB3A3;
	margin-bottom: 30px;
	padding: 5px;
	text-align: justify;
}

#footer
{
	color: inherit;
	background-color: inherit;
	font-size: 10px;
}

#footerleft
{
	color: inherit;
	background-color: inherit;
	text-align: left;
	float: left;
	margin-left: 70px;
}

#footerright
{
	color: inherit;
	background-color: inherit;
	font-size: 10px;
	text-align: right;
	float: right;
}