@charset "UTF-8";

body { 
	margin:0px;
	background-color:white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:19px;
	color:#333;
}

h1 {

	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333;
	display:inline;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333;
	margin:0px;
	font-weight:bold;
}

#nav {
	text-align:right;
	padding-top:270px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight:bold
	color: #bfa186;
}

#nav a, a:visited {
	color: #bfa186;
	font-weight:bold;
	text-decoration:none;
}
#nav a:hover {
	color: #bfa186;
	font-weight:bold;
	text-decoration:underline;
}

#content {
	width:475px;
	background:url(images/bg.jpg) no-repeat white;
	text-align:left;
}
#contenttext {
	padding-top:10px;
	padding-left: 20px;
	padding-right: 20px;
}
#contenttext a, a:visited {
	color: #bfa186;
	font-weight:bold;
	text-decoration:none;
}
#contenttext a:hover {
	color: #bfa186;
	font-weight:bold;
	text-decoration:underline;
}
#textbox {
	width:300px;
	height:150px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#inputbox {
	width:300px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#capt {
	margin-top:0px;
	margin-bottom:7px;	
}
#myimg {
	margin:15px;
	border:5px solid #574134;	
}
