/*  

*/

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
div.center {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -350px;
	width: 700px;
}
div.topimage {
	position: relative;
	background: url(images/header.jpg) no-repeat;
	width: 700px;
	height: 250px;
	top: 0;
	left: 0;
}
div.title a {
	color: #fff;
        position: absolute;
	left: 15px;
	top: 160px;
}
div.description {
	position: absolute;
	left: 15px;
	top: 160px;
}
div.content {
	position: absolute;
	left: 242px;
	top: 250px;
	width: 416px;
	font-size: 100%;
	margin: 0;
	padding: 20px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
div.sidebar {
	position: absolute;
	left: 0;
	top: 250px;
	width: 201px;
	margin: 0;
	padding: 20px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
div.page {
	text-align: left;
}
div.search {
	text-align: left;
}
div.navigation {
	text-align: right;
}
div.commenttext {
	margin-left: 20px;
}
body {
	font-size: 80%;
	font-family: verdana, sans-serif;
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}
h1.title {
	font-size: 140%;
	text-align: left;
	margin: 0;
}
h3 {
	font-size: 120%;
	text-align: left;
	margin: 0;
}
h3.page {
	font-size: 120%;
	text-align: left;
	margin-bottom: 10px;
        padding: 5px;
}
p {
	text-align: left;
	padding: 5px;
}
p.center {
	text-align: center;
	padding: 5px;
}
p.right {
	text-align: right;
	padding: 5px;
}
blockquote {
	padding-left: 10px;
	border-left: 3px solid #ccc;
}
input {
	background: #fff;
	font-family: verdana, sans-serif;
	font-size: 100%;
	color: #000;
	border: 1px solid #000;
}
textarea {
	background: #fff;
	font-family: verdana, sans-serif;
	font-size: 100%;
	color: #000;
	border: 1px solid #000;
	width: 350px;
	height: 150px;
}
hr {
	border: none 0; 
	border-top: 1px solid #fff;
	height: 1px;
	width: 100%;
	text-align: center;
	margin-top: 0;
	padding: 0;
}
ul.sidebar {
	text-align: left;
        list-style-type:none;
	margin: 0;
	padding: 0;
}
ul.sidebar li {
        font-size: 120%;
	margin: 0;
	padding: 7px 0;
}
a img {
	border: none;
}
code {
	font-size: 120%;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: center;
}
#wp-calendar td {
	text-align: center;
}
#wp-calendar th {
	text-align: center;
	font-weight: normal;
	font-style: italic;
}