@charset "UTF-8";
/* CSS Document */

 
body {
background: #ffffff;
color: #FF989A; }

#container {
	background: #ffffff;
	margin: auto;
	width: 730px;
	text-align: left;
	position: relative;
}

#content {
float: left;
width: 580px;
padding-right 5px; }

#header {
width: 730px;
background: url(images/head.jpg) no-repeat center;
height: 360px; }


#sideheader { 
background: #FF989A;
float: right;
width: 150px; }

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF989A;
}


a:link {
	color: #8FEE8F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8FEE8F;
}
a:hover {
	text-decoration: underline;
	color: #8FEE8F;
}
a:active {
	text-decoration: underline;
	color: #FEFEA4;
}
#footer{
border-top: 3px solid #FF989A;
padding-top 5px;
}
p {
line-height: 1.6em;}
hr {
border: 0;
background: url(images/linebreak.gif) repeat-x;
height: 25px;
}
blockquote {
background: #FEFEA4;
padding: 3px;
color: #8FEE8F;
line-height: 1.5em;}
h1 {
color: #8FEE8F;}
h2 {
color: #ffff66;}
ul {
list-style-image: url(images/note.gif);
}