@charset "utf-8";
/* CSS Document */
body{
background-color:#000000;
}

.cork_board_container{
	width:900px;
	margin:0px auto;
	overflow:hidden;
}
.cork_board{
	width:900px;
	margin:0px auto;
	height:100%;
}
.cork_top{
	background:url(cork_top.jpg) no-repeat;
	width:900px;
	height:27px;
}
.cork_middle{
	background:url(cork_middle.jpg) repeat-y;
	width:900px;
	margin-bottom:-20000px;
	padding-bottom:20000px;
}
.cork_post_container{
	overflow:hidden;
	padding-left:20px;
}
.cork_bottom{
	background:url(cork_bottom.jpg) no-repeat;
	width:900px;
	height:30px;
}
.cork_post{
	background:url(post.png) no-repeat;
	height:215px;
	width:200px;
	padding:30px 5px 5px 30px;
	margin-left:-20px;
	float:left;
}
#cork_pre_entry{
	padding-top:10px;
	font-size:15px;
}
#cork_pre_entry ul{
	margin:0px;
	padding:0px;
}
#cork_pre_entry li{
	margin-left:5px;
}
.cork_text{
	width:180px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.cork_txtarea{
	width:180px;
	margin:4px 0px;
	background-color:#FFC
}
.cork_post_top{
float:left;
width:180px;
}
.cork_date{
	float:right;
	margin-top:-15px;
	font-size:xx-small;
}
.cork_verify{
	float:left;
	margin-top:-15px;
	font-size:xx-small;
}

.cork_delete{
	float:left;
	font-size:xx-small;
	margin:-15px auto 0 auto;
	/*Hack for ff not floating IE is confused by the empty comment marks below*/
	margin-left/**/:/**/70px

}
.cork_heading{
	font-size:15px;
	font-weight:bold;
	margin:5px;
}
.cork_phone{
	font-family:"Myriad Pro";
}
