
body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
      line-height:1.5;
       
	
}
#container {
	margin: 0 auto;
	width: 100%;
}
#content {
	float: right;
	width: 78%;
	text-align: justify;
      margin: 3px 3px 3px 3px;
	  padding-right: 10px;
}
#sidebar {
	float: left;
	width: 18%;
}
#footer {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	color: #fff;
	background: #333 url(footer.gif);
	width: 100%;
	clear: both;
	text-align: center;
}
#footer p { padding: 0; }

/* Headers */
h1#header {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 300%;
	background: url(header.gif);
	height: 90px;
	border-bottom: 5px solid #222;
	line-height: 90px;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0px auto;
	text-align: center;
}

#page h2 {
	font-weight: normal;
	font-size: 155%;
	color: #222;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
#sidebar h3 {
	font-weight: normal;
	font-size: 150%;
	color: #000;
	
}

/* Links */
#wrap a:link, #wrap a:visited {
	text-decoration: none;
	color: #003366;
	border-bottom: 0px solid #003366;
}
#wrap a:hover {
	text-decoration: none;
	color: #CC3300;
	border-bottom: 0px solid #CC3300;
}
#header a, #header a:hover {
	color: #fff;
	text-decoration: none;
}
#footer a {
	color: #888;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
}
.hide { display: none; }

/* Lists */
#sidebar li { list-style: none;line-height:1;  }
#sidebar ul { padding: 3px 0px 3px 10px; }
html>body #sidebar ul { padding: 3px 0px 3px 30px; }

p {  line-height:1.5; }

