/* LAYOUT STYLES */

body {
margin-top: 0px;
margin-left: 0px;
background: #FFF url('../images/sce/background.jpg') repeat-x top;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
height: 100%;
min-height: 100%;
}

#document {
width: 810px;
text-align: center;
margin-left: auto;
margin-right: auto;
height: 100%;
}

#header {
height: 163px;
width: 810px;
text-align: left;
background: url(../images/sce/header-right.jpg) no-repeat right;
}

#menubar {
width: 800px;
height: 28px;

background: url(../images/sce/menu-bg.gif) repeat-x top;
clear:both;
}

#content {
width: 800px;
text-align: center;
background: #FFF;
margin-right: 10px;
margin-left: 0px;
position: relative;
}


/*
#left-side {
width: 170px;
background: #FFF;
min-height: 400px;
float:left;
}

#content {
text-align: left;
width: 610px;
background: #FFF;
margin-left: 179px;
min-height: 500px;
padding-top: 10px;
}
*/

#left-side {
width: 170px;
background: #FFF;
min-height: 400px;
position: absolute;
left: 0px;
top: 28px;
}

#main {
text-align: left;
width: 610px;
margin-left: 179px;
min-height: 500px;
padding-top: 10px;
}

#end { 
width: 800px;
margin-right: 10px;
text-align: center;
margin: auto; 
background: #FFF;
clear: both;
}

#nofloat {
clear: both;
}

#contactform div
{
	margin-bottom: 0.5em;
	width: 100%;
}

#contactform .indent
{
	margin:10px 0px 10px 95px;
}

#contactform .form_element
{
	padding: 0px 10px 0px 0px;
	text-align:right;
	float: left;
	width: 180px;
}

#contactform .form_data 
{
	padding: 0px;
	text-align:left;
	float: left;	
}

#contactform .separator 
{
	clear: both;
	padding: 0px;
	font-size: 0.5px;
	height: 0.5px;
}

#footer .footer_link { border-right:solid 1px #000; padding-right:4px;}
#footer .footer_language_link {	border-left:solid 1px #000;}
#footer .footer_last{ border: none; }


 