

/* layout divs */
#wrapper {
	height: 100%;
	width: 100%;
}
#content_wrapper {
	width: 980px;
	text-align: left;
}
#top_wrapper {
	
}
#top {
	text-align: left;
}
#nav_wrapper {
	width: 980px;
	text-align: left;
}
#nav_bar {
	height: 40px;
	margin: 0 0 1px 0;
	z-index: 91;	
}
#content {
	float: left;
	width: 910px;
	min-height: 400px;
	padding: 35px;
}
#bottom {
	height: 80px;
	margin: 1px 0 0 0;
	background: none;
	font-size: 12px;
	line-height: 14px;
}
#bottom a {
	color: #d4d4d4;
}


.sidebar_input {
	width: 150px;
}
.sidebar_textarea {
	width: 150px;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-y: auto;
	resize: none;
}
