
/* general */
a {
	color:#676767;
	text-decoration:none;
}

a:hover {
	color:#673367;
	text-decoration:none;
}


body {
	background:#fafaea;
	color:#222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	padding:0 0 20px;
	border-bottom:1px dotted #999999;
	font-size:1.8em;
	padding:20px 0 0;
}
p {
	padding:10px 10px 0;
}
#header {
	border-bottom:1px groove #999999;
	height:80px;
	margin:0 auto;
	width:740px;
}
.headerh1 {
	color:#333333;
	font-size:3em;
	font-weight:bold;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
.headerh2 {
	color:#999999;
	font-size:2em;
	font-weight:bold;
	letter-spacing:-2px;
	text-align:right;
	margin-bottom:-5px;
}
#navigation {
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto;
	width:739px;
	height:50px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:124px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:50px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:740px;
}
.frm{
	border:#00000 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	

}

/* footer */
#footer {
	border-top:1px solid #999999; 
	color:#999999;
	font-size:0.8em;
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:740px;
}
