.footer, .header{
	
	background: #33aaCC;
}

.header{
	position: realtive;
	width: 100%;
	z-index:3;
	font-size: 14pt;
	padding: 10px;
	color: #fff;
}
.header h3{
	margin: auto;
	padding: 10px;
	color: #fafafa;
	
}
.footer{
	
	position: relative;
	margin-top: -32px;
	clear:both;
	height: 32px;
}


	.main{
		
		padding: 32px 0 ;
		padding-bottom: 60px;
		width: 800px;
		margin: auto;
		position: relative;
		/*padding-top: 45px;*/
		
		
		
	}



body, html{
	height: 100%;
	margin: 0 !important;
	padding: 0;
	position: relative;
	/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
	font-family: 'Source Sans Pro', Helvetica;
	font-size: 12pt;
	overflow: auto; 
	min-height: 100%;
	
	
}
body{
	min-height: 100%;
	/*overflow-y: scroll;*/
}
html{
	height: 100%;

}
.wrap{
	overflow: auto;
	position: relative;
	height: 100%;
	min-height: 100%;
}

h1{
	text-align: center;
}
.simple-button{
	z-index: 5;
	color: #fafafa;
	font-weight: bold;
	/*height: 30px;*/
	background: #33aacc;
	/*width: 50px;*/
	position: relative;
	float: left;
	padding: 5px;
	margin : 5px 10px 0px 0px;
	border-radius: 2px;
}

.no-padding{
	padding: 0;
}
.simple-button:hover{
	background: #2299cc;
}
.simple-button button{
	border: none;
	font-weight: bold;
	font-size: 12pt;
	background: transparent;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	color: #fafafa;
	margin: 0;
	padding: 0;
	cursor: pointer;
	padding: 5px;
}
.simple-button a{
	position:absolute;
	top:0;
	left:0;
	text-decoration:none;
	width: 100%;
	height: 100%;
}
.simple-button input[type=button]{
	border:none;
	background:transparent;
	color: #fafafa;
	font-weight: bold;
	
	
}
.simple-button input[type=button]:focus{
	outline: none;
}

.projects{
	background: #f3f3f3;
	overflow: auto;
	border: 1px dashed #12CADA;
}
.projects-item{
	overflow: auto;
	list-style: none;
	
}
.project-info{
	
	float:left;
	padding: 10px;
}
.button-right{
	float: right;
}
