p{
margin-bottom:10px;
}
/*grey wrapper */#content_top{
	background-image: url(/graphical/images/stories/grey_top.png);
	width:800px;
	height:9px;
	background-repeat: no-repeat;
}
#content{
	background-image: url(/graphical/images/stories/grey_mid.png);
	width:800px;
}
#content_bottom{
	background-image: url(/graphical/images/stories/grey_bottom.png);
	width:800px;
	height:9px;
	background-repeat: no-repeat;
}

/*top_banner */
#top_banner{
margin:0px 10px;
}
/*main content */
#main_content{
margin:10px 10px;
float:left;
}

#main_content_top{
	background-image: url(/graphical/images/stories/white_main_top.png);
	width:585px;
	height:10px;
	background-repeat: no-repeat;
}
#main_content_middle{
	background-image: url(/graphical/images/stories/white_main_mid.png);
	width:544px;
	padding:1px 20px
}
#main_content h1{
	color:#000000;
	font-size:24px;
	font-weight:normal;
}
#main_content p{
	font-size:14px;
}
#main_content label{
	color:#666666;
	display:block;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
}
#main_content input{
	font-size:18px;
	height:28px;
	width:350px;
}
#main_content textarea{
	width:350px;
	height:150px;
	margin-bottom:20px;
}
#main_content #submit_button{
	width:199px;
	height:45px;
	padding-top: 10px;
}
#main_content_bottom{
	background-image: url(/graphical/images/stories/white_main_bottom.png);
	width:585px;
	height:10px;
	background-repeat: no-repeat;
}

/* Sidebar */
#sidebar{
float:left;
width:182px;
margin-top:10px;
}
#sidebar_top{
	background-image: url(/graphical/images/stories/white_side_top.png);
	width:182px;
	height:10px;
	background-repeat: no-repeat;
}
#sidebar_middle{
	background-image: url(/graphical/images/stories/white_side_mid.png);
	width:162px;
	padding: 1px 10px;
}
#sidebar_middle h2{
	margin-top:5px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:normal;
}
#sidebar_bottom{
	background-image: url(/graphical/images/stories/white_side_bottom.png);
	width:182px;
	height:10px;
	background-repeat: no-repeat;
	clear:left;
}
