@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/homeleft.jpg);
	position:absolute;
	width:360px;
	height:379px;
}
#content2 {
	z-index:3;
	background-image:url(images/homeright.jpg);
	position:absolute;
	width:341px;
	height:341px;
	left: 362px;
	top: 38px;
}
#content3 {
	z-index:3;
	background-image:url(images/aboutus.png);
	position:absolute;
	width:668px;
	height:177px;
	top: 378px;
	left: 23px;
}
#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:302px;
	padding-right:10px;
	height:142px;
	z-index:5000;
	left: 381px;
	top: 138px;
	overflow:hidden;
}
#text2 {
	position:absolute;
	width:211px;
	padding-right:10px;
	height:65px;
	z-index:5000;
	left: 457px;
	top: 308px;
	overflow:hidden;
}
#text3 {
	position:absolute;
	width:280px;
	padding-right:10px;
	height:103px;
	z-index:5000;
	left: 66px;
	top: 433px;
	overflow:hidden;
}
#text4 {
	position:absolute;
	width:368px;
	padding-right:10px;
	height:18px;
	z-index:5000;
	left: 66px;
	top: 540px;
	overflow:hidden;
}


#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:17px;
	font-style:normal;
	font-weight:bold;
	color:#462810;
	margin-top:1.5em;
	margin-bottom:1em;
}
#tag {
	position:absolute;
	text-align:center;
	left:94px;
	top:2px;
	width:566px;
	height:27px;
	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:12px;
	font-style:normal;
	font-weight:400;
	color:#6a2422;
	}
	
li { 
	list-style-type:circle;
	
	}


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;
	}
