@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:1657px;

	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:2034px;

}



#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:720px;

	padding-right:10px;

	padding-bottom:30px;

	margin-bottom:30px;

	height:1268px;

	z-index:2;

	left: 159px;

	top: 78px;

	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:Georgia, "Times New Roman", Times, serif;

	font-size:16px;

	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:17px;

	font-style:normal;

	font-weight:bold;

	color:#462810;

	margin-top:1.5em;

	margin-bottom:1em;

}

#tag {

	position:absolute;

	text-align:center;

	left:327px;

	top:116px;

	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:12px;

	font-style:normal;

	font-weight:lighter;

	color:#6a2422;

	}

	

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;

	}

