body{
	background-color: #666666;
}


/** header **/
.header{
	height: 25%;
	width: 100%;
	text-align: left;
	padding-bottom: 30px;
}

.header h1{
	font-size: 75px;
	margin-bottom: 0px;
	text-align: left;
}
.header h2{
	color: #FFFFFF;
	font-size: 35px;
	margin-left: 1%;
	margin-bottom: 10px;
	text-align: left;
}
.header h3{
	font-size: 24px;
	margin-bottom: 0px;
	text-align: right;
	border-top-style: double;
	border-width: 5px;
}

#borderDiv{
	border-bottom-style: none;
	border-bottom-width: 5px;
	width: 73%;
	float: right;
	padding: none;
}

#headerText{
	float: none;
}

.logo{
	height: 25%;
	width: 25%;
	float: right;
	padding: 0px 15px;
}
.logo img{
	max-width: 100%;
	max-height: 100%; 
}


/** sidebar **/
.sidebar{
	float: left;
	width: 10%;
	padding: 10px 0px;
	margin: 0px;
}
/** menu **/
#menu{
	padding: 0px;
	margin: 0px;
}

.sideMenu{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
}

/** content **/
.content{
	margin-left: 206px;
	text-align: center;
}

/** main text **/
#mainText {
	margin: auto;
	width: 75%;
	text-align: left;
}

#mainText h1{
	font-size: 40px;
	text-align: center;
	color: white;
}

#mainText p{
	font-size: 30px;
	color: white;
}


/** text **/
#text h1{
	margin-bottom: 0px;
}
#text h2{
	margin-bottom: 0px;
}


/** contact text **/
#contactText{
	text-align: left;
}
#contactText h1{
	text-align: center;
	font-size: 72px;
	margin-bottom: 0px;
}
#contactText h2{
	font-size: 36px;
	margin-bottom: 0px;
}