body {
	background-color: #99cc99;
	background-image: url('/images/bkg.jpg');
}
	
a:link, a:active, a:visited {
	text-decoration: none;
	color: #00f;
} 

a:hover {color: #00f;
	font-style: normal;
	text-decoration: underline;
} 

#container {
	background-color: #ccccff;
	background-image: url('/images/blend_background.jpg');
	background-repeat: no-repeat;
	margin: 10px auto 20px auto;
	width: 900px;
	border: 2px solid #fff;
	color: #000;
	text-align: justify;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
}


#leftbar {
	float: left;
	width: 250px;
}

#content {
	float: none;
	margin-left: 250px;
	width: 620px;
	padding: 10px;
}

#title {
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 36px;
	font-family: Copperplate Gothic Bold;
}

#menu {
	text-align: right;
	margin-right: 20px;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	font-family: Copperplate Gothic Bold;
}

ul {
	text-align: left;
}

.tagline {
	text-align: center;
	color: #9999ff;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	font-size: 20px;
}

.copyright {
	position: relative;
	top: -15px;
	text-align: center;
	color: #aaffaa;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}
