body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/edit_template_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	background-color: #000000;
}
#contentwrap {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 100%;
	padding-bottom: 33px;
}
.menu {
	height: 74px;
}
.heading {
	width: 36%;
	height: 70px;
	float: left;
}
.exit {
	float: right;
	width: 10%;
	padding-top: 33px;
	padding-right: 33px;
}
.exit img {
	float: right;
}
.save {
	float: right;
	width: 10%;
	padding-top: 33px;
	padding-right: 20px;
}

.save img{
	float: right;
}
.heading h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.heading p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.editor {
	width: 100%;
	height: 100%;
	margin-bottom: 33px;
}


.editor {
	border: 4px solid #FFFFFF;
	margin-top: 33px;
	margin-bottom: 33px;
}
#footer {
	clear: both;
	width: 100%;
	background-color: #414042;
	padding: 30px 0;
	border-top: 2px solid #808285;
}


#footercontentwrap {
	width: 80%;
	height:40px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.buttons {
	float: left;
	height: 39px;
	width: 177px;
	margin-top: 36px;
	margin-right: 12px;
	display: block;
}

.buttons a{
	background-image: url(../images/button_a.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: normal;
	text-transform: capitalize;
	color: #999999;
	text-align: center;
	display: block;
	height: 39px;
	line-height: 36px;
	text-decoration: none;
}

.buttons a:hover{
	background-image: url(../images/button_a_hover.jpg);
	display: block;
	background-repeat: repeat-x;
	background-position: left top;
}




.menubar {
	float: right;
	margin-top: 30px;
	width: 50%;
}

.btn, .btn span { display: block; _display: inline-block; background: url(../images/btn.gif); font-size: 12px; font-weight: bold; text-decoration: none; cursor: pointer; }

.btn { float: right; background-position: right top; height: 23px; margin-left: 10px; }

.btn:hover { background-position: right bottom; }

.btn span {
	color: #8080a7;
	height: 20px;
	padding: 3px 0 0 9px;
	background-position: 0 0;
	margin-right: 9px;
}

.btn:hover span { color: #ffffff; background-position: left bottom; }



/*----------------------------- BTN-Y START ---------------------------------*/



.btn-y, .btn-y span { display: block;display: inline-block; background: url(../images/btn-y.gif); font-size: 12px; text-decoration: none;  float: left; cursor: pointer; }

.btn-y { background-position: right top; height: 34px; margin-right: 15px; }

.btn-y:hover { background-position: right bottom; }

.btn-y span {
	color: #000;
	height: 25px;
	padding: 9px 0 0 12px;
	background-position: 0 0;
	margin-right: 38px;
	font-weight: bold;
}

.btn-y:hover span { background-position: left bottom; }


