* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #D74729;
}

h1 {
	font-size:23px;
	font-weight:bold;
}
h2 {
	font-size:18px;
	font-weight:bold;
}
h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:13px;
	font-weight:bold;
}

a, a:visited {
	color:#792F15;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}
.pindex{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2C2820;
}

.clear{ clear:both;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C2820;
	background-color: #D74729;
	background-image: url(images/bg.gif);
	text-align: center;
}

#container {
	position:relative;
	margin:0 auto;
	width:715px;
	text-align:left;
}

#header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;;
	font-size: 10px;
	position:relative;
	height:289px;
	background: url(images/banner.jpg) top center no-repeat;
	background-color:#FFFFFF;
}

#header ul {
	position:absolute;
	bottom:4px;
	left:18px;
	color:#D74729;
	font-weight:bold;
	width: 694px;
	top: 261px;
}

#header ul li {
	position:relative;
	display:block;
	color:#D74729;
	float:left;
	padding:4px;
	margin-right:20px;
}

#header ul li a, #header ul li a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#header ul li a:hover {
	color:#D74729;
}

#content {
	position:relative;
	padding:10px 10px 40px 10px;
	background-color:#ffffff;
	border-bottom: #888 4px solid;
	border-left: #888 1px dashed;
	border-right: #888 1px dashed;
}

#content img.img {
	position:relative;
	float:left;
}

#content img.img2 {
	position:relative;
	float:right;
}
#content img.img3 {
	position:relative;
	float:left;
	margin-left:40px;
}

#footer {
	margin-top:10px;
	color:#ffffff;
	clear:both;
	padding-bottom:20px;
}








	
