html {
	overflow-y: scroll;
}

html, body
{
	margin: 0;
	padding: 0;
	background: #b3cdfe url("img/bg.jpg") repeat-x;
	text-align: center;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

table
{
	border: 1px dashed #c4d7fd;
	padding: 5px;
}

#wrapper
{
	margin: 0 auto;
	width: 900px;
	background: #fff;
	border: 10px solid #fff;
	text-align: left;
}

#header
{
	height: 315px;
}
	
#submenu
{
	color: #fff;
	background: #3f3f3f;
	height: 25px;
	line-height: 25px;
	margin-bottom: 2px;
	margin-top: 2px;
}

	#submenu ul
	{
		list-style: none;
		margin: 0 0 0 200px;
		padding: 0;
	}
	
		#submenu li
		{
			margin: 0;
			padding: 0 8px;
			float: left;
		}
		
			#submenu li a
			{
				color: #00a23d;
				text-decoration: none;
			}
			
			#submenu li a:hover
			{
				color: #fff;
			}
			
			#submenu img
			{
				margin: 7px 7px 0 0;
				float: right;
				border: none;
			}

#main
{
	margin-top: 2px;
	background: #c4d7fd url("img/sidebar.jpg") repeat-x;
}

#sidebar
{
	width: 200px;
	float: left;
}

	#sidebar ul
	{
		list-style: none;
		width: 200px;
		margin: 0;
		padding: 0;
	}
	
		#sidebar li
		{
			text-align: center;
			border-bottom: 1px solid #fff;
		}
		
			#sidebar li a
			{
				color: #fff;
				background: #00a23d;
				height: 25px;
				width: 200px;
				display: block;
				text-decoration: none;
				text-transform: uppercase;
				line-height: 25px;
			}
			
			#sidebar li a:hover
			{
				background: #00cc33;
			}

#content
{
	border-left: 10px solid #fff;
	background: #fff;
	width: 690px;
	float: left;
	padding-bottom: 30px;
}

	#content a
	{
		color: #00a23d;
		text-decoration: none;
	}

#contact-form-13 textarea {
	width: 350px;
	height: 250px;	
	border: 1px solid #ccc;
}

#contact-form-13 .textbox {
	margin-right: 10px;
	width: 350px;
	height: 22px;
	border: 1px solid #ccc;
}

#footer
{
	line-height: 0;
	background: #3f3f3f;
}

#footer p
{
	border-top: 2px solid #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	height: 22px;
	line-height: 18px;
	background: #3f3f3f;
}

.clear
{
	clear: both;
}
