html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
#hdr img {
	display: block;
}
img {
	border: 0;
}
/* .guestbook input {
	color: #000099;
	background: #F4B79A;
}
.guestbook textarea {
	color: #000099;
	background: #F4B79A;
} */
a {
	color: #F4B79A;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F8D9CA;
	text-decoration: underline;
}
.more {
	text-align: right;
	margin-top: 0;
	font-size: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

body {
	background: white url(images/style/bg.jpg) repeat-x;
	font: 12px tahoma, verdana, sans-serif;
	color: #F4B79A;
	padding: 20px;
	text-align: center;
}
h3 {
    color: #fff;
	font-size: 11px;
}
#wrapper {
	text-align: justify;
	margin: auto;
	width: 1024px;
	background: url(images/style/body_bg.jpg);
}
#nav {
	float: left;
}
#nav img {
	display: block;
}
#man {
    padding-bottom: 1px;
}
#body {
	float: left;
	width: 772px;
	padding-right: 5px;
}
/****************************** main (med) *************************************/

.med {
    background: left url(images/style/med_bg.gif) repeat-y;
}
.med .top {
    background: top left url(images/style/med_top.gif) no-repeat;
}
.med .bot {
    background: bottom left url(images/style/med_bot.gif) no-repeat;
    padding: 12px;
}

/****************************** main (drk) *************************************/

.drk {
	background: left url(images/style/drk_bg.gif) repeat-y;
}
.drk .top {
	background: top left url(images/style/drk_top.gif) no-repeat;
}
.drk .bot {
	background: bottom left url(images/style/drk_top-17.gif) no-repeat;
	padding: 10px;
}
/*
.drk h3 {
    padding-left: 12px;
    background: 0px 4px url(images/bullet_drk_arr.gif) no-repeat;
} */

/****************************** down (lit) *************************************/

.lit {
	background: left url(images/style/lit_bg.gif) repeat-y;
}
.lit .top {
	background: top left url(images/style/lit_top.gif) no-repeat;
}
.lit .bot {
	background: bottom left url(images/style/lit_bot.gif) no-repeat;
}
.lit h3 {
    padding-left: 12px;
    background: 0px 4px url(images/style/bullet_lit_arr.gif) no-repeat;
}
/******************************  *************************************/
.pad {
	padding: 11px 16px;
}
.diamond {
	padding-left: 12px;
	background: 0px 4px url(images/style/bullet_drk_diamond.gif) no-repeat;
}
.lit .diamond {
	background: 0px 4px url(images/style/bullet_lit_diamond.gif) no-repeat;	
}
/****************************** main (welcome) *************************************/
#welcome h1 {
    padding-top: 18px;
}
#welcome h2 {
    padding-top: 12px;
}
#welcome p {
	margin-bottom: 0;
	text-indent: 30pt;
}
#welcome img {
    padding: 10px 10px 10px 10px ;
}
#welcome li {
    padding-top: 5px;	
}
#welcome .picbar img {
    padding: 1px 1px 1px 1px ;
}
#welcome .more {
	margin: 0;
	padding: 0;
}
#welcome .pad {
	padding-bottom: 0px;
}
#news .more {
	margin-bottom: 0;
}
#news .more a {
	color: #fff;
}
#news .right {
	margin-top: -4px;
	margin-bottom: 0;
	position: relative;
}
#news .pad {
	margin-right: 180px;
	padding-top: 0px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#news .bot {
	position: relative;
	padding-bottom: 2px;
}
#news h2 {
	padding-bottom: 0px;
}
#news h3 {
	padding-bottom: 0px;
	margin-bottom: 0;
}
#news p {
	padding-left: 12px;
	padding-top: 0;
	margin: 0.8em 0 1em 0;
	position: relative;
	text-indent: 30pt;
}

.event {
	float: left;
	width: 175px;
	margin-top: 4px;
	margin-right: 31px;
	padding-bottom: 15px;
}
.event h3 {
	margin-bottom: 0;
}
.event .more {
	padding-bottom: 8px;
}
#features h3 {
	margin-bottom: 0;
}
#features p {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 12px;
}
#features .more {
	margin-top: 0;
	margin-bottom: 5px;
}
#features .pad {
	padding-left: 28px;
}
/****************************** foot *************************************/
#foot {
	background: url(images/style/foot_bg.jpg) repeat-x;
	color: #362E2B;
	width: 1023px;
	text-align: left;
	margin: auto;
	text-indent: 4px;
	position: relative;
}
#foot-left {
	background: top left url(images/style/foot_left.jpg) no-repeat;
	padding: 15px 0;
}
#foot-ball {
	background: top left url(images/style/foot_right.png) no-repeat;
	position: absolute;
	left: 897px;
	top: -62px;
	width: 126px;
	height: 110px;
}

