body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #000000;
	font-size: 12px;
}

A,
A:visited,
A:link {
	text-decoration: underline;
	color: #2b6b90;
}
A:hover {
	text-decoration: none;
}
STRONG { font-size: 12px; }

#container { width: 650px; height: auto; text-align: left; margin-left: auto; margin-right: auto; border-color: #2c6f96; border-style: solid; border-width: 1px; background-color: #fdfdfd;}
#header {
	width: auto;
	height: 221px;
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/top/top.php);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
}
#content {
	float: left;
	width: 435px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
}

#content div.post { margin: 0 0 30px 0; }

#menu {
	margin-right: 2px;
	margin-left: 470px;
}

#bottom {
	padding: 3px;
	clear: both;
	text-align: right;
}


.blog {
	width: 400px;
}
.post_header {
	font-size: 16px;
	font-weight: bold;
}
.post_header A:link, .post_header A { color: #000; text-decoration: none; }

.post_text {
	
}

.post_small {
	font-size: 9px;
	color: #A5A5A5;
}