html, body
{
	background-color:#8CC63F;
	margin:0;
	padding:0;
}

h1
{
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	margin-top:0;
}

p
{
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0;
}

#content p
{
	margin-top:5px;
}

#container
{
	width:1000px;
}
html>body #container
{
	width:auto;
	min-width:1000px;
} 

#right_bar
{
	float:right;
	min-height:724px;
	height:100%;
	width:47px;
	background-color:#000000;
	background-image:url(../images/right_col.gif);
	padding-bottom:auto;
}

#head1
{
	width:100%;
	height:198px;
	background:url(../images/head_bg.png) repeat-x;
}

#header
{
	float:left;
	width:342px;
	height:198px;
	background:url(../images/header_left.gif);
}

#menu
{
	float:left;
	margin-top:175px;
}

#menu li
{
	list-style-type:none;
}

#menu li ul
{
	display:block;
	padding:0 20px 0 0;
	margin:0;
	list-style-type:none;
	float:left;

}

#menu li ul a
{
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:#000000;
}

#menu li ul a:hover
{
	color:#666666;
}

#swirl
{
	float:right;
	height:65px;
	width:100px;
	margin:0 10px 0 0;
	background:url(../images/swirl.png) no-repeat center right;
}

#testimonials
{
	float:right;
	width:40%;
	height:110px;
	vertical-align:middle;
	padding-top:10px;
	margin:0 15px 0 0;
	font-size:12px;
	color:#000000;
	text-align:center;
	clear:right;
}

#head2
{
	width:100%;
	heigth:15px;
	background:url(../images/head_shadow.png) repeat-x;
}

#head_shadow
{
	width:400px;
	height:15px;
	background:url(../images/header_shadow_left.gif);
}

#left
{
	float:left;
	width:195px;
	height:387px;
	background:url(../images/left.gif);
}

#content
{
	min-height:452px;
	min-width:337px;
	background:url(../images/content_bg.gif) no-repeat;
}

#right
{
	float:right;
	width:300px;
	text-align:center;
}

#right img
{
	padding:0 50px 10px 50px;
}

img.bottom
{
	margin:20px;
}

#footer
{
	float:right;
	width:300px;
}

#footer a
{
	color:#6D9C2E;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}