@charset "UTF-8";
/* CSS Document */
body{
	width: 100%;
	font-size:12px;
	font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
	line-height:1.5;
	color:#555555;
	margin: 0;
	padding: 0;
}

p{
	color:#555555;
}

h1, h2{
	font-family:Helvetica,"Times new Roman", sans-serif;
	color: #000000;
}

a{
	text-decoration: none;
	color:#999999;
}

a:hover{
	color: #000000;
}

a>img{
	border: none;
}

#content{
	width: 1100px;
	margin-left: 30px;
	margin-top: 30px;
}


#lefbox{
	width: 300px;
	float: left;
}

#rightbox{
	width: 750px;
	padding-bottom: 20px;
	float: left;
	border-left: solid 2px #999999;
	margin-left: 30px;
	padding-bottom: 200px;
}

#clearer{
	clear: both;
}

#footer{
	height: 100px;
}

/* information */

#baseinfo {
	border-bottom-color: #696969;
	border-bottom-width: thick;
	border-bottom: dashed;
}

#contact {
	border-bottom-color: #696969;
	border-bottom-width: thick;
	border-bottom: dashed;
}


/* posts */

.post{
	width: 700px;	
	margin: auto;
	border-bottom-color: #696969;
	border-bottom-width: thick;
	border-bottom: dashed;
}

.post_content{
	padding: 30px;
	padding-top: 0px;
}

.post_edit form{
	width: 520px;
}

.post_edit img{
	margin: 5px;
}

#add_post{
	display: none;
}

#image_error{
	margin-bottom: 10px;
}

.image_box{
	float: left;
}

/* news */

#news{
	margin-top: 50px;
}

.news{
	border-bottom-color: #696969;
	border-bottom-width: thick;
	border-bottom: dashed;
}

#add_news {
	display: none;
}

.news_title_bar{
}

.news_title_bar h2{
}

.news_date{
	font-size: 10px;
	color:#CC0000;
}