/* -- basic html elements -- */

html {
	font-family: verdana;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #666666
	}

body {
	margin: 0;
	padding: 0;
	background: url('i/woodbg.jpg') #F0E1B9;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	color: #666666
	}


a {
	color: brown;
	text-decoration: none;
	}

a:link {
	color: brown;
	text-decoration: none;
	}

a:visited {
	color: brown;
	text-decoration: none;
	}

a:hover {
	color: red;
	text-decoration: none
	}

a:active{
	color: brown;
	text-decoration: none
	}

h1 {
	margin: 0;
	margin-bottom:  5px;
	font-family: times; font-size: 20px; line-height: 26px
	}

h2 {
	margin: 0;
	font-size: 12pt;
	line-height: 14pt;
	}

h3 {
	}

p {
	margin: 0 0 1em 0;
}

img, form {
	border: 0; 
	margin: 0;
}

textarea {
	font: 8pt/11pt verdana;
	}

input {
	font: 8pt/11pt verdana;
	}
	
select {
	font: 8pt/11pt verdana;
	}


/* -- layout elements -- */

.wrap {
	width: 790px;
}

.header {
	margin: 0;
	padding: 0;
<!---	background: url('i/topshade.jpg') #FCF3E1 top repeat-x; /--->
	height: 140px;
	}

.title {
	color: #EFD09F;
	font-size: 28px;
	line-height: 30px;
	text-align: left;
	padding-top: 40px;
	}

.topnavi {
	color: brown;
	font-size: 14px;
	line-height: 16px;
	}

.topnavi a{
	color: brown;
	font-size: 14px;
	line-height: 16px;
	}

.topnavi a:link{
	color: brown;
	font-size: 14px;
	line-height: 16px;
	}

.topnavi a:visited{
	color: brown;
	font-size: 14px;
	line-height: 16px;
	}

.topnavi a:hover{
	color: red;
	font-size: 14px;
	line-height: 16px;
	}

.topnavi a:active{
	color: brown;
	font-size: 14px;
	line-height: 16px;
	}

.bodywrap {
	margin-top: 40px;
	width: 770px;
	padding: 10px;
	background: white;
	text-align: left;
}

.bodyshade2 {
	width: 770px;
	background: url('i/bodycorner.jpg') no-repeat right;
	height: 15px;
}

.bodyshade {
	width: 650px;
	background: url('i/bodyshade.jpg') no-repeat;
	height: 15px;
}
