﻿html, body, div {font: normal 12px arial, verdana, georgia, serif; color: #000;}
h1 {
	font-size:22px;
	color:#d01c25;
	font-variant:small-caps;
	margin:0 0 10px 0;
	padding:0;
}
h2 {
	font-size:16px;
	color:#666;
	margin:0 0 10px 0;
	padding:0;
}
h3 {
	font-size:12px;
	color:#d01c25;
	font-variant:small-caps;
	text-transform:capitalize;
	margin:0 0 10px 0;
	padding:0;
}
p {
	margin:0 0 20px 0;
}
body {
	text-align:center;
	background: #debe87; 
}
div#wrapper {
	width:819px;
	position:relative;
}
div#header {
	clear:both;
}
#midsection {
	background: url(../img/bodybg.jpg) repeat-y center; 
	width:819px;
}
div#content {
	width:480px;
	float:left;
	padding:0 60px 30px 20px;
	text-align:left;
}
#footer {
	width:819px;
	background: url(../img/dsibottom.jpg) no-repeat; 
	height:36px;
	padding:30px 0 0 0;
	font-size:9px;
	color:#333;
	text-align:center;
}
div#menu {
	margin:0;
	padding:0 0 0 50px;
	width:208px;
	float:left;
}
#menutop {
	background: url(../img/menutop.jpg) no-repeat;
	height:23px;
}
#menubottom {
	background: url(../img/menubottom.jpg) no-repeat;
	height:25px;
}
#menuitems {
	background: url(../img/menubg.jpg) repeat-y;
	padding:10px 10px;

}
#menuitems ul {
	margin:0;
	padding:0 10px 0 10px;
	text-align:left;
	list-style:none;
}
#menuitems ul li {
	margin:0;
	padding:5px 0 5px 15px;
	border-bottom:#ccc 1px solid;
	background: url(../img/bullet.gif) no-repeat;
	background-position: 0 7px;
	line-height: 15px;
}
#menuitems ul li a {
	font-weight:bold;
	color:#d01c25;
	text-decoration:none;
}

div#content ul li {
	margin:0;
	padding: 0 0 10px 0;
	background-position: 0 7px;
	list-style-image: url(../img/bullet2.png);
}

