/* Positions & Dimensions */
body { margin:0; padding:5px; border:0; }
#container { width:750px; }
#headdiv {
	height:50px; width:750px; margin-bottom:10px;
	background:url(img/hd_bnr.jpg) top left no-repeat;
}
#bodydiv { height:auto; width:auto; }
#menudiv { width:140px; margin:18px 10px 20px 0; float:left;  }
#contentdiv { width:600px; margin-bottom:20px; float:left; }
#contentdiv ul { margin-top:5px; margin-bottom:5px; }
#contentdiv form { margin:15px 0 0 0; padding:0; }
#contentdiv input#text { font-size:11px; margin-top:1px; margin-bottom:8px; width:290px; }
#contentdiv input#txlang { font-size:11px; margin-top:1px; margin-bottom:8px; width:590px; }
#contentdiv input#submit { font-size:11px; margin-top:1px; margin-bottom:8px; width:auto; }
#contentdiv textarea#text { font-size:11px; margin-top:1px; margin-bottom:8px; height:90px; width:590px; }

#footdiv {
	clear:both; 
	width:750px;
	padding:20px 10px 10px 10px;
	background:url(img/ft_bnr.gif) top center no-repeat;
}



/* Text & Styles */

body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
#menudiv a {
	color:#000;
	text-decoration:none;
	padding:2px 0 2px 0;
	background-color:none;
	border-bottom:1px solid #90B9C3;
	display:block;
}
#menudiv a:hover { color:#fff; background-color:#B2DBE5; }
#contentdiv {
	letter-spacing:0.5px;
	word-spacing:1px;
	line-height:15px;
}
#contentdiv h1 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	border-bottom:1px solid #90B9C3;
}
#contentdiv h2, #contentdiv h3, #contentdiv h4  {
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0;
}
#footdiv { text-align:center; color:#90B9C3; }
#footdiv a { text-decoration:none; color:#90B9C3; }
#footdiv a:hover { text-decoration:underline; color:#90B9C3; }

