@charset "utf-8";
/* CSS Document */

body{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #e0e0e0;
	margin: 0;
}

#container{
	width: 900px;
	margin: 0 auto;
}

#logo{}



/* Top Navigation*/

#navigation 
{
	width: 900px;
	height: 50px;
	background-image:url(images/menu_bg.jpg);
	font-size: 16px;
}

#navigation ul
{
	font-family: Arial, sans-serif;
	padding:0;
	list-style-type:none;
	margin: 0 0 0 45px;
}

#navigation li
{ 
	float: left; margin: 0;
}

#navigation li a 
{
	text-decoration: none;
	display: block;
	padding: 0 20px;
	line-height: 50px;
	color: #FFF;
}

#navigation li a:hover, #navigation li.active a 
{
	background-color: #62450e;
	color: #ffffff;
}


#leftmain{
	
	margin: 5px 25px 0 0;
	background-image:url(images/left.jpg);
	width: 270px;
	height: 274px;
	float: left;
	padding: 0 5px 0 5px;
	font-size: 12px;
	color: #666;
}

#midmain{
	background-image:url(images/mid.jpg);
	float: left;
	margin: 5px 3px;
	width: 270px;
	height: 274px;
	padding: 0 5px 0 5px;
	font-size: 12px;
	color: #666;
}

#rightmain{
	margin: 5px 0;
	background-image:url(images/right.jpg);
	width: 270px;
	height: 274px;
	float: right;
	padding: 0 5px 0 5px;
	font-size: 12px;
	color: #666;
}
	
#footer{
	clear: both;
	background-image:url(images/menu_bg.jpg);
	line-height: 25px;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin: 5px 0 0 0;
}

#gradient{
	margin: 5px 0 0 0;
}

#content{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

a:link 
{ 
	color:#333; 
	text-decoration: none;
}
a:visited 
{ 
	color: black; 
	text-decoration: none;
}
a:hover 
{ 
	color: #660000; 
	text-decoration: underline;
}
a:active 
{ 
	color: black;
} 

#content2{
	width: 250px;
	height: 145px;
}


#contact{
	width: 400px;
	float: left;
}

#simpleform{
	width: 400px;
	float: right;
}

img {
	border: none;
	text-align: center;
}