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

body
{
	background-color: #eaeaea;
	font-family:Arial, Helvetica, sans-serif;
}
.header{
	text-align:center;
	width:900px;
	margin:0px;
	padding:0px;
}

h1 {
	font-style:italic;
	letter-spacing:3px;
}

.menu {
	float:left;
	width:210px;
	margin:0px;
	padding:0px;
	
}
.wrapper {
	width:900px;
	height:auto;
}

.contentfull {
	float:right;
	width:680px;
	margin:0px;
	padding-right:5px;
	text-align: center;

}


.clearcontent {
	clear:both;
	height:1px;
	width:900px;

}
.footer {
	clear: both;
	width: 900px;
	text-align: right;
	font-size: 15px;
	font-style: italic;
	color: #000;
	padding: 0px;
	margin: 0px;
	background-color: #d9d9d9;


	
}
.wrapper .contentfull h2 strong a {
	color: #000;
}
