﻿body.editor
{
	background-color: #fff;
	min-height: 450px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(../images/sce/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0;
}
/*---------------------------------------------------- layout*/
#frame {
width: 751px;
position: relative;
margin: 5px auto 0 auto;
} 

#header {
width: 751px;
height: 115px;
background-image: url(../images/sce/headerbg.jpg);
background-repeat: no-repeat;
margin: 0 ;
clear: both;
}

#contentcenter{ 
	background-image: url(../images/sce/content-bg.jpg);
	background-repeat: repeat-y;
	width: 741px;
	padding: 10px;

	
}
#copyright {
	background-image: url(../images/sce/footer-bg.gif);
	background-repeat: no-repeat;
	width: 751px;
	min-height: 33px;
	font-size: 1.1em;
	color: #393C40;
	padding: 10px 5px 5px 15px;
}
#footer {
width: 751px;
margin: 5px auto 0 auto;
text-align: center;
}
#footer a{ 
color: #654218;
}
#footer a:hover{ 
color: #F89828;
}
/*---------------------------------------------------- navigation*/
#nav ul {
	width:745px;
	height: 33px;
	list-style: none;
	padding: 5px 0 0 0;
	margin-right: 0;
	margin-left: 5px;
	margin-bottom: 0;
	float: right;
position:relative;
top: 3px;
}
#nav li {
	margin-bottom: 0;
	float: left;
}
#nav a span {
	display: block;
	background: url(../images/sce/menu-lbg.gif) no-repeat 0 0;
}
#nav a span span {
	background: url(../images/sce/menu-rbg.gif) no-repeat 100% 0;
	padding: 10px 13px 10px 13px;
}
#nav a {
font-size: 1.2em;
	display: block;
	background: url(../images/sce/menu-bg.gif) repeat-x 0 0;
	color: #fff;
	text-decoration: none;
}
#nav a span:hover {
	display: block;
	background: url(../images/sce/menu-lbg-ro.gif) no-repeat 0 0;
}
#nav a span span:hover {
	background: url(../images/sce/menu-rbg-ro.gif) no-repeat 100% 0;
	padding: 10px 13px 10px 13px;
}
#nav a:hover {
font-size: 1.2em;
	display: block;
	background: url(../images/sce/menu-bg-ro.gif) repeat-x 0 0;
	color: #7A0305;
	text-decoration: none;
}
#nav li.current a {
font-size: 1.2em;
	display: block;
	background: url(../images/sce/menu-bg-ro.gif) repeat-x 0 0;
	color: #7A0305;
	text-decoration: none;
}
#nav li.current a span {
display: block;
	background: url(../images/sce/menu-lbg-ro.gif) no-repeat 0 0;
}
#nav li.current a span span {
background: url(../images/sce/menu-rbg-ro.gif) no-repeat 100% 0;
	padding: 10px 13px 10px 13px;
}
/*---------------------------------------------------- content*/
 a.hide
{
position: absolute;
left: -9000px;
top: 0;
}

a.hide:focus, a:active
{
left: 0;
color: #ffffff;
}
#nav a:focus {
text-decoration: underline;
background: transparent;
}
a:focus {
background: #654218;
border: 1px dotted #006600;
}
a:active{
background: transparent;
color: #F89828;
}
a{
color: #F89828;
}
p a{
color: #654218;
padding: 5px;
}
p a:hover{
color: #F89828;
padding: 5px;
}
p a:focus {
color: #A6AA13;
padding: 5px;
}
p {
color: #515151;
font-size: 1.2em;
line-height: 1.4em;
padding: 2px 5px 5px 5px;
}
#contentcenter ul {
list-style: none;
margin-left: 10px;
}
#contentcenter li {
	color: #515151;
	font-size: 1.2em;
	line-height: 1.8em;
	list-style-image: url(../images/sce/bullet.gif);
	margin-left: 10px;
}
h1,h2,h3,h4,h5,h6 {
font-size:  1.4em;
color: #7A0305;
}
.rightside{
width: 255px;
margin-right: 5px;
position: relative;
float: right;
text-align: right;}
.rightside img{
margin-top: 5px;
}
.conright {
width: 216px;
position:relative;
float: left;
}
.conright img{
margin-top: 3px;
}
.conleft{
width: 510px;
position:relative;
float: left;
}

