/* body */
body {	
	margin: 0;
	background: #FFFFFF;
	background: rgba(255, 255, 255, 1);
}

/* header */
header {
	display: block;
	position: fixed;
	width:100%;
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.95);
}

header h1 {
	margin: 15px 20px 15px 45px;
	font-size: 33px;
	line-height: 33px;
	width: 175px;
	height: 140px;
	display: block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media only screen and (max-width: 480px){
	header h1 br{
    	display: none;
	}
	header h1{
		width:auto;
		height:auto;
		font-size: 20px;
		line-height: 20px;
		margin-left:20px;
	}
	.contentcontainer .content {
		padding-top:100px;
		padding-left:20px;
	}
}


/* content */
.contentcontainer {
	max-width: 565px;
	width:100%;
}

.content {
	padding:270px 20px 20px 45px;
	display: block;
	padding-top: 270px;
}

.content div.entry {
	margin-bottom: 40px;	
}

.content div.entry hr {
	border: 0;
	height: 1px;
	width: 175px;
	background: #000;
}

.content div.entry h2 {
	clear: both;
	font-size: 10px;
	margin: 15px 0px 0px 0px;
	color: #4d4d4d;
	font-weight: bold;
}

.content div.entry h3 {
	font-size: 20px;
	margin: 5px 0px 0px 0px;
	color: #000;
	font-weight: bold;
}

.content div.entry h4 {
	font-size: 15px;
	margin: 5px 0px 0px 0px;
	color: #4d4d4d;
	font-weight: bold;
}

.content div.entry img{
	width:100%;
	height:auto;
}

.content div.entry p.bodytext {
	font-size: 14px;
	color: #000;
	margin: 15px 0px 0px 0px;
	line-height: 18px;
}

/* fonts */
* {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial';
	color: #333;	
	font-weight: bold;
}