body{
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-image: url(images/body_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}
#page{
	width: 700px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	color: #fff;
	background-color: #fff;
}


#page #header{
	color: #fff;
	background-color: #c00;
}
#page #header #sitetitle{
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	background-image: url(images/header_bg.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#page #header #sitetitle img{
	margin: 5px;
}
#page #header #navigation{
	color: #fff;
	background-color: #900;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
#page #header #navigation a{
	color: #fff;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
	border: 1px solid #900;
}
#page #header #navigation a:hover{
	background-color: #900;
	border: 1px solid #fff;
}

#page #content{
	padding: 1em;
	color: #000;
	background-color: #fff;
}
#page #content h1{
	font-size: 2em;
	font-weight: normal;
	margin: 0;
}
#page #content h2{
	font-size: 1.6em;
	font-weight: normal;
	margin: 1em 0 0 0;
}
#page #content h3{
	font-size: 1.2em;
	font-weight: normal;
	margin: 1em 0 0 0;
}
#page #content p{
	font-size: 1em;
	margin: 1em 0 0 0;
	line-height: 1.25em;
}
#page #content p+p{
	margin-top: 0;
}
#page #content a{
	color: #000;
}
#page #content a:hover{
	color: #c00;
	text-decoration: none;
}
#page #content img.right{
	float: right;
	margin: 1em 0 1em 1em;
	clear: right;
}
#page #content img.left{
	float: left;
	margin: 1em 1em 1em 0;
	clear: left;
}

#page #footer{
	color: #fff;
	background-color: #900;
	text-align: center;
}
#page #footer #navigation{
	padding-top: 1em;
	font-size: 0.9em;	
}
#page #footer #navigation a{
	color: #fff;
}
#page #footer #navigation a:hover{
	text-decoration: none;
}
#page #footer #copyright{
	padding-top: 1em;
	font-size: 0.8em;
	color: #fff;
}
#page #footer #siteby{
	padding-bottom: 1em;
	font-size: 0.8em;
	color: #fff;
}
#page #footer #siteby a{
	color: #fff;
}
#page #footer #siteby a:hover{
	text-decoration: none;
}