@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	/* background-color: #3F2F22; */
	background-color:#C2B6A5;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#top {
	clear: both;
	width: 800px;
	margin: 0 auto 12px auto;
	background-image:url(../images/Welkletrhead.jpg);
	background-repeat: no-repeat;
	background-position:right;
}
#nav {
	height: 44px;
	width:400px;
	padding-left:400px;
	margin: 0 auto 0 auto;
}
#nav_left {
	float:left;
	height: 44px;
	width: 19px;
	background-image:url(../images/nav-rounded-left.png);
	background-repeat:no-repeat;
	background-position:top right;
}
#nav_right {
	float:right;
	height: 44px;
	width: 19px;
	background-image:url(../images/nav-rounded-right.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#nav_main {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 41px;
	font-weight:bold;
	font-size: 15px;
	text-align:center;
	height: 44px;
	background-image:url(../images/nav-back.png);
	margin-left:19px;
	margin-right:19px;
}
#main {
	clear: both;
}
#content {
	width: 800px;
	margin: 0 auto 0 auto;
	/* background-color: #F8F4D5; */
	background-color: #D2CABD;
}
.header {
	color: #000000;
	font-family: "Comic Sans MS", cursive;
	font-size:43px;
}
.subheader {
	color: #000000;
	font-family: "Comic Sans MS", cursive;
	font-size:23px;
}
.content_sub {
	color: #000000;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size:23px;
}
.written {
	color: #3F2F22;
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	padding-left:4px;
}
#bottom {
	clear: both;
	color: #000000;
	width: 600px;
	padding-left: 200px;
	margin: 0 auto 0 auto;
}
#bottom a:link, #bottom a:visited {
	color:#000099;
}
#bottom a:hover {
	color:#0000FF;
}
#content a:link, #content a:visited {
	color: #0000FF;
}
#content a:hover {
	color: #0000FF;
}
#nav a:link, #nav a:visited {
	color: #3F2F22;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	text-decoration: underline;
}
