@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:926px;
	height:249px;
	margin:auto;
	top:0px;
}
#content-top {
	z-index:1;
	position:absolute;
	background-image:url(images/content1.jpg);
	background-repeat:no-repeat;
	width:926px;
	height:93px;
	margin:auto;
	top:247px;
	left: 0px;
}
#nav {
	z-index:2;
	position:absolute;
	width:240px;
	height:auto;
	top:32px;
	margin:auto;
	left: 686px;
}
#main {
	z-index:3;
	background-image:url(images/contentfill.jpg);
	background-repeat:no-repeat;
	position:absolute;
	width:926px;
	height:422px;
	margin:auto;
	top:339px;
	left: -1px;
}
#footer {
	z-index:4;
	position:absolute;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:929px;
	height:152px;
	margin:auto;
	left: -3px;
	top:761px;
}

#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: 66px;
	top: 100px;
}

#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:350px;
	z-index:2;
	left: 24px;
	top: 20px;
	overflow:scroll;
}

#sidebar1 {
	position:absolute;
	width:235px;
	height:227px;
	z-index:3;
	left: 703px;
	top: -86px;
}
#sidebar2 {
	position:absolute;
	background-image:url(images/signupbox.jpg);
	width:223px;
	height:273px;
	z-index:4;
	left: 703px;
	top: 138px;
}
#newtext {
	position:absolute;
	width:166px;
	height:95px;
	z-index:1;
	left: 19px;
	top: 137px;
	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:12px;
	font-style:normal;
	font-weight:lighter;
	color:#95025e;
	margin-top: 0%;
	margin-bottom:1em;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#95025e;
	margin-top:1.5em;
	margin-bottom:1em;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#95025e;
	margin-top:.5em;
	margin-bottom:.1em;
}
#tag {
	position:absolute;
	text-align:center;
	left:7px;
	top:101px;
	width:435px;
	height:23px;
	z-index:1;
}
*.t {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:400;
	color:#FF33CC;
	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:#95025e;
	}
	
li { 
	list-style-type:circle;
	
	}


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