/* STRUCTURE */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#container {
	width:1000px;
	margin: 0 auto;
	text-align:left;
	
}
#header {
	border:0px solid red;
	position:relative;
	left:50px;
	width:900px;
	height:20px;
	color:white;
	background-color:#FFFFFF;
	padding:0px;
	font-size:9px;
	text-align:right;
}

#middle {
	position:relative;
	left:50px;
	border:0px solid black;
	width:900px;
	height:572px;
	background:#ffffff url(../images/home1.jpg) no-repeat scroll 0px 0px;
	overflow:auto;
}
#left {
	width:173px;
	padding:0px;
	margin:0px;
	float:left;
	overflow:auto;
	border:0px solid blue;
}
#mainmenu {
	padding:61px 0px 0px 0px;
}
#banners {
	padding:2px;
}
#content_left {
	border:0px solid purple;
	color:#000000;
	width:725px;
	padding:0px;
	float:right;
	padding-left:260px;
	padding-top:90px;
}
#content_clear {
	clear:both;
	height:1px;
}
#bodytext {
	font-size:10pt;
	padding:70px 35px 30px 260px;
	border:0px solid blue;
	color:white;
	font-size:12pt;
}
#bodytext p {
	line-height:30px;
}
#bottombanner {
	height:0px;
}

#footer {
	width: 1000px;
	height: 30px;
	
}

/* GENERAL */

html,body {
	text-align:center;
	font-family:tahoma,arial;
	font-size:14px;
	line-height: 15px;
	color:#000000;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
}

a { color: #ffffff; font-family: tahoma,arial; TEXT-DECORATION: none; }
a:hover { color:#ffffff; }

/* MENU */

#menu-1, #menu-2, #menu-3 {
	text-align:left;
	
}
#menu-1 a, #menu-2 a, #menu-3 a {
	font-size:14px;
	color:white;
	text-decoration:none;
	font-weight:normal;
	padding-left:7px;
}
#menu-1 a:hover, #menu-2 a:hover, #menu-3 a:hover {
	color:#FFF200;
}
#menu-1 div.norm, #menu-1 div.active {
	border-top:1px solid #AEB6BF;
	padding-top:6px;
	height:30px;
}
#menu-1 div.active a {
	font-weight:bold;
}
#menu-1 div.last {
	border-bottom:1px solid #AEB6BF;
}