*
{
	padding: 0;
	margin: 0;
}

.clear
{
display: block;
clear: both;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	text-align: center;
	background: #00823e;
}

/* MISC ********************/

#content img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.blend img {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
}

#images
{
	width: 190px;
	height: 300px;
	overflow: hidden;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6 /* HEADER TEXT */
{
	color: #00a650;
	font-size: 1.3em
}

h2
{
	margin-bottom: 10px;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	font-size: 0.8em;
}

#sidebar p
{
	font-size: 0.8em;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

#header h1
{
	display: none;
}

#sidebar .contact
{
	font-size: 1em;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	font-size: 0.8em;
	margin-bottom: 5px;
	color: #000;
}

#nav li /* NAVIGATION STYLE */
{
	display: inline;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0;
}

#nav ul
{
	float: right;
	display: inline;
	list-style: none;
	margin-right: 90px;
	margin-top: 5px;
}

#sidebar li
{
	margin-bottom: 3px;
	font-size: 0.7em;
}

#content li
{
	list-style: outside;
	margin-left: 15px;
}

/* LAYOUT DIVS *************************/

#container
{
	width: 855px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#header
{
	width: 100%;
	height: 209px;
	background: url(../images/header_bg.jpg) no-repeat top;
}

#nav
{
	height: auto;
	float: right;	
}

#contentwrapper
{
	width: 100%;
	background: url(../images/content_bg.gif) repeat-y center;
}

#content
{
	float: left;
	width: 59%;
	height: auto;
	margin-left: 44px;
	padding-left: 20px;
	display: inline;
	background: url(../images/top_left_bg.jpg) no-repeat top left;
}

#sidebar
{	
	float: right;
	width: 25%;
	min-height: 500px;
	margin-right: 43px;
	display: inline;
	background: url(../images/footer.jpg) no-repeat bottom right;
}

#footer
{
	height: 99px;
	background: url(../images/footer_bg.jpg) no-repeat center top;
}


/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #3300ff;
}

a:visited
{
	text-decoration: underline;
	color: #3300ff;
}

a:hover 
{
	text-decoration: underline;
	color: #3300ff;
}

#nav a
{
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 10px 5px;
}

#nav a:visited
{
	color: #fff;
	text-decoration: none;
}

#nav a:hover
{
	color: #fff;
	text-decoration: underline;
}