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




body {
	background-image: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:1061px;
	height:480px;
	margin:auto;
	top:0px;
}
#nav {
	z-index:2;
	position:absolute;
	width:534px;
	height:77px;
	top:18px;
	margin:auto;
	left: 450px;
}
#main {
	z-index:3;
	background:url(images/content.jpg) repeat;
	position:absolute;
	width:1061px;
	height:3665px;
	margin:auto;
	top:478px;
	left: 0px;
}
#footer {
	z-index:4;
	position:absolute;
	background-image:url(images/footer.jpg);
	background-repeat:repeat;
	width:1061px;
	height:153px;
	margin:auto;
	left: 0px;
	top:3135px;
}

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


/* INLINE */

#clear{clear: both;}

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

#text {
	position:absolute;
	width:742px;
	padding-right:10px;
	padding-bottom:30px;
	margin-bottom:30px;
	height:2563px;
	z-index:2;
	left: 151px;
	top: 40px;
	overflow:auto;
}

#text2 {
	position:absolute;
	width:620px;
	padding-right:10px;
	padding-bottom:30px;
	margin-bottom:30px;
	height:157px;
	z-index:1000;
	left: 220px;
	top: 139px;
	overflow:auto;
}
#pic1 {
	position:absolute;
	z-index:1;
	left: 267px;
	top: 12px;
	width:353px;
	height:146px;
}
#textbox2 {
	position:absolute;
	z-index:1;
	left: 10px;
	top: 14px;
	width:265px;
	height:146px;
}

#text3 {
	position:absolute;
	width:620px;
	padding-right:10px;
	padding-bottom:30px;
	margin-bottom:30px;
	height:267px;
	z-index:1000;
	left: 220px;
	top: 311px;
	overflow:auto;
}
#pic2 {
	position:absolute;
	z-index:1;
	left: 10px;
	top: 12px;
	width:353px;
	height:146px;
}
#textbox3 {
	position:absolute;
	z-index:1;
	left: 330px;
	top: 101px;
	width:228px;
	height:63px;
}
#text4 {
	position:absolute;
	width:620px;
	padding-right:10px;
	padding-bottom:30px;
	margin-bottom:30px;
	height:157px;
	z-index:1000;
	left: 221px;
	top: 608px;
	overflow:auto;
}
#pic3 {
	position:absolute;
	z-index:1;
	left: 267px;
	top: -1px;
	width:353px;
	height:146px;
}
#textbox4 {
	position:absolute;
	z-index:1;
	left: 10px;
	top: 14px;
	width:265px;
	height:146px;
}

#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:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	font-weight:lighter;
	color:#462810;
	margin-top: 0%;
	margin-bottom:1em;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	color:#462810;
	margin-top:0;
	margin-bottom:.5em;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	font-style:italic;
	color:#462810;
	margin-top:0;
	margin-bottom:.5em;
}
#tag {
	position:absolute;
	text-align:center;
	left:327px;
	top:117px;
	width:435px;
	height:16px;
	z-index:1;
}
*.t {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	font-weight:400;
	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:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	font-weight:lighter;
	color:#b83d01;
	}
	
li { 
	list-style-type:circle;
	
	}


a:link {
	color:#b83d01;
	text-decoration:none;
	}
a:visited {
	color:#b83d01;
	text-decoration:none;
	}
a:hover {
	color:#d5b153;
	text-decoration:underline;
}
a:active {
	color:#b83d01;
	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;
	}
