
#header {
	overflow:hidden;
	position:absolute;
	z-index:3; 
	top:0px;
	left:0px;
	width:750px;
	height:90px;
	background:#eee;
	border-right-width:1px;
	border-right-style:solid;
	border-bottom:1px solid;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	}
	
#hads {
	position:absolute;
	overflow:hidden;
	top:90px;
	left:0px;
	height:90px;
	width:750px;
	background:#eee;
	border-right-width:1px;
	border-right-style:solid;
	text-align:center;
	}

#left {
	overflow:hidden; 
	position:absolute;
	z-index:3; 
	top:180px;
	left:0px;
	width:150px;
	height:auto;;
	background:#eee;
	border-bottom-width:1px;
	border-bottom-style:solid;
	}

#content {
	position:absolute;
	z-index:3; 
	top:180px;
	left:151px;
	width:568px;
	height:auto;
	background:#eee;
	padding-left:15px;
	padding-right:15px;
	border:1px solid;
	text-align:justify;
	}
#content h1 {font-size:18px; color:#000; margin-bottom:5px; margin-left:5px; border-bottom:1px solid #000; letter-spacing:1px;} 
#content h2 {font-size:16px; color:#000; margin-bottom:5px; margin-left:5px; border-bottom:1px solid #000; letter-spacing:1px;}

#footer {
	position:relative;
	width:99%;
	height:15px;
	font-size:12px;
	margin-top:20px;
	background-color:transparent;
	}

#article {
	position:relative;
	margin-top:25px;
	padding-bottom:3px;
	padding-left:3px;
	border-bottom:1px dotted;
	border-left:1px dotted;
	}

#article a {font-weight:bold;}
#article h2 {font-size:16px; color:#000; margin-bottom:2px; margin-left:0px; border-bottom:0px solid #000; letter-spacing:1px;}
#article p {margin:2px;}

#menu {padding:0; margin:20px 10px; width:0;}

#menu li {list-style-type:none; width:200px; height:20px; margin:2px 0; clear:both;}

#menu a, #menu a:visited {position:relative; display:block; width:120px; height:18px; border:1px solid #000; background-color:#f8f8e8; color:#000; padding-left:3px; text-decoration:none;}

#menu a span, #menu a:visited span {display:none;}

#menu a:hover {color:#fff; background-color:#65707b; border:1px solid #000; text-decoration:none;}

#menu a:hover span {position:absolute; display:block; left:130px; top:0; width:0px; height:0px; border-left:8px solid #c00; border-top:8px solid #fff; border-bottom:8px solid #fff; font-size:1px; line-height:0;}

* html #menu a:hover span {width:8px; height:16px; w\idth:0; he\ight:0;}

#articlemain {
	position:relative;
	margin-top:5px;
	padding-bottom:3px;
	padding-left:3px;
	text-align:left;
	}

#articlemain a {font-weight:bold; color:#000;}
#articlemain h2 {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#000; margin-bottom:2px; margin-left:0px; border-bottom:0px solid #000; letter-spacing:1px;}
#articlemain p {margin:2px; font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#000;}

#gadsdown {
	position:relative;
	margin:10px;
	width:100%;
	text-align:center;
	}

#menudown {
	position:relative;
	top:10px;
	height:100px;
	font-size:13px;
	border-top:10px;
	
	}
#menudown ul {position:relative; padding:0px; margin:0px; list-style-type:none;}
#menudown li { float:left; padding-right:3px; padding-left:3px; border-right:1px solid #000000; border-left:1px solid #000000; text-align:left;}
#menudown li:hover {font-weight:bold;}
#menudown p {font-weight:bold;}