body {
	font-family: Tahoma;
	font-size: .9em;
	color: #FFFFFF;
	background-color: #656565;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#pagewrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#navigation {
	font-size: 1.2em;
}

#navigation ul {
	margin: 0px;
	list-style-type: none;
}
#navigation li {
	display: inline;
	padding-right: 10px;
	list-style-type: none;
	padding-left: 10px;
}
#navigation a {
	color: #999999;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF;
}
.logo {
	font-family: "Lucida Calligraphy";
	font-size: 30px;
	color: #FFFFFF;
	padding-right: 10px;
}
.logo2 {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}



#contentwrapper {
	padding-bottom: 5px;
}
#content {
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#content a {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a:hover {
	color: #999999;
	text-decoration: none;
}
.wd {
	font-size: 10px;
}
.wd a {
	color: #FFFFFF;
	text-decoration: none;
}
