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




body {
	background:#f9ffe0 url(images/background.jpg);
	background-repeat:repeat-x;
	margin: 0; 
    padding: 0; 
    top: 0; 
    left: 0px; 
    right:0;
	
	}

/* MAIN */
#header {
	z-index:1;
	position:absolute;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:927px;
	height:207px;
	margin:auto;
	top:0px;
}
#sidebar {
	z-index:2;
	background-image:url(images/sidebar.jpg);
	position:absolute;
	width:226px;
	height:567px;
	top:201px;
	margin:auto;
	left: 701px;
}
#flash {
	z-index:2;
	position:absolute;
	width:226px;
	height:567px;
	top:102px;
	margin:auto;
	left: 702px;
}
#nav {
	z-index:2;
	position:absolute;
	width:347px;
	height:42px;
	top:0px;
	margin:auto;
	left: 360px;
}
#main {
	z-index:3;
	background:url(images/content.jpg) repeat;
	position:absolute;
	width:927px;
	height:625px;
	margin:auto;
	top:201px;
	left: 0px;
}
#content1 {
	z-index:3;
	background-image:url(images/aboutleft.jpg);
	position:absolute;
	width:360px;
	height:379px;
}
#content2 {
	z-index:3;
	background-image:url(images/aboutright.jpg);
	position:absolute;
	width:341px;
	height:341px;
	left: 360px;
	top: 38px;
}
#content3 {
	z-index:3;
	background-image:url(images/aboutfooter.jpg);
	position:absolute;
	width:701px;
	height:188px;
	top: 378px;
	left: 0px;
}
#footer {
	z-index:4;
	position:absolute;
	background-image:url(images/footer.jpg);
	background-repeat:repeat;
	width:927px;
	height:48px;
	margin:auto;
	left: 0px;
	top:770px;
}

#content {
	position:relative; 
    left:50%; 
    width:927x; 
    margin-top:0px; 
    margin-left:-463.5px;
}


/* INLINE */

#clear{clear: both;}

#tab {
	position:absolute;
	width:210px;
	height:56px;
	z-index:1;
	left: 176px;
	top: -50px;
}

#text {
	position:absolute;
	width:287px;
	padding-right:10px;
	height:395px;
	z-index:5000;
	left: 44px;
	top: 89px;
	overflow:auto;
}
#text2 {
	position:absolute;
	width:270px;
	padding-right:10px;
	height:111px;
	z-index:5000;
	left: 388px;
	top: 355px;
	overflow:auto;
}
#text3 {
	position:absolute;
	width:145px;
	padding-right:10px;
	height:52px;
	z-index:5000;
	left: 506px;
	top: 288px;
	overflow:auto;
}
#text4 {
	position:absolute;
	width:368px;
	padding-right:10px;
	height:34px;
	z-index:5000;
	left: 251px;
	top: 517px;
	overflow:auto;
}


#sidebar1 {
	position:absolute;
	width:287px;
	height:302px;
	z-index:3;
	left: 753px;
	top: 16px;
}
#sidebar2 {
	position:absolute;
	background-image:url(images/newsbox.jpg);
	width:287px;
	height:178px;
	z-index:4;
	left: 753px;
	top: 327px;
}
#newtext {
	position:absolute;
	width:238px;
	height:99px;
	z-index:1;
	left: 24px;
	top: 56px;
}

/* TEXT & LINKS */

img {
	border:none;
	}

*.lb {
	display:block;
	margin-top:0;
	}
*.lb2 {
	display:block;
	margin-top:4em;
	}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#693e38;
	margin-top: 0%;
	margin-bottom:1em;
}
h1 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	color:#6a2422;
	margin-top:1.5em;
	margin-bottom:1em;
}
#tag {
	position:absolute;
	text-align:center;
	left:117px;
	top:-1px;
	width:554px;
	height:41px;
	z-index:1;
}
*.t {
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#6a2422;
	margin-top: 0%;
	margin-bottom:.5em;
}


ul {
	list-style:inside;
	margin:1em 0;
	margin-left:20px;
	margin-right:20px;
	padding-left:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:400;
	color:#693e38;
	}
	
li { 
	list-style-type:disc;	
	margin-bottom:.5em;
	list-style-position:outside;
	}


a:link {
	color:#53b45c;
	text-decoration:none;
	}
a:visited {
	color:#53b45c;
	text-decoration:none;
	}
a:hover {
	color:#ffffff;
	text-decoration:underline;
}
a:active {
	color:#53b45c;
	text-decoration:none;
	}
	
a.t:link {
	color:#b83d01;
	text-decoration:underline;
	}
a.t:visited {
	color:#b83d01;
	text-decoration:none;
	}
a.t:hover {
	color:#d5b153;
	text-decoration:none;
}
a.t:active {
	color:#b83d01;
	text-decoration:underline;
	}
