a:link, a:visited, a:active  {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: underline;
	color: #FFB600;
}
body {
	background: #FFFFFF url(images/bg.gif) repeat-x;
	color: #000000;
	font: 1.0em;
	font-family: Veranda,sans-serif;
	margin: 0px;
}
#wrapper {
	background: #FFFFFF;
	width: 700px;
}
#spacer {
	border: 0px;
	width: 700px;
	height: 60px;
}
.logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	border: 0px;
	float: right;
	width: 236px;
	height: 30px;
	margin-top: 15px;
	padding-right: 15px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	border: 0px;
	width: 700px;
	height: 231px;
}
#content {
	border: 0px;
	width: 655px;
	padding-left: 30px;
	padding-right: 15px;
	color: #808080;
	font-size: 0.8em;
}
#content h1 {
	font-size: 1.4em;
	font: bold;
	margin-bottom: -5px;
}
.preview {
	float: left;
	margin-bottom: 15px;
}
.thumb {
	border: 0pt;
	float: left;
	margin-right: 5px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	border: 0px;
	width: 700px;
	height: 183px;
}
#navigation {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 0.85em;
	border: 0px;
	width: 700px;
	height: 40px;
}
#navigation ul{
	float: right;
	padding-right: 15px;
	padding-bottom: 30px;
}
#navigation li{
	display: inline;
	list-style: none;
	padding-bottom: 30px;
}
.page_item a:link, .page_item a:visited {
	text-decoration: none;
	color: #808080;
	padding-left: 11px;
}
.page_item a:hover {
	text-decoration: underline;
	color: #FFB600;
}
.line {
	background: url(images/line.gif) no-repeat top right;
	padding-right: 5px;
}