body {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, #wrapper, p, table {
	font-size: 12px;
}
#wrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#left_col {
	width: 150px;
	float: left;
	padding: 10px;
	padding-top: 0px;
	margin: 0px;
	margin-top: 80px;
	border: 1px solid #dfdfdf;
}
.nav_l1 {
	font-size: 14px;
	font-weight: 900;
	display: block;
	margin: 0px;
	margin-top: 10px;
	color: black;
	text-decoration: none;
}
.nav_l1:hover {
	text-decoration: underline;
}
.nav_l2 {
	color: black;
	font-size: 12px;
	display: block;
	text-decoration: none;
	margin-left: 15px;
}
.nav_l1 img {
	position: relative;
	top: 4px;
}
.nav_l2 img {
	position: relative;
	top: 6px;
}
a.nav_l2:hover {
	text-decoration: underline;
}
#content {
	width: 625px;
	float: left;
	padding: 0px;
	padding-left: 30px;
	background-color: white;
}
h1 {
	font-size: 22px;
	border-bottom: 1px solid black;
	margin-bottom: 25px;
}
h3 {
	font-size: 18px;
	border-bottom: 1px solid black;
}
.page_list {
	padding: 4px;
	padding-left: 20px;
	font-size: 12px;
}
.page_list a {
	color: black;
}
.page_list img {
	position: relative;
	top: 4px;
}
.pages_title {
	color: #999999;
}
.colorpick {
	width: 18px;
	height: 18px;
	border: 1px solid black;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}
.layout_form input {
	float: left;
}
.layout_input {	
	width: 100px;
	font-size: 12px;
	padding: 3px;
}
.ls_table {
	margin-left: 20px;
}
label {
	font-size: 12px; 
	font-weight: 900;
}
.t_input {
	width: 400px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	padding: 3px;
}
.t_submit {
	margin-top: 10px;
	padding: 3px;
	font-size: 17px;
	font-weight: 900;
}
.testimonial {
	font-size: 12px;
	padding: 5px;
	border-bottom: 1px solid #cfcfcf;
}
.testimonial_client {
	font-weight: 900;
}
.list_item {
	font-size: 12px;
	padding: 5px;
	border-bottom: 1px solid #cfcfcf;
	clear: both;
}
.list_item img {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
}
.editdelete {
	float: right;
}
.news {
	font-size: 12px;
	padding: 5px;
	border-bottom: 1px solid #cfcfcf;
}
.news_title {
	font-weight: 900;
}
.navigation_container {
	width: 220px;
	height: 400px;
	border: 1px solid #999999;
	float: left;
	margin-right: 30px;
	overflow: auto;
}
.nav_item {
	cursor: move;
	font-size: 12px;
	font-weight: 900;
	padding: 8px;
	border-bottom: 1px solid #cfcfcf;
}
.navigation_container img {
	height: 30px;
	float: left;
	margin-right: 10px;
}
.nav_url {
	font-size: 10px;
	font-weight: 100;
}
.nav_label {
	width: 250px;
	padding: 3px;
	font-size: 12px;
	font-weight: 900;
	float: left;
}
.nav_delete {
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	background-image: url(../images/nav_delete.jpg);
}
.nav_edit {
	display: block;
	width: 18px;
	height: 17px;
	float: right;
	background-image: url(../images/icon_edit.jpg);
}
#msg {
	position: relative;
	top: 10px;
	left: 10px;
	font-size: 14px;
	font-weight: 900;
}
.home_mod_container {
	width: 150px;
	height: 130px;
	margin-right: 15px;
	border: 1px solid #999999;
	float: left;
	overflow: auto;
}
.home_mod_container div {
	cursor: move;
	font-size: 12px;
	font-weight: 900;
	padding: 4px;
	border-bottom: 1px solid #cfcfcf;
}
.sort_handle {
	cursor: move;
}
.gallery_thumb {
	text-align: center;
	font-size: 12px;
	float: left;
	padding: 4px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #f0f0f0;
}
.attn {
	color: #af3a3a;
}
.ex {
	font-size: 12px;
	color: #999999;
	font-style: italic;
}
.s_textarea {
	 width: 400px;
	 height: 50px;
	 font-size: 11px;
 }