/*
	webGenStudios.com website
	Created by www.webGenStudios.com
	Copyright
	All Rights Reserved
	Bob Sislow, 2007
*/

body 
	{
		background-color:#8f9985;
		background-repeat:repeat-x;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#FFFFFF;
		margin: 0px;
		max-width:800px;
	}
	
html, body 
	{
		height: 100%;
	}

.main_div a:link {color: #FFFFFF; text-decoration: none;}
.main_div a:visited {color: #FFFFFF; text-decoration: none;}
.main_div a:hover {color: #FFFFFF; text-decoration: underline;}

.menu_div a:link {color: #000000; text-decoration: none;}
.menu_div a:visited {color: #000000; text-decoration: none;}
.menu_div a:hover {color: #000000; text-decoration: underline;}

table
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
	}
	
.form_input
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
	}

.main_div
	{
		/*background-color:#a1ab96;*/
		background-image:url(images/arrow_bck.jpg);
		background-repeat:no-repeat;
		background-position:center;
		height:100%;
		/*border-style:dashed;*/
		/*border-right-width:1;*/
		border-bottom:none;
		border-left:none;
		border-top:none;
		border-color: #666666;
		padding: 0px;
		width:800px;
		margin:0 auto;
		text-align:left;
		position:relative;
	}
	
.text_div
	{
		width: 600px;
		padding:20px;
		float:left;
	}
	
.menu_div
	{
		width:130px;
		float:right;
		font-size:14px;
		text-align:justify;
		padding: 30px 0px 5px 5px;
		color:#000000;
		border-style: dashed;
		border-bottom-width:1;
		border-right-width:1;
		border-left-width:1;
		border-top:none;
		border-color: #666666;
	}

.img_padded
	{
		padding: 5px;
	}