body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	background-image: url(images/bg_01.gif);
	background-repeat: repeat-x;
	width:auto;
}
#header {
	width:763px;
	margin:auto;
	margin-top:0px;
}
#nav_list {
	height: 37px;
	margin:auto;
	float:left;
	}
#nav_list ul {
	list-style:none;
	margin-left:0px;
	margin-top:0px;
	padding:0;
}
#nav_list li {
	display: inline;
	text-decoration:none;
	float:left;
	padding:0;
}
#nav_list img {
	border:none;
	text-align:center;
}
#footer {
	margin:auto;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	background-color:#4c6b30;
	height:75px;
	width:763px;
	clear:both;
}
#footer p{
	margin-top:0px;
	padding-top:20px;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;	
}
#footer a{
	color:#E1E1E1;
}

#content {
	width:763px;
	margin:auto;
	background-image:url(images/contentbg.jpg);
	background-repeat:no-repeat;
	background-color:#cff466;
	color: #000000;
	line-height: 18px;
	padding-top:5px;
	padding-bottom:20px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.title {
	font-size:22px;
	color:#9f2600;
	margin-bottom:0;
	letter-spacing:-1px;
}
.subtitle {
	font-size:14px;
	color:#9f2600;
	margin-bottom:0;
	border-bottom: 1px solid #fc0;
}
	
/*content text css - index-page*/
#content-l {
	float: left;
	width:310px;
	margin-left:20px;
}
#content-r {
	float: right;
	width:388px;  /*413px*/
	margin-left:25px;
	margin-right:20px;
}
.pass {
	font-size:18px;
	color:#FFFFFF;
	margin-bottom:0;
	letter-spacing:-1px;
}
	
/*content text css - about-page*/
#about-l {
	float: left;
	width:480px;
	margin-left:20px;

}
#about-r {
	float: right;
	width:218px;  /*413px*/
	margin-left:25px;
	margin-right:20px;
}

.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
	}

#gallery {
	width:auto;
	margin: 0px 30px 0px 30px;
}
/*form css*/
.form {
	height:25px;
}
.form input {
	width:161px; 
	height:22px; 
	border:#306E1D 1px solid; 
	background:#cff466; 
	padding-left:5px
}
textarea {
	width:270px; 
	height:115px; 
	border:#306E1D 1px solid; 
	background:#cff466; 
	padding-left:5px; 
	overflow:auto;
	margin-top:5px
}
