body {
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	background: #B9B9B9;
}

#footer { color: inherit;
	  margin: 0px auto;
	  padding-bottom: 20px;
	  font-size: 10px;
	  text-align: center;
	background: white;
	width: 780px;
}

#error {
	width: 740px;
	background: #B9B9B9;
	border: solid black 1px;
	padding: 2px;
	margin: 0px auto;
	text-align: center;
	color: red;
	font-size: 18px;
}

#footer > a > img {
	border: none;
	vertical-align: middle;
}

#header {
	margin: 0px auto;
	width: 780px;
	height: 142px;
}

#header a img {
	border: none;
}

#nav {
	width: 780px;
	height: 30px;
	margin: 0px auto;
	background: white;
}

#nav a {
	color: #4A4A4A;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

#nav img {
	display: block;
	float: left;
	clear: both;
}

#nav ul {
	list-style: none;
}

#nav li {
	display: block;
	float: left;
	margin: 0px 24px;
	height: 23px;
	padding-top: 7px;
	text-align: center;
}

#content {
	width: 740px;
	padding: 20px;
	margin: 0px auto;
	background: white;
	min-height: 600px;
	line-height: 1.2;
}

#content a {
	text-decoration: none;
}

fieldset {
	border: solid #d7d3ef 1px;
	padding: 20px;
}

fieldset label{
	display: block;
	clear: left;
	float: left;
	width: 150px;
	height: 20px;
	margin: 2px;
}

fieldset input, fieldset select {
	display: block;
	clear: right;
	width: 200px;
	height: 18px;
	margin: 2px;
	border: solid black 1px;
}

fieldset textarea {
	clear: left;
}

.mceLayout {
	clear: both;
	width: 100%;
}

.mceContentBody {
	background: white;
}

input[type=hidden]{
	display: none;
}

fieldset button {
	display: block;
	float: left;
	clear: left;
	width: 150px;
	background: #d7d3ef;
	margin: 2px;
	margin-left: 156px;
	border: solid black 1px;
}

.blog {
	border: solid #d7d3ef 1px;
	width: 740px;
	margin: 20px 0;
	background: #EBEBEB;
}

.blog hr {
	clear: both;
	visibility: hidden;
}

.blog img {
	margin: 20px;
}

.blog div {
	margin: 10px;
}

.blog h1 {
	display: block;
	color: white;
	font-size: 18px;
	padding: 4px;
	margin: 0px;
	height: 22px;
	padding-left: 20px;
	width: 716px;
	background: url('/img/barback.png');
	background-repeat: repeat-x;
}

.edit {
	clear: both;
}