#header { background:url(../images/header.gif) no-repeat;height:160px;}

/*body { 
margin: 1em auto; 
width: 980px; 
background: white;
}*/

#body {
 background:url(../images/back.gif) repeat-y;
 background-position: right;
 background-color: #015305;
/*background-color:blue;*/
 border-top: 5px solid #ff2601;
 border-left: 5px solid #ff2601;
 border-right: 5px solid #ff2601;
}
#submessage h1
{
font-variant:small-caps;
font-size: 15px;
text-align:center;
}

#language 
{
 font-family: verdana, Helvetica, Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 margin-left: 1em;
 color: #fff;
}
#language a
{
 color: #fff;
}

#navigation 
{
 font-family: verdana, Helvetica, Arial, sans-serif;
 font-size: 12px;
 font-weight: bold;
 width: 14em;
 padding: 2px 2px 2px 4px;
 margin-top:1em;
 margin-bottom: 1em;
 margin-left: 1em;
 color: #fff;
 border-top: 2px solid #ff2601;
 border-left: 15px solid #ff2601;
 border-right: 2px solid #ff2601;
 border-bottom: 2px solid #ff2601;
 float: left;
}

#navigation img{
border: 0px;
}

#navigation ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#navigation ul li {
 margin: 0px 0px 15px 0px;
}

#navigation ul li ul li{
 margin: 0;
}

#navigation ul li a {
 display: block;
 color: #fff;
 text-decoration: none;

}
#navigation ul li ul li a {
 display: block;
 padding: 2px 2px 2px 20px;
 font-size:10px;
}
#navigation ul li a {
 width: auto;
}
#navigation ul li a:hover {
 background-color: #8fc5a5;
}

#content {
/*	background:url(../images/servaes_transparent.gif) no-repeat;
	/*background: #015305;*/    
	/*background: url(images/servaes_top.png) no-repeat;
    	background-position: bottom right;*/
	margin: 5px 200px 5px 250px;
	min-height: 400px;
	height:auto !important;
	height:400px;
	color: white;
	font-size:13px;
}
#content table {
	color: white;
	font-size: 13px;
}



#footer { 
background-color: #ff2601; 
}

#footer table { 
margin: 5px auto;
color: #015305;
}

#footer a { color: #015305; }
#address {margin: 5px auto;}

/* When printing, hide the background and the menu, remove the 
 * gap at the top, and use a serif font (easier to read on paper) */
@media print {
    body { background-color: white; margin-top: 0; font-family: serif; }
    #navigation { display: none; }
}



/* On-screen only, increase the line spacing to make the text 
 * easier to read */
@media screen {
#content { line-height: 1.4em; }
#content table { line-height: 1.4em; }

}
