* {
	margin:0;
	padding:0;
}

h2{
	font-family: "Impact", Arial Black, sans-serif;
	margin-bottom:10px;
	font-size: 1.5em;
}

#wrappertabs{
	width:100%;
	margin:5px auto 0;
	margin-bottom: 15px;
	margin-top: 15px;
}

#wrapper h1{
	color: #FF0000;
	text-align:center;
	margin-bottom:5px;
}

#wrapper a{
	display:block;
	font-size:1.2em;
	padding-top:5px;
	color: #000000;
	text-decoration:none;
	text-align:center;
}

#tabContainer {
	width: 935px;
	height: 100%
	margin:auto;
	padding:0px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.tabs{
	height:30px;
}

.tabs > ul{
	list-style:none;
	font-size: 1.5em;
}

.tabs > ul > li{
	margin:0 2x 0 0;
	padding:7px 10px;
	display:block;
	float:left;
	background-position: left top;
	background-image:url(images/inactivetab.jpg);
	background-repeat: repeat-x;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color:#000000;
}

.tabs > ul > li:hover{
	background: #CCCCCC; /* old browsers */
	color: #999999;
	background-color: #FFFFFF;
	background-position: left top;
	background-image: url(images/activetab.jpg);
	background-repeat:repeat-x;
}

.tabs > ul > li.tabActiveHeader{
	background-color:#FFFFFF;
	background-position: left top;
	background-image: url(images/activetab.jpg);
	background-repeat:repeat-x;
	color: #000;
}

.tabscontent {
	background-color:#000000;
	height:100%;
	width:905px;
	text-align:left;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 0px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 10px 10px 10px 10px;
	border:ridge;
	margin-bottom: 15px;
}

#main #content .text2 padding1 #wrappertabs #tabContainer .tabs #tabHeader_1 {
	height: 40px;
}
#main #content .text2 padding1 #wrappertabs #tabContainer .tabs ul {
	width: 40px;
}
