html, body, h1, h2  {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	
	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/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03143e;
	padding: 10px;
	text-align: center;
}


#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	
	/*background: url(images/body_bg.jpg);*/
	background-color:#FFF;
}
#nav {
	float: left;
	width: 246px;
}
#nav img {
	display: block;
}
#body {
	float: right;
	width: 525px;
	padding-right: 5px;
}
.drk {
	/*background: left url(images/drk_bg.gif) repeat-y;*/
	background-color:#FFF;

}
.drk .top {
	background: top left url(images/drk_top.gif) no-repeat;
}
.drk .bot {
	/*ackground: bottom left url(images/drk_top-17.gif) no-repeat;*/
	background-color:#FFF;
	padding: 10px;
}
.lit {
	/*background: left url(images/lit_bg.gif) repeat-y;*/
	background-color:#FFF;
}
.lit .top {
	/*background: top left url(images/lit_top.gif) no-repeat;*/
	background-color:#FFF;
}
.lit .bot {
	/*background: bottom left url(images/lit_bot.gif) no-repeat;*/
	background-color:#FFF;
}
.pad {
	padding: 5px 5px;
}

.lit .diamond {
	background: 0px 4px url(images/bullet_lit_diamond.gif) no-repeat;	
}

#welcome p {
	margin-bottom: 0;
}
#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: 12px;
}

#news p {
	padding-left: 12px;
	padding-top: 0;
	margin: 0.8em 0 1em 0;
	position: relative;
}
.drk h3 {
	padding-left: 12px;
	/*background: 0px 4px url(images/bullet_drk_arr.gif) no-repeat;*/
}


.event {
	float: left;
	width: 125px;
	margin-top: 4px;
	margin-right: 31px;
	padding-bottom: 3px;
}

.event .more {
	padding-bottom: 8px;
}

#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 {
	background: url(images/foot_bg.jpg) repeat-x;
	color: #362E2B;
	width: 778px;
	text-align: left;
	margin: auto;
	text-indent: 4px;
	position: relative;
}
#foot-left {
	background: top left url(images/foot_left.jpg) no-repeat;
	padding: 15px 0;
}
#foot-ball {
	background: top left url(images/foot_right.jpg) no-repeat;
	position: absolute;
	left: 652px;
	top: -62px;
	width: 126px;
	height: 110px;
}
#man {
	/*background: bottom left url(images/pic_1.jpg) no-repeat;*/
	padding-bottom: 1px;
}

#hide {
	display: none;
}
