
body {
	background-color: #eee;
	background-color: #1AAC5A; 

}

#html {
	font-family: monospace;
	font-weight: bold;

}
#SectionSomething {

	background-color: red;
}

#header {
	border: 4px black solid;
	font-weight: bold; 
	font-size:36px;
	text-align: center; 
	background-color: white;
	border-radius: 10px;
	border-width:4px;
	font-family: monospace;
}	

#tabs {
	padding-top: 10px;
	padding-bottom: 1px;
	background-color: white;
	border-radius: 10px;
}

#headerText {

	
}

#contentContainer {
	margin-top: 12px;
	background-color: white;
	border:black 12px solid bold;
	border-radius: 10px;
}

#content {
	min-height: 800px; 

}
#body {

}
#footerShadow {
 	background: -webkit-radial-gradient(50% 0%, 50% 5px, #aaa 0%, white 100%);
    height: 25px;
}
.nav-tabs > li > a {
	border-radius: 15px 15px 0 0;
}
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */ 
	margin-top: 25px;
}

.nav-tabs, .nav-pills {
    text-align:center;
}
