* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat-x;
	background-color:#2f2876;
}
a {
	color:#343434;
	text-decoration:underline;	
}
a:hover {
	color:#343434;
	text-decoration:none;	
}

a:visited {
	color:#06C;
}

#container {
	width: 800px;  
	margin: 0 auto;
}

#logo {
	width:628px;
	height:165px;
	margin:0 auto;
	clear:both;
	padding-bottom:1px;
}

#header {
	background:#343434;
	height:80px;
	margin:10px 0 0 0;
}
#header a {
	color:#619f00;
}
#header {
	color:#ffffff;
}


#navcontainer {
	height:54px;
	width:780px;
	margin:0 auto;
	background-image:url(../images/headerbg.jpg);
	background-repeat:repeat-x;
}
	
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: 'Molengo', arial, serif;
}
#navcontainer ul li { 
	display: inline;
}
#navcontainer ul li a {
	font-size:18px;
	color: #ECC57E;
	text-shadow: 2px 2px 2px #000;
	text-decoration: none;
	float: left;
	vertical-align:middle;
	padding:10px;
	padding-right:15px;
	line-height:25px;
}

#navcontainer ul li a:hover {
	color: White;
	text-shadow: 2px 2px 3px #0F9;
}

#navcontainer #active a {
	color: White;
	text-shadow: 2px 2px 2px #0F9;
}

#mainContent {
	padding-top:10px;
	margin:0 10px;
}

#intro {
	width:450px;
	height:253px;
	padding:10px;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#C4C2D8;
	float:left;
	margin-left:30px;
}

#emt {
	width:640px;
	height:390px;
	padding:10px;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#C4C2D8;
}

#signup {
	width:240px;
	float:right;
	margin-right:20px;
	margin-top:-5px;
}

#three {
	width:760px;
	margin:0 auto;
	padding-top:15px;
	clear:both;
}

#three img {
	border:none;
}

#content {
	width:760px;
	margin:0 auto;
	margin-top:20px;
	padding:10px;
	clear:both;
}

#maintext {
	width: 700px;
	height:auto;
	color:#1D1569;
	margin:0 auto;
	padding-top:30px;
	padding:20px;
	-webkit-box-shadow: 2px 3px 3px #000;
	-moz-box-shadow: 2px 3px 3px #000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color:#fff;
}

h1 {
	font-size:19px;
	color:#1D1569;	
}

h2 {
	padding:10px;
}

#maintext p {
	font-size:16px;
	color:#1D1569;
}

#about {
	width:400px;
	height:265px;
	padding:10px;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#C4C2D8;
	margin:0 auto;
	margin-top:15px;
}

#events {
	width:700px;
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000;
	padding: 30px;
	margin-top:15px;
	text-align:left;
	clear:left;
}

#events ul {
	font-size:15px;
	line-height:20px;
	list-style-type:none;
	margin-left:20px;
	list-style-type:circle;
	color:#000;	
}

p {
	font-size:16px;
	text-color:#000;
}

img {
	border:none;
}

#footer {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
	clear:both;
}

#footer a {
 font-size:11px;
 color:#FFFF99;
 text-decoration:none;
}

#form
{	
	text-align:left;
	width:600px;
	margin:0 auto;
	padding:10px;
	background-color:#EDEDF3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000;
	-webkit-box-shadow: 0px 2px 3px #000;
	-moz-box-shadow: 0px 2px 3px #000;

}

#formbox {
	padding:10px;
}

#excerpt {
	width:700px;
	background-color: #dcdbe6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000;
	padding: 15px;
	margin:0 auto;
	text-align:left;
	clear:left;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}