@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
header, footer, hgroup, section, article,
table, th, td, img, form, map, fieldset {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	line-height:1.4;
}
table {border-collapse: collapse;}
a:link    {color: #0000ff;text-decoration: underline;}
a:visited {color: #00d;text-decoration: underline;}
a:hover   {color: #FF5192;text-decoration: underline;}
a:active  {color: #e20;text-decoration: underline;}




.page{
	width: 1000px;
	margin: 0 auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}



h1{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 0 0;
}

.headerArea{
	width: 250px;
	float: right

}

.headline{
	width: 230px;
	padding: 10px 0 0;
	
}

.navigation{
	width:230px;
	margin: 10px 2px;
}

.navigation p{
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

.navigation ul li a{
	font-size: 12px;
	color:#000;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 160px;
	margin:0 auto;
	padding: 5px;
	border-bottom: 1px dotted #000;
}
.navigation ul li a:hover{
	background:#778899;
	color:#fff;
}

.aside{
	width: 730px;
	background:#fff;
	margin: 10px 2px;
	float: left;	

}

.content .entries{
	color: #0000ff;
	text-align:center;
}
.content{
	width:230px;
	margin: 10px 2px;
}

.column{
	font-size: 14px;
	font-weight: bold;
	text-align:center;

}

.column p{
	background:#778899;
	color: #fff;
}

.aside h2{
	width:670px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 10px;
}

.aside p{
	width:730px;
	padding: 0px 0 10px 10px;
}


.footer{
	clear: both;
	height: 15px;
	background:#778899;	
	text-align: center;
	padding: 0 0 7px 0;
	color: #fff;
}

