* { margin: 0; padding: 0; }

body { 
	font: .8em Arial, Sans-Serif; 
	line-height: 1.2em; 
	background: #333; 
	color: #444; 
}

a {
	color: #000000; 
	text-decoration: none;
}

a:visited {
	color: #000000; 
	text-decoration: none;
}

a:hover {
	color: #000000; 
	font-weight: bold;
}

h2 { 
	margin: 0 0 10px; 
	padding: 10px 0 3px; 
	line-height: 1.2em;
}

h3 { 
	color: #000000; 
	font-size: 16px;
	height: 24px;
	line-height: 55px; 
	padding-bottom: 12px;
}

ul {  
	padding: 0; 
	margin: 0 0 10px;
}

li { 
	list-style-position: inside;
	list-style-type: disc;
	text-indent: 5px;
}

p { 
	margin: 5px 0 10px 0; 
}

img { 
	border: none; 
}

#header {
	background: url(images/topimage.jpg);
	height: 240px;
	width: 800px;
	padding-top: 5px;
}

#header h1 {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 8px 16px 8px 10px;
	background: #B83018;
	color: #FFFFFF;	
	line-height: 1em;
}

#header h1 a {
	font-weight: normal;
	float:left;
	width: 50%;
}

#header h1 em {
	float:right;
	width: 50%;
	text-align: right;
	font-style: normal;
}

#header h2 {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 0 11px;
}

#wrap { 
	padding: 10px 10px 3px 10px; 
	width: 800px; 
	margin:20px auto; 
	background: #fff;
}

#wrap {
	min-height: 600px;
}

/* for ie6 */
* html #wrap {
	height: 600px;
}

#menu { 
	float: left; 
	width: 190px; 
	margin-bottom: 10px; 
	margin-top: 20px;
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
}

#right { 
	margin-bottom: 10px; 
	float: right; 
	width: 500px; 
	height: 300px;
	overflow: auto;
	padding: 0 50px 10px 10px; 
	margin-top: 10px;
	text-align: justify;
}
	
#footer { 
	font-size: 12px; 
	text-align: center; 
	border-top: 1px solid #ccc; 
	padding: 10px 5px; 
	color: #ffffff;
}	

#footer a {
	color: #ffffff;

}

/* contact form */

legend {
	font-size: .92em;
	padding: 5px;
}
#contact label {
	display: block;
	float: left;
	width: 30%;
	clear: right;
}

#contact input.txt {
	float: right;
	width: 65%;
	margin: 0 10px 10px 0;
}

#contact p {
	clear: both;
}

dl.error {
	border: 1px solid #B83018;
	padding: 10px;
	margin: 1em 0 2em 0;
}

.error dt {
	color: #B83018;
	font-weight: bold;
}

/* float clear
----------------------------------------------------------- */
h1:after, #wrap:after, #right:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* ie 6 */
* html h1, * html #right {
	height: 1%;
}
/* ie7 */
h1, #right {
	min-height: 1px;
}

