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




body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#000000;
	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:870px;
	height:167px;
	margin:auto;
	top:0px;
}
#nav {
	z-index:2;
	position:absolute;
	width:870px;
	height:37px;
	top:132px;
	margin:auto;
	left: 0px;
}
#main {
	z-index:3;
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
	position:absolute;
	width:870px;
	height:510px;
	margin:auto;
	top:168px;
	left: -3px;
}
#footer {
	z-index:4;
	position:absolute;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:870px;
	height:77px;
	margin:auto;
	left: -1px;
	top:663px;
}

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


/* INLINE */

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

#text {
	position:absolute;
	background-image:url(images/homecontent.jpg);
	width:452px;
	padding-right:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	height:473px;
	z-index:2;
	left: 3px;
	top: 11px;
	overflow:auto;
}

#sidebar1 {
	position:absolute;
	background-image:url(images/signup.jpg);
	width:405px;
	height:253px;
	z-index:3;
	left: 464px;
	top: 11px;
}
#name {
	position:absolute;
	left: 250px;
	top: 170px;
}
#email {
	position:absolute;
	left: 249px;
	top: 130px;
}
#events {
	position:absolute;
	left: 356px;
	top: 417px;
	width: 61px;
}
#submit {
	position:absolute;
	left: 273px;
	top: 198px;
}
#sidebar2 {
	position:absolute;
	background-image:url(images/thinker.jpg);
	width:407px;
	height:209px;
	z-index:4;
	left: 464px;
	top: 274px;
}
#picture {
	position:absolute;
	background-image:url(images/twistpencil.jpg);
	width:266px;
	height:115px;
	z-index:2000;
	left: 12px;
	top: 521px;
}
#newtext {
	position:absolute;
	width:418px;
	height:296px;
	z-index:1;
	left: 22px;
	top: 15px;
}

/* 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:11px;
	font-style:normal;
	font-weight:lighter;
	font-stretch:ultra-expanded;
	letter-spacing:.5px;
	line-height:1em;
	color:#000000;
	margin-top: 0%;
	margin-bottom:1em;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	color:#0065ab;
	margin-top:.5em;
	margin-bottom:1em;
}
#tag {
	position:absolute;
	text-align:center;
	left:-66px;
	top:57px;
	width:660px;
	height:22px;
	z-index:1;
}
*.t {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:400;
	color:#8E99A2;
	margin-top: 0%;
	margin-bottom:.5em;
}


ul {
	list-style-position:outside;
	margin:1em 0;
	margin-left:10px;
	margin-right:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:lighter;
	font-stretch:ultra-expanded;
	letter-spacing:.5px;
	color:#000000;
	}
	
li { 
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom:1em;
	}


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


a.s2:link {
	color:#620726;
	text-decoration:none;
	}
a.ss:visited {
	color:#620726;
	text-decoration:none;
	}
a.ss:hover {
	color:#620726;
	text-decoration:none;
}
a.ss:active {
	color:#620726;
	text-decoration:none;
	}