body {
	background-color: #eee;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	padding: 5px;
	color: #333;
}

ul {
	list-style-type: none;
	padding: 0;
}

h3 {
	margin-top: 3px;
	margin-bottom: 3px;
}

h4 {
	margin-bottom: 7px;
	margin-top: 7px;
	text-align: center;
	border-top: 1px solid #dadada;
	color: gray;
}

#banner {
	border-bottom: 1px solid #dadada;
	border-left: none;
	border-right: none;
	border-top: none;
}

p.navigation {
	color: gray;
	font-size: 13px;
}
p {
	margin: 1em 0;
}
.links li {
	margin-bottom: 3px;
	padding-left: 10px;
}

input, select {
	border: 1px solid #dadada;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background-color: white;
	min-height: 800px;
	padding: 15px;
	border: 1px solid #dadada;
}

#navigation {
	width: 180px;

	float: right;
	/*border: 1px solid #dadada;*/
}

.nav_select {
	width: 180px;
	text-align: center;
}
a:link, a:visited {
	color:#5588AA;
	text-decoration:none;
}

a:hover, a:active {
	color: #c60;
	text-decoration: underline;
}

a.title, div.title {
	font-size: 16pt;
	color: #c60;
}

a.title:hover {
	color: black;
	text-decoration: none;
}

a.navigation {
	text-decoration: none;
}

img.navigation {
	border:none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#news_list {
	width: 560px;
	padding-left: 0;
	margin-left: 0;

}
.date {
	font-size: 9pt;
	color: #999;
}

.comments {
	margin-top: 20px;
	border-top: 1px solid #dadada;
	width: 250px;
	padding-left: 2px;
}

.post_box {
	margin-bottom: 5px;
	margin-left: 10px;
	width: 540px;
	border-bottom: 1px dashed #dadada;
	padding: 3px 0px 10px 0px;
}

.post_box li {
	list-style-type: disc;
	margin-left: 15px;
}

.content /*content of posts*/ {
	text-align: justify;
	line-height: 1.3em;
}

textarea#message {
	width: 400px;
	border: 1px solid #dadada;
	height: 170px;
	margin-top: 5px;
}

li.comment {
	border-bottom: 1px solid #dadada;
	padding: 10px;
}

.comment_name {
	color: #5588AA;
}
