* {
padding: 0;
margin: 0;
} 

body {
	margin:0;
	padding: 0;
	color: #444;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	line-height: 20px;
	background-color: #111;
	margin:20px;
}

img {border: none;}
a{ color: #173D7F; text-decoration: none; }
a:hover {  color: #000; }

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:20px auto;
	width:700px;
	padding:10px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}


#bannerLeft {
	width:120px;
	height:100px;
	margin-right:10px;
	background-image:url(images/leaf.gif);
	float:left;
}

#banner {
	width:700px;
	height:100px;
	margin-bottom:10px;
}

#bannerRight {
	width:557px;
	height:49px;
	background:url(images/bg1c.gif) repeat-x;
	float:left;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	padding:50px 0 0 10px;
}

#content {
	background:url(images/bg1.gif) repeat-y;
	height:1%;
	}

#header {
background: #000 url(images/header.gif) no-repeat;
height: 90px;
}
#header h1 {
	font-size: 24px;
	letter-spacing: normal;
	padding: 15px 0 0 10px;
	color: #cc;
}
#header h1 a {
	color: #FFFF00;
	text-decoration: none;
}
#header h1 a:hover {
	color: #FFFF66;
}
#header h2 {
	font-size: 16px;
	color: #CCCCCC;
	padding: 0 0 0 10px;
}

.right {
	float: right;
	width: 520px;
	padding: 10px;
	margin-top: 40px;
	margin-bottom: 0px;
}

.right h2 {
	padding: 2px 0 5px 0px;
	font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
	color: #0000FF;
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
}

#leftColumnBottom {
	width:120px;
	height: 700px;
	background:url(images/leftbg.gif) repeat-x;
	color:#EAEAEA;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	margin-top: 55px;
}

.leftColumnBottom h2 {
	margin-top: 0px;
	font: bold 12px Verdana, 'Trebuchet MS', Sans-serif;
	padding: 5px 0 5px 5px;
	border-bottom: 1px dotted #999;
}

#footer { 
background: #222;
color: #eee;
margin-top:20px;
height: 30px;
line-height: 30px;
text-align: center;
}
#footer a {  color: #aaa; text-decoration: none; }
#footer  a:hover { color: #777; }

