/* CSS Document */

* {
	border:none;
	margin:0;
	padding:0 }

#header, #subnavi, #footer {
	display:none }

#content {
	background-color:#EAE5CE;
	height:300px;
	padding:45px 0 30px 0 }
	
#content a {
	background:url(../img/layout/bg_link.gif) left bottom repeat-x;
	color:#0099CC;
	padding:2px 3px 2px 3px;
	text-decoration:none }

#content a:hover {
	background:none;
	background-color:#94B801;
	color:#FFFFFF }
	
#content p {
	color:#74593F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.81em;
	line-height:1.5em;
	margin-bottom:1.5em}

#content h1 {
	color:#645539;
	font-family:"Times New Roman", Times, serif;
	font-size:1.62em;
	font-weight:normal;
	padding-bottom:1.2em }
	

