body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/layout/back.jpg);
	background-repeat:repeat-x repeat-y;
	margin-top: 15px;
	}

a:link {
	color: #9bb066;
	text-decoration: underline;
}
a:visited {
	color: #9bb066;
	text-decoration: none;
}
a:hover {
	color: #003300;
	text-decoration: none;
}
a:active {
	color: #333300;
	text-decoration: none;	
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9bb066;
	}

#page{
	margin: 0px auto;
	width: 754px;
	}	

#header{
	height: 341px;
	width: 789px;
	margin: 0px;
	}

#lside{
	background-image:url(images/layout/lside.jpg);
	background-repeat:repeat-y;
	width: 8px;
	}
	
#lower{
	height: auto;
	position: relative;
	left: 8px;
	top: -20px;
	width: 770px;
	text-align: center;
	margin: 0px;
	}
	
#rside{
	background-image:url(images/layout/rside.jpg);
	background-repeat:repeat-y;
	width: 8px;
	}	
	
#bside{
	background-image:url(images/layout/bside.jpg);
	background-repeat:repeat-x;
	height: 9px;
	position: relative;
	left: 13px;
	top: -24px;
	width: 760px;
	}		
	
#content{
	background-color: #b4b6a5;
	width: 744px;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	margin: 0px;
	}
	
#footer{
	height: 51px;
	background-color: #6f7162;
	width: 743px;
	color: #FFFFFF;
	font-size: 10px;
	}	
	
#left{
	width: 375px;
	text-align: right;
	}
	
#right{
	width: 373px;
	text-align: left;
	padding-left: 10px;
	}	
	
#dark{
	width: 743px;
	background-color: #4b4d40;
	color:#FFFFFF;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 5px;
	line-height: 24px;
	}
	
	
#dark2{
	width: 743px;
	background-color: #4b4d40;
	color:#FFFFFF;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 5px;
	}	
	
#light{
	background-color: #e5e6e0;
	width: 743px;
	color:#4b4d40;
	text-align: left;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
	}	

#signup  {
	background-image: url( 'images/signup.jpg' ); 
	float: right;

	width: 270px; 
	height: 133px; 
}

#input_signup  {
	margin-top: 60px;
	margin-left: 50px;
}

#txt_signup  {
	vertical-align: top;
	margin-top: 3px;
	width: 100px;
}

#img_signup  {
	cursor: pointer;
}


	