@charset "UTF-8";
/* CSS Document */




body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#ada193;
	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:993px;
	height:258px;
	margin:auto;
	top:0px;
	left: 0px;
}
#nav {
	z-index:2;
	position:absolute;
	width:187px;
	height:212px;
	top:254px;
	margin:auto;
	left: 54px;
	z-index:1000;
}
#content-top {
	z-index:3;
	background-image:url(images/content1.jpg);
	background-repeat:no-repeat;
	position:absolute;
	width:993px;
	height:252px;
	margin:auto;
	top:257px;
	left: 0px;
}
#main {
	z-index:3;
	background-image:url(images/content2.jpg);
	background-repeat:repeat;
	position:absolute;
	width:993px;
	height:578px;
	margin:auto;
	top:424px;
	left: 0px;
}
#footer {
	z-index:4;
	position:absolute;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:993px;
	height:207px;
	margin:auto;
	left: 0px;
	top:981px;
}

#content {
	position:relative; 
    left:50%; 
    width:993px; 
    margin-top:0px; 
    margin-left:-496.5px;
}


/* INLINE */

#tab {
	position:absolute;
	width:210px;
	height:56px;
	z-index:1;
	left: 79px;
	top: 29px;
}

#text {
	position:absolute;
	width:478px;
	padding-right:10px;
	padding-bottom:30px;
	margin-bottom:30px;
	height:648px;
	z-index:2;
	left: 327px;
	top: -93px;
	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:12px;
	font-style:normal;
	font-weight:lighter;
	color:#756145;
	margin-top: 0%;
	margin-bottom:0em;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	color:#756145;
	margin-top:1.5em;
	margin-bottom:1em;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
	color:#756145;
	margin-top:.5em;
	margin-bottom:.5em;
}
#tag {
	position:absolute;
	text-align:center;
	left:226px;
	top:137px;
	width:365px;
	height:16px;
	z-index:1;
}
*.t {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:400;
	color:#ffffff;
	margin-top: 0%;
	margin-bottom:.5em;
}


ul {
	list-style:inside;
	margin:1em 0;
	margin-left:20px;
	margin-right:20px;
	padding-left:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:lighter;
	color:#6a2422;
	}
	
li { 
	list-style-type:circle;
	
	}


a:link {
	color:#da561c;
	text-decoration:none;
	}
a:visited {
	color:#cb383d;
	text-decoration:none;
	}
a:hover {
	color:#cb383d;
	text-decoration:underline;
}
a:active {
	color:#da561c;
	text-decoration:none;
	}
	
a.t:link {
	color:#6a2422;
	text-decoration:underline;
	}
a.t:visited {
	color:#cb383d;
	text-decoration:none;
	}
a.t:hover {
	color:#cb383d;
	text-decoration:none;
}
a.t:active {
	color:#6a2422;
	text-decoration:underline;
	}

a.s:link {
	color:#ffbb3e;
	text-decoration:none;
	}
a.s:visited {
	color:#ffbb3e;
	text-decoration:none;
	}
a.s:hover {
	color:#ffffff;
	text-decoration:none;
}
a.s:active {
	color:ffbb3e;
	text-decoration:none;
	}
