@charset "utf-8";
body {
	background-image: url("img/back.png");
	margin:0px;
	padding:0px;
}
#head {
	background-image: url("img/logo_09.png");
	margin-top: 10px;
	height: 81px;
	width: 800px;
}
#tabbar {
	background-image: url("img/tab_09.png");
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-top:4px;
	color:#FFFFFF;
	height: 25px;
	width: 780px;
	padding-left:20px;
}
#tabbar a{
	color:#FFFFFF;
	text-decoration: none;
}
#tabbar a:hover{
	text-decoration: underline;
}
#cont_top {
	margin-top:10px;
	background-image: url("img/cont_top.png");
	height: 19px;
	width: 800px;
}
#cont_mid {
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url("img/cont_mid.png");
	width: 800px;
}
#cont_mid a{
	color:#0066FF;
	text-decoration: none;
	font-size:12px;
}
#cont_mid a:hover{
	text-decoration:underline;
}

#cont_mid h1{
	background:url(img/razor_blade.png) top left no-repeat;
	padding:0px;
	padding-left:26px;
	padding-top:2px;
	font-size:18px;
	margin:0px;
}
#cont_mid h2{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#cont_mid p{
	margin:6px;
	padding:0px;
}
#cont_bot {
	background-image: url("img/cont_bot.png");
	height: 19px;
	width: 800px;
}
#cont_mid #content_left {
	padding-left: 19px;
	padding-right: 10px;
	float: left;
	width: 621px;
	font-family: Arial, Helvetica, sans-serif;
}
#cont_mid #content_right {
	float: left;
	width: 150px;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.quote{
	padding:4px;
	background-color:#EEEEEE;
	border: solid 1px #C3D9FF;
}
.smaller{
	font-size: 10px;
}
.smaller a{
	font-size: 10px;
}
.timedate{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.quoteheader{
	padding:4px;
	background-color:#DDDDDD;
	border: solid 1px #C3D9FF;
	border-bottom:none;
}
.post{
	margin-left:12px;
}
.post img{
background-color:#999999;
border: solid 1px #666666;
max-width: 400px;
max-height: 300px;
}
.quote img{
background-color:#999999;
border: solid 1px #666666;
max-width: 400px;
max-height: 300px;
}
#head #memberBox {
	float:right;
	margin:10px;
	width: 270px;

	background-color:#EEEEEE;
	border: solid 1px #C3D9FF;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
#head #memberBox a{
	color:#0066CC;
	text-decoration: none;
}
#head #memberBox a:hover{
	text-decoration: underline;
}
h3{
	margin-top:20px;
	margin-bottom:2px;
	font-size:18px;
	color:#333333;
}
.proj{
	margin:10px;
	 -webkit-border-radius:10px;
	 -moz-border-radius: 10px;
}