﻿body.editor
{
	background-color: #fff;
	min-height: 450px;
}
table, td{
border: 1px solid #993333;}
/*---------------------------------------------------- layout */
body {
	margin: 0;
	font: 62.5% Tahoma, Arial, Helvetica, sans-serif;
	background: #EFEBC6;
	color: #8A8671;
}
#frame {
width: 760px;

margin: 10px auto 0 auto;
}
#header {
width: 760px;
height: 162px;
background: url(../images/sce/header2.jpg) no-repeat;
}
#header span{
display:  block;
position:relative;
float: right;
width: 136px;
height: 25px;
font-size: 1.6em;
font-weight: bold;
color: #ffffff;
margin: 126px 0 0 0;
}
#contentleft {
width: 285px;
height: 390px;
background: url(../images/sce/nav-bg.jpg) no-repeat top right;
margin: 0 0 0 4px;
position: relative;
float: left;

}
#contentright {
width: 450px;
position: relative;
float: left;
padding: 10px;
}
#copyright {
margin: 0 0 0 2px;
width: 759px;
height: 5px;
}
#footer {
width: 760px;
margin: 10px auto 0 auto;
text-align: center;
}
#footer a {
text-decoration: underline;
color: #993333;
}
#footer a:hover {
text-decoration: none;
color: #993333;
}
#contactform {
width: 450px;
font-size: 1.2em;
color: #993333;
position: relative;
float: left;
 }
 
.form_element {
padding: 0;
position:relative;
float: left;
}

#contactform  .indent {
width: 100px;
margin:10px 0px 10px 85px;
}
/*---------------------------------------------------- end layout */

/*---------------------------------------------------- content */
h1,h2,h3,h4,h5,h6 {
font-size: 1.8em;
color: #993333;
}
p { 
font-size: 1.2em;
line-height: 1.8em;
}
.floatright {
position: relative;
float: right;
}
.floatleft {
position: relative;
float: left;
}
a {
text-decoration: underline;
color: #8C8975;
}
a:hover {
text-decoration: none;
color: #8C8975;
}
a:visited {
text-decoration: none;
color: #939393;
}
a:focus { 
background: #853C34;
color: #EFEBC5;
}
#menu a.main_menu:focus { 
text-decoration: underline;
}
