div#content{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom:10px;
}
div#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height:75px;
	background-image: url(images/headerBG2.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #331A02;
	overflow: visible;
}
div#headerInfo {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	float:right;
	text-align: right;
	margin-right:10px;
	background-image: url(images/dogtag.jpg);
	height:74px;
	width:137px;
}
div#logo {
	position:absolute;
	margin-top:17px;
	margin-left:35px;
	width: 290px;
	float:left;
	height: 107px;
	background-image: url(images/header_logo.jpg);
	background-repeat: no-repeat;


}
div#menu {
	width: 950px;
	background-image: url(images/headerMenuM.png);
	margin-right: auto;
	margin-left: auto;
	clear:both;
	height:35px;

}
div#menuLeft {
	background-image: url(images/headerMenuL.png);
	height: 35px;
	width: 7px;
	background-repeat: no-repeat;
	float:left;
}
div#menuRight {
	background-image: url(images/headerMenuR.png);
	height: 35px;
	width: 7px;
	background-repeat: no-repeat;
	float: right;
}

div#mainContent {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height:auto;
}
div#contentContainer {
	border: 1px solid #69665d;
}
div#contentHeader {
	background-image: url(images/pawBrown.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #7d6a4e;
	background-color: #f5f3e7;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #98968a;
	padding-top: 4px;
	background-position: 2px 3px;
}
div#contentMiddle {

	padding: 10px;
}
#formHeader {
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	color: #CCCCCC;
	font-weight: bold;
	padding-left: 5px;
}
#formBG {
	background-color: #E0E0E0;
	border: 1px solid #666666;
}
.smallList {
    width: 300px; 
    float: left; 
    margin-top: 10px;
}
.smallList ul{
    list-style: none;
}
.smallList li{
    margin-bottom:5px;
}