/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 80%;
	margin: 0;  
	padding: 0; 
	background-color:#000000;
}

#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(images/LHS_yellow.gif);
	background-repeat: repeat-y;
	background-color:#FFF;
}

#header {
	display: none;
}

#navigation {
	display: none;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
}
#navigation li a {
	color: #CC0000;
	height: 40px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}
#navigation li a:link, #navigation li a:visited {
	color: #CC0000;
	display: block;
	background: url(images/button.gif) 0 -35px;
	background-repeat: no-repeat;
	padding: 8px 0 0 10px;
}
#navigation li a:hover {
	color: #CC0000;
	background:  url(images/button.gif);
	background-repeat: no-repeat;
	padding: 8px 0 0 10px;
}
#content {
	float: left;
	width: 550px;
	padding: 0 20px 10px 20px;
}
#content p {
	font-size: 1em;
	color: #000000;
}
#content h1 {
	font-size: 1.4em;
	color: #FF0000;
}
#content h2 {
	font-size: 1.1em;
	line-height: 20px;
	padding-top: 10px;
}
#content h3 {
	font-size: 1.1em;
	margin-bottom: -10px;
	margin-top: 30px;
}
#content li {
	list-style-type: circle;
	line-height: 20px;
}
#content a:link, #content a:visited {
	color: #CC0000;
	font-weight: bold;
}
#content a:hover {
	color: #FF3300;
	font-weight: bold;
}
#content .image-left {
	margin-right: 10px;
	border: 3px solid #fff;
	float: left;
}
#content .image-right {
	margin-left: 10px;
	border: 3px solid #fff;
	float: right;
}
	
#footer {
	clear: both;
	height: 44px;
	padding: 10px 0 0 0;
}
