html, body, ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

body {
	margin: 0;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	font-size: .9em;
	color: #000;
}

h1 {
	position: absolute;
	left: -3000px;
}

h2 {
	font-size: 1em;
}

p {
	margin-bottom: .8em;
}

a {
	color: #000;
}

h2, h3, h4, h5, h6 {
	text-align: center;
}

.brclear { /* Use a break with this class to clear float containers */
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}

/* Layout elements */
#wrapper {
	margin: 0 auto;
	width: 720px;
	text-align: left;
}

#headder {
	background-image: url(../images/headder.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 255px;
	width: 720px;
}

/* Navigation */
#nav {
	width: 680px;
	margin-top: -35px;
	padding: 0 20px 0 20px;
}

#nav a {
	text-decoration: none;
	color: #fff;
	font-size: .85em;
	font-weight: bold;
}

/* Content */
#conbox {
	background-image: url(../images/conbox.gif);
	background-position: top;
	background-repeat: repeat-y;
	width: 690px;
	margin-left: 20px;
	margin-top: 50px;
}

#conbox_top {
	background-image: url(../images/conbox_top.gif);
	background-position: inherit;
	background-repeat: no-repeat;
	width: 690px;
}

#conbox_bottom {
	background-image: url(../images/conbox_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 690px;
	padding-bottom: 15px;
}

#siteline {
	margin-left: 10px;
	padding-top: 10px;
	font-size: .8em;
}

#content {
	padding: .8em 1.6em .8em 1.6em;
}
