*{margin: 0; padding: 0; font-family: Verdana;}

body{
	background: url(/images/bodybg.png) no-repeat #4D2615; 
	background-position: top center;
	}

#wrapper{
	width: 950px;
	margin: 0 auto;
	background: url(/images/cbg.jpg) repeat-y;
	}

#head{
	height: 180px;
	background: url(/images/head.png) no-repeat;
	margin-bottom: 10px;
	}

h1{
	margin-left: -9999px;
	}

#mid{
	
	}

#flashreplace{
	margin-left: 20px;
	margin-top: 20px;
	}

#nav{
	width: 200px;
	float: left;
	}

#nav li{
	list-style: none;
	margin-top: 10px;
	margin-left: 10px;
	background: url(/images/bullet.gif) no-repeat top left;
	padding-left: 30px;
	}

#nav li li{
	margin-left: -5px;
	}

#nav li:hover{
	background: url(/images/bullet1.gif) no-repeat top left;
	}

#nav a{
	text-decoration: none;
	font-size: 14px;
	color: #554433;
	height: 20px;
	}

#nav a:hover{
	color: #BF3B00;
	}

#content{
	width: 720px;
	float: right;
	background: url(/images/seporator.png) repeat-y left;
	padding: 0 10px;
	font-size: 14px;
	line-height: 18px;
	color: #554433;
	text-align: justify;
	min-height:450px;
	}
	
#content a{
	color: #BF3B00;
	text-decoration: none;
	}

#content a:hover{
	text-decoration: underline;
	}

#content h3{
	padding: 10px 10px 10px 0;
	}	
	
#content p{
	padding: 5px 0;
	}

#content ul{
	padding: 5px 20px;
	}

#content li{
	padding: 5px 0;
	}
	
#content img{
	margin: 6px;
	border: 1px solid black;
	float: left;
	}
	
#content img.right{
	float: right;
	}

h2{
	color: #BF3B00;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 10px 10px 0;
	}

#foot{
	height: 85px;
	background: url(/images/foot.png) no-repeat;
	clear: both;
	color:#554433;
	font-size:14px;
	text-align: center;	
	}
	
#foot p{
	padding-top: 40px;
		}
	
#foot a{
	color:#BF3B00;
	text-decoration: none;
	}

#foot a:hover{
	text-decoration: underline;
	}
	
#foot a img{
	border: none;
	position: relative;
	top: 3px;
	}

#f1design{
	width: 950px;
	margin: 0 auto;
	text-align: right;
	}

form div{
	clear:left;
	float:left;
	margin-bottom:5px;
	width:100%;
}

label{
	float:left;
	width:250px;
}

input,
select,
textarea{
	width:300px;
	border:1px solid #6F645A;
	padding:2px;
}

input.small,
select.small{
	width:150px;
}

select{
	width:306px;
}

textarea{
	height:150px;
}

input.submit{
	padding:0;
	width:auto;
}

.warn{
	background:#fee;
	border:1px solid #f00;
}

.stumbler{
	display:none;
}

ul#gallery{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul#gallery li{
	float:left;
	clear:left;
	width:100%;
}

ul#gallery img{
	float:right;
	margin-top:40px;
	margin-left:20px;
}


