/* CSS Document */

<!--
#header {
	background-color: #FFFFFF;
	margin-top: 20px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #999999;
	background-color: #FFFFFF;
	background: url(bg.jpg) no-repeat;
	background-position: right 100px;
	margin: 0px;
	padding: 0px;
	min-width: 640px;
	line-height: 1.6em;
}
#menu {
	margin: 0 0 0 25px;
}
#left {
	position: absolute;
	left: 0px;
	width: 205px;
	margin: 30px 0 0 0;

}
#center {
margin: 30px 210px 0 210px;

}
#footer {
margin: 30px 0 30px 0;
text-align: center;

}

h1 {
font-size: 1.2em;
margin: 0 0 16px 0;
}
h2 {
font-size: 1.0em;
margin: 0;
}
p {
margin: 0px 0 20px 0;
line-height: 1.6em;
}
#menu a{
	color: #999999;
	text-decoration: none;
}
#menu a:hover{
	color: #999999;
	text-decoration: underline;
}

a, a:hover, a:link, a:visited{
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}

-->
