body {
	background-color:#FFFFFF;
	color:#000000;
	font:normal 90%/100% verdana,arial,helvetica,sans-serif;
	margin:10px;
	padding:0px;
}

h2 {
    font-size: 90%;
}

#main {
	width:820px; 
	height:auto; /*auto;*/
	min-height:100%;
	background-color:#FFFFFF;
	border-top: 1px #A1A19F solid; 
	border-bottom: 1px #A1A19F solid; 
	border-right: 1px #A1A19F solid; 
	border-left: 1px #A1A19F solid; 
 	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px; //50px 25px 25px 25px;
	float:left;
	font:normal 90%/100% verdana,arial,helvetica,sans-serif;
	line-height:120%;
        text-align:justify;
}

#main p, h3 {
	font:normal 90%/100% verdana,arial,helvetica,sans-serif;
	line-height:120%;
        text-align:justify;
	}

#main li, td {
	font:normal 90%/100% verdana,arial,helvetica,sans-serif;
	line-height:120%;
        text-align:left;
	}

#main a,
#main a:visited,
#main a:link,
#main a:visited {
	color:blue;
/*        font-size:13px;  */
        text-decoration: none;
	}

#main a:focus,
#main a:hover,
#main a:active {
        text-decoration: none;
	color:green;
}

#header {
	width:820px;
	height:130px;
	padding: 0px ;
	margin: 0px ;
	border-top: 1px #A1A19F solid; 
	border-right: 1px #A1A19F solid; 
	border-left: 1px #A1A19F solid; 
        border-bottom: 1px #A1A19F solid; 
	background-color:#FFFFFF;
	background-image: url(../images/banner.jpg);
}
#header a, img {
	text-decoration: none ;
	text-transform: uppercase ;
	font-weight: bold ;
	font-family: arial ;
	white-space: nowrap;
}

#headernavigation {
	width:820px;
	height: 20px ;
	background-color:#FFFFFF;
        border-right: 1px #A1A19F solid; 
        border-left: 1px #A1A19F solid; 
	text-align: center ;
}

#headernavigation ul {
	padding: 0px ;
	margin: 0px ;
	list-style-type: none ;
}

#headernavigation li {
	padding: 0px ;
	margin: 0px ;
	display: inline ;
	padding: 0 10px 0 10px ;
	border-right: 1px solid #A1A19F ; 
}
li#headernavigationlanguage { border: none ; }

#headernavigation a {
	text-decoration: none ;
	text-transform: uppercase ;
	font-weight: bold ;
	font-family: arial ;
	white-space: nowrap;
	font-size: 0.70em;
	letter-spacing: 1px;
}

#footer {
	width:820px;
	height: 20px ;
	background-color:#F5F4F1;
        border-right: 1px #A1A19F solid; 
        border-left: 1px #A1A19F solid; 
        border-bottom: 1px #A1A19F solid;
				font-size: 0.70em; 
}


