* {
	margin: 0;
	padding: 0;
}

html, body {
	 min-height:100%; margin-bottom:1px;
}

body {
	background-color: #613131;
	text-align: center;
	font-size: 84%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #000;
}

a:link, a:visited {
   color: #1B3272;
   text-decoration: none;
}

a:hover, a:active {  
  color: #1B3272;
  text-decoration: underline;
}

#container {
	background: #EFEDE7;
	border: none;
	width: 760px;
	position: relative;
	margin-left: auto;
	margin-right: auto; 
	height: 100%;
	min-height: 100%;
	text-align: left;
}

#header {
	height: 154px;
	background: url(images/header-bkg.jpg) no-repeat;
}

#header img {
	margin-top: 48px;
	margin-left: 24px;
	border: none;
}

#content {
	text-align: left;
	line-height: 1.3em; 
	margin-left: 240px;
	width: 500px;
	padding: 20px 10px 40px 0px;
	min-height:400px;
   height:auto !important;
   height:400px;
}

#content h1, h2 {
	color: #710100;
	margin-bottom: 4px;
	font-weight: bold;
}

#content h1 {
	font-size: 1.2em;
	margin-bottom: 12px;
	line-height: 1.2em;
}

#content h2 {
	font-size: 1em;
	margin-top: 10px;
}

#content p {
	margin-bottom: 10px;
}

#content ul {
	padding: 6px 0 10px 10px;
	margin-left: 10px;
}

#content img.thumbright {
	float: right;
	padding: 0 0 10px 10px;
}


#footer {
	clear: both;
	font-size: .8em;
	text-align: right;
	padding: 20px 10px 8px 0px;
}

#footer p {
	margin-top: 2px;
}


#sidenav {
   margin-top: 30px;
	float: left;
	width: 208px;
	text-align: left;
			background-image: url("images/sidebar-bkg.jpg");
background-repeat: no-repeat;
margin-left: 8px;
}

#sidenav ul {
	margin-left: 20px;
	list-style: none;
}

/*#sidebox {
		background-image: url("images/sidebar-bkg.jpg");
background-repeat: no-repeat;
    padding: 0;
}
*/
#sidenav li {
	margin-top: 8px;
	margin-bottom: 10px;
}

#sidenav li a {
	padding: 0;
	color: #1B3272;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

#sidefooter {
	background-image: url("images/sidebot.jpg");
	background-repeat: no-repeat;
	height: 15px;
}

/* forms */
/* captcha */
table.contactform img {
	padding: 6px 6px 6px 0;
}