body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color: #8D8D8D;
	background-color:white;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18px;
	line-height:28px;
	font-weight:700;
	color: #5D5D5D;
	}
h2 {
		margin:0px 0px 4px 0px;
		padding:0px;
		font-size:14px;
		font-weight:700;
		color: #5D5D5D;
		}
h3 {
		margin:0px 0px 4px 0px;
		padding:0px;
		font-size:12px;
		font-weight:700;
		color: #5D5D5D;
	}
	
h4 {
			margin:0px 0px 4px 0px;
			padding:0px;
			font-size:10px;
			line-height:14px;
			font-weight:500;
			color: #5D5D5D;
		}

p {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:10px 0px 8px 0px;
	padding:0px;
	}
/* #Content>p {margin:0px;}   
#Content>p+p {text-indent:0px;}  */



a {

	color:#5D5D5D;
	font-size:12px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
/*  a:link {color:#09c;}  */
a:link {color:#5D5D5D;}
a:visited {color:#8D8D8D;}
a:hover {background-color:#ffffff;}
/* a:hover {background-color:#eee;}  */

#Header {

	margin:10px 0px 40px 0px;
	padding:0px 0px 60px 34px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:none;
	border-color:black;
	border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
/*	background-color:#eee;  */

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}
div#Header a { padding-right: 20px; }

#Content {
	width:450px;
	margin:12px 80px 20px 120px;
	padding:10px;
/*	background-color:#eee;   */
	}
	
#Menu {
	position:absolute;
	top:180px;
	left:20px;
	width:10px;
	padding:10px;

/*	border:1px dashed #999;   */
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:10px;

	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}


#Footer {
	margin:40px 80px 50px 120px;
	padding:0px 0px 0px 10px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:none;
	border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */

	}
body>#Footer {height:14px;}

.announce{
font-size:11px;

margin:0px 00px 20px 100px;
clear: left;
border: 0px solid gray;


}	
	.announce .floatbox{
	margin-left: 0px;
	float: left;
	width: 25px;
	}
	.announce p{
			width:350px;
		color:#5D5D5D;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:11px;
		margin-top: 10px;
		margin-left: 25px;
	}
	
	.announce h1{
		width:350px;
		color:#8D8D8D;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		margin-top: 10px;
		margin-left: 25px;
	}
	announce.img {
	       vertical-align: top;
	       padding-right: 8px;
	}	
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.art{
margin:0px 0px 25px 130px;
clear: left;
border: 0px solid gray;
}

.art .floatbox{
margin-left: 0px;
float: left;
width: 100px;
}

* html .art p{ /* IE 3px jog hack*/
height: 1%;
}

.art p{
margin-top: -20px;
margin-left: 100px;
margin-bottom: 0px;
}

.art h1{
margin-left: 100px;
/* margin:0px 0px 0px 0px; */
padding: 14px 0px;
font-size:12px;
line-height:12px;
font-weight:500;


}


<!-- END CSS -->
