body {
	background: url(background.png) repeat;
	font-family: verdana, arial, serif;
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

a {
	text-decoration: underlined;
	color: black
}

a:hover {
	text-decoration: underlined;
	color: black
}

#container {
	background-color: #FB81A6;
	color: #000000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
}

#header {
	background: url(banner.jpg) no-repeat;
	height: 263px;
	text-align: center;
	width: 100%;
}

#header h1 {
	font-size: 2.2em;
	position: relative;
	left: 260px;
	top: 10px;
}

#header a {
	background-color: transparent;
	color: black;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
	color: black;
}

#sidebar {
	float: left;	
	margin-top: 10px;
	width: 190px;
	padding-left: 10px;
	color: black;
	font-size: 0.9em;
	text-decoration: none;
}



#sidebar a:hover {
	color: black;
}

#content {
	float: right;
	padding-left: 0px;
	padding-right: 10px;
	margin-top: 8px;
	width: 500px;
}

#footer {
	background-color: #FB81A6;
	clear: right;
	color: #000000;
	font-size: 0.7em;
	margin: 0 auto;
	padding-bottom: 4px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: right;
	width: 730px;
}

#footer a {
	border-bottom: 1px dotted #666666;
}

#footer a:hover {
	text-decoration: none;	
}
