@charset "UTF-8";
/* CSS Document */


.headline {
	margin-left: 0;	
	margin-top: 80px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	text-align:left;
	color: #639;
	line-height:30px;
}


.wrapper {
	height: auto;
	width: auto;
	padding-left: 0px;
	margin-top: 10px;
	margin-left: 200px;	
	margin-bottom: 100px;
	
}

.content{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-align:left;
	color: #639;
	line-height:26px;
	margin-top: 30px;
	height: auto;
	width: 550px;		
}

.content a{
	color: #666;

	text-decoration:none;
}

.nav{
	font-family:"Lucida", "Lucida Grande", sans-serif;
	list-style-type: none;
	margin-left: 160px;
	margin-bottom: 30px;
}

.nav a{
	font-size:14px;
	font-weight: 100;
	color: #fff;
	letter-spacing: 1px;
	text-decoration:none;
	float: left;
	padding-right: 25px;
}

.clear {
    clear: both;
}


@media only screen and (max-width: 580px) {

.content{

	font-size:12px;
	line-height:20px;
	margin-top: 20px;
	width: 95%;		
}
	
	.wrapper {
	height: auto;
	width: auto;
	padding-left: 0px;
	margin-top: 5%;
	margin-left: 5%;	
    margin-right: 5%;
	margin-bottom: 5%;
	
}
	.headline {
	margin-left: 0;	
	margin-top: 23px;	
	font-size:20px;
	line-height:25px;
	margin-right: 5%;
}
	.nav{
	margin-left: -22px;
	margin-bottom: 30px;
}
	.nav a{
	font-size: 12px;
	letter-spacing: 1px;	
	color: #fff;
	text-decoration:none;
	float: left;
	padding-right: 20px;
}
}