body,
h1,
h2 {
	font-family: 'Segoe UI','Segoe','Segoe WP',Tahoma,Verdana,Arial,sans-serif;
    font-size:24px;
	
    color: #bbb;

    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
body,
#logo {
	background-color: #222;
}

h1 {
    font-size: 50px;
    font-weight: 200;
    color: #ddd;
}

h2 {
    font-size: 30px;
    font-weight: normal;
    color: #bbb;
}

p {
	margin: 15px 15px 15px 0;
}

a,
a:visited,
a:active {
	color: #0066CC;
}

#header,
#tab-container,
.page {
    width:920px;
    margin:0 auto 0 auto;
	background-color: #444;
}

#red,
#header {
	height: 95px;
}

#red {
	z-index: 0;
	width: 50%;
	background-color: #AF0000;
	position: absolute;
	left: 50%;
}

#header {
	background-color: #AF0000;
	position: relative;
	z-index: 100;
}

#tab-stripe {
    width:100%;
    height:80px;
    float:left;
    background-color: #AF0000;
    margin-bottom: 20px;
    overflow:hidden;
    
}

#tab-container {
    margin-bottom:20px;
}

.tab {
    font-size:56px;
    font-family: 'Segoe UI Light','Segoe UI','Segoe','Segoe WP',Tahoma,Verdana,Arial,sans-serif;;
    float:left;
    padding-right: 50px;
	color: #fff;
}

.inactive {
    color: #bbb;
    cursor:pointer;
}

.label {
    width:85px;
    float:left;
    color: #888;
}

#content-container {
    width:100%;
    overflow-x:hidden;
}

.content {
	box-sizing: border-box;
	padding: 20px 25px 20px 25px;
}
