html, body { 
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	speak: normal;
	height: 100%;
	background-color: #fff;
}
form {
	margin: 5px 0px 5px 0px;
}
h1 {
	color: #AC3024;
	margin: 0px 0px 10px 0px;
	font-size: 9pt;
	text-transform: uppercase;
}
/*
********************************************************************
                               OBJECTS
********************************************************************
*/
#mother4all {
	margin: 0px auto; 
	width: 770px;
}
#top { 
	float: left;
	clear: both; 	
	padding-top: 30px;
	height: 155px;
	width: 770px;
	background-image: url(pic/top.jpg);
	background-repeat: no-repeat;
}
.mainmenu a, .maimenu a:hover, #lang a, #lang a:hover {
	margin: 0px 5px 0px 5px;
}
#lang {
	float: left;
}
#menu {
	float: left;
	width: 660px;
	margin-left: 9px;
}
#lang a, .mainmenu a {
	text-decoration: none;
	color: #000;
}
#lang a:hover, .mainmenu a:hover {
	text-decoration: none;
	color: #AC3024;
}
#main {
	float: left;
	clear: both; 
	width: 770px;	
	background-image: url(pic/mainbg.gif);
	background-repeat: repeat-y;	
}
#left {
	float: left;	
	width: 120px;
	background-color: #eaeaea;
}
#content {
	float: left;
	width: 610px;
	margin: 20px 15px 20px 20px;
	text-align: justify;
}
#content a, #content a:hover {
	text-decoration: underline;
	color: #AC3024;
}
#end { 
	clear: both;
	height: 25px;
	background-image: url(pic/end.gif);
	background-repeat: no-repeat;
}

