html, body {
			height: 100%;
			width: 100%;
			background-color: #333333;
			}


#wrapper {
			position: absolute;
			width: 100%;
			min-height: 100%;
			_height: 100%;
			top: 0px;
			left: 0px;
			background-color: #333333;	
			}

#header {
			position: relative;
			font-size: 30;
			font-family: Helvetica;
			width: 815px;
			height: 195px;
			background-color: #333333;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0;
			background-image: url('../images/header.jpg');
			top:30px;
			}


#container {	
			position: relative;		
			top: 0px;
			width: 815px;
			height: 730px;
			background-color: #FFFF00;
			margin-left: auto;		
			margin-right: auto;	
			background-image: url('../images/content.jpg');
			}	


p.section {
			font-family: sans-serif;
			font-weight: bold;
			color: #333333;
			font-size: 24px;
			margin-left: 20px;
			padding-top: 10px;			
			margin-bottom: -10px;
			}

p.content {
			font-family: Verdana;
			font-size: 12px;
			margin-left: 20px;
			margin-right: 40px;
			color: #555555;
			}
			
p.info {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			color:#555555;
			bottom: 10px;
			margin-left: 20px;
		}
		
div.li_content {
			font-family: Verdana;
			font-size: 11px;
			margin-left: 5px;
			margin-right: 40px;
			color: #555555;
			width:600px;
			padding-bottom:10px;
			padding-top:10px;
			border-bottom: solid 1px silver
			}
			
a {
	color: OrangeRed;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover 
{
    text-decoration: underline
}

img
{  border-style: none;
}

