*{
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 1.7em;
}

body {
	margin:0;
	padding:0;
	background: #FFFFFF url(top.jpg) repeat-x;
	font-size: 14px;
	color: #666;
	font-family:Arial, Verdana, Times, serif;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.7em;
	line-height:1.0em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.7em;
}

h3 {
	font-size: 1em;
}

p{
	line-height: 1.7em;
	margin-top:10px;
} 

ul, ol {
	line-height: 2.2em;
}

#content img {
	border: 0px;
}

a {
	color: #a00;
	position:relative;
}

a:hover {
	text-decoration: none;
}

#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	position:relative;
}

#header h1{
	position:absolute;
	top:67px;
	left:-30px;
	color:#ddd;
}

#page {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0;
}

#content {
	float: right;
	width: 580px;
	padding-bottom:30px;
	text-align:justify;
}

#content >p:first-letter{
	margin-left:20px;
}

#content ul li{
	margin-left:40px;
}
#menu {
	float: left;
	width: 160px;
	margin-bottom:30px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	margin-bottom:30px;
}

#menu li ul {
}

#menu li li {
	margin-bottom:0px;
	padding-left: 10px;
	background: url(menu_item.gif) no-repeat left center;
	border-bottom: 1px dotted #CCC;
}

#menu h2 {
	margin: 0;
	padding: 20px 0;
}

#menu a {
	color:#333;
	display:block;
	width:100%;
	text-decoration: none;
}

#menu a:hover {
	color:#a00;
}


#footer {
	clear: both;
	padding: 30px 0;
	background: url(footer.gif) repeat-x;
	text-align: center;
	font-size: smaller;
}

