* {
	padding:0;
	margin:0;
}
div#wrap {
	min-height:100%;
	margin:0 auto;
	width:80%;
	padding-top:40px;
}
div#h2 {
	background-image:url('pg_pics/h2.png');
	background-repeat:repeat-x;
	background-position:top left;
	height:100px;
}
div#h3 {
	background-image:url('pg_pics/h3.png');
	background-repeat:no-repeat;
	background-position:top right;
	height:100px;
}
div#h1 {
	background-image:url('pg_pics/h1.png');
	background-repeat:no-repeat;
	background-position:top left;
	height:100px;
	padding-top:30px;
	padding-left:30px;
}
div#p1 {
	background-color:#ffffff;
	width:75%;
	float:left;
	min-height:100px;
	background-image:url('pg_pics/h4.png');
	background-position:top right;
	background-repeat:no-repeat;
}
div#p2 {
	background-image:url('pg_pics/h6.png');
	background-repeat:no-repeat;
	background-position:top left;
}
div#p3 {
	background-image:url('pg_pics/h7.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}
div#p4 {
	padding:10px;
	background-image:url('pg_pics/h5.png');
	background-repeat:no-repeat;
	background-position:bottom right;
}
div#sidebar {
	width:22%;
	float:left;
	margin-top:20px;
}
div#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
div#sidebar ul li a {
	background-color:#DD0000;
	color:#ffffff;
	border-bottom:2px solid #7D0000;
	border-right:2px solid #7D0000;
	border-left:1px solid #620000;
	display:block;
	padding:16px 7px;
	text-decoration:none;
	font-size:0.9em;
}
div#sidebar ul li a:hover {
	background-color:#BB0000;
}
div#sidebar ul li a.selected, div#sidebar ul li a.selected:hover {
	background-color:#ffffff;
	border-left:none;
	border-right:none;
	font-weight:bold;
	color:#910000;
}
div.sidebar ul {
	list-style:none;
	padding:0;
	border-top:4px solid #dddddd;
	margin:0 0 20px 0
}
ul {
	margin:0 0 20px 20px;
	padding:0;
	list-style:square;
}
ul li {
	padding:3px 0;
}
.clear {
	clear:both; 
}
div#footer {
	padding:10px 0;
	background-color:#FF0000;
	text-align:center;
	margin:0;
	padding:0;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12
}