
#wrapper{
	width:720px;
	margin:40px auto 0;
}

#wrapper h1{
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
}

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

#tabContainer {
	width:100%;
	padding:15px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#tabs{
	overflow:hidden;
}

#tabs > ul{
	font: 1em;
	list-style:none;
	border-bottom: 1px solid #CCC;
	width: 100%;
	float: left;
}

#tabs > ul > li {
	padding:0;
	display:block;
	float:left;
	color:#636261;
	width: 23.33333333%;
	margin-left: 5%;
	margin-right: 5%;
	-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;
	font-family: 'Gotham-Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: 3px solid #FFF;
}

#tabs > ul > li a {
	color: #636261;
	text-decoration: none;
	padding: 7px 10px;
}

#tabs > ul > li:hover{
	background: #FFFFFF; /* old browsers */
	cursor:pointer;
	color: #222;
	border-bottom: 3px solid #636261;
}
#tabs > ul > a:hover{
	text-decoration: none;
	cursor:pointer;
	color: #222;
}

#tabs > ul > li.ui-tabs-active{
	background: #FFFFFF; /* old browsers */
	cursor:pointer;
	border-bottom: 3px solid #636261;
	color: #222;
}
#tabs > ul > li.ui-tabs-active a {
	color: #222;
}

#tabs > ul > li a:hover{
	color: #222;
}
#tabscontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding:10px 10px 25px;
	background: #FFFFFF; /* old browsers */
	margin:0;
	color:#333;
    float: left;
    width: 100%;
}
.tabpage p {
	width: 70%;
	padding-top: 20px;
	margin: 0 auto;
}
