body, div, td, p, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #746c57;
}
h1
{
	display: none;
}
h2
{
	font-size: 16px;
	color: #ffd401;
}
h3
{
	font-size: 14px;
}
h4
{
	color:#009bff;
	font-size: 16px;
}
body
{
	background: #ffffff url(images/bg.jpg) repeat-x fixed center top;
	background-image:url(images/bg.jpg);
}
body.home p
{
  	display: none;
}
div
{
	text-align: left;
}

hr
{
	display: none;
}
img
{
	border: 0;
}
p
{
	margin-bottom: 0.8em;
}


#header
{
	position: fixed;
 	_position:absolute;
	top: 0px;
	margin:0px;
	width: 256px;
	z-index:2;
}
#headerfoto
{
	position: fixed;
 	_position:absolute;
	top: 45px;
	margin:0px;
	z-index:3;
	left:50px;
}
#nav
{
	position: fixed;
 	_position:absolute;
	top: 171px;
	margin:0px;
	z-index:4;
	left:-40px;

}
#nav li, #nav ul
{
	display:inline;
}
#content
{
	position: fixed;
 	_position:absolute;
	top: 240px;
	margin:0px;
	z-index:5;
	left:10px;
	border: 1px solid #c0c0c0;
	background-color: #fff;
	width: 730px;
	height:300px;
	overflow:auto;
	padding-left:10px;
}
#content a
{
	color: #746c57;
	text-decoration: none;
}
#content a:hover
{

	color: #746c57;
	text-decoration: underline;

}
#footer
{
	position: fixed;
 	_position:absolute;
	bottom: 0px;
	left:0px;
	width: 100%;
	height:21px;
	vertical-align:90%;
	background-image:url(images/footer.jpg);
	background-repeat: repeat-x;
}
input, select
{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #746c57;
}


