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




body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#f4d680;
	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:896px;
	height:167px;
	margin:auto;
	top:0px;
}
#content1 {
	z-index:1;
	position:absolute;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:896px;
	height:167px;
	margin:auto;
	top:0px;
}
#content-top {
	z-index:1;
	position:absolute;
	background-image:url(images/welcometop.jpg);
	background-repeat:no-repeat;
	width:896px;
	height:152px;
	margin:auto;
	top:167px;
	left: 0px;
}
#nav {
	z-index:10000;
	position:absolute;
	width:240px;
	height:auto;
	top:219px;
	margin:auto;
	left: 13px;
}
#main {
	z-index:4;
	background-repeat:no-repeat;
	position:absolute;
	width:896px;
	height:300px;
	margin:auto;
	top:318px;
	left: 0px;
}
#main1 {
	z-index:3;
	background-image:url(images/content1.jpg);
	background-repeat:no-repeat;
	position:absolute;
	width:896px;
	height:169px;
	margin:auto;
	top:0px;
	left: 0px;
}
#main2 {
	z-index:3;
	background-image:url(images/content2.jpg);
	background-repeat:no-repeat;
	position:absolute;
	width:896px;
	height:129px;
	margin:auto;
	top:169px;
	left: 0px;
}
#footer {
	z-index:4;
	position:absolute;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:929px;
	height:152px;
	margin:auto;
	left: 0px;
	top:616px;
}

#content {
	position:relative; 
    left:50%; 
    width:926px; 
    margin-top:0px; 
    margin-left:-463px;
}


/* INLINE */
#button {
	position:absolute;
	width:123px;
	height:42px;
	z-index:1;
	left: 94px;
	top: 79px;
}


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

#text {
	position:absolute;
	width:412px;
	padding-right:10px;
	padding-bottom:30px;
	margin-bottom:30px;
	height:236px;
	z-index:10000;
	left: 241px;
	top: -99px;
	overflow:hidden;
}

#text2 {
	position:absolute;
	width:313px;
	padding-right:10px;
	padding-bottom:5px;
	margin-bottom:5px;
	height:68px;
	z-index:2;
	left: 331px;
	top: 35px;
	overflow:hidden;
	}

#sidebar1 {
	position:absolute;
	width:235px;
	height:227px;
	z-index:3;
	left: 703px;
	top: -86px;
}
#sidebar2 {
	position:absolute;
	width:183px;
	height:183px;
	z-index:4;
	left: 694px;
	top: -92px;
}
#newtext {
	position:absolute;
	width:166px;
	height:95px;
	z-index:1;
	left: 25px;
	top: 63px;
	padding-top:-5px;
}

/* TEXT & LINKS */

img {
	border:none;
	}

*.lb {
	display:block;
	margin-top:0;
	}
*.lb2 {
	display:block;
	margin-top:4em;
	}
*.lb3 {
	display:block;
	margin-top:-.5em;
	margin-bottom:0;
	}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:2em;
	font-weight:lighter;
	color:#ffffff;
	margin-top: 0%;
	margin-bottom:1em;
}
p.s {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:lighter;
	color:#ffffff;
	margin-top: 0%;
	margin-bottom:1em;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#95025e;
	margin-top:1.5em;
	margin-bottom:1em;
}
#tag {
	position:absolute;
	text-align:center;
	left:489px;
	top:120px;
	width:435px;
	height:23px;
	z-index:1;
}
*.t {
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:400;
	color:#3d7840;
	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:14px;
	font-style:normal;
	font-weight:lighter;
	color:#95025e;
	}
	
li { 
	list-style-type:circle;
	
	}


a:link {
	color:#feed2b;
	text-decoration:none;
	}
a:visited {
	color:#feed2b;
	text-decoration:none;
	}
a:hover {
	color:#ffffff;
	text-decoration:underline;
}
a:active {
	color:#feed2b;
	text-decoration:none;
	}
	
a.t:link {
	color:#3d7840;
	text-decoration:underline;
	}
a.t:visited {
	color:#3d7840;
	text-decoration:none;
	}
a.t:hover {
	color:#ffffff;
	text-decoration:none;
}
a.t:active {
	color:#3d7840;
	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;
	}
