.header{padding :0
}

.header a{
	width:136px;
	border-left:10px solid #809854;
	display: block;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.header a:link{
	width:136px;
	border-left:10px solid #809854;
}
.header a:hover{
	color:#FFFFFF;
	background-color:#CCCCCC;
	border-left:10px solid #456788;
	width:136px;
}
.header li{
	width:146px;
	float:left;
	text-align:center;
	border:2px dotted #999999;
	list-style:none;
}
ul.header{
	width:750px;
	margin-left:0px;
}
.content{
	width:750px;
	clear:left;
}
.content #main{
	vertical-align:top;
}
.content #sub{
	width:200px;
	border-right:1px dotted #333333;
	vertical-align:top;
}

.content #news{
	width:100%;
}
.content #news #date{
	width:20%;
}
#news td{
	border-bottom:2px dotted #555555;
}
.content a{
	color:#0033FF;
	text-decoration:none;
}
.content a:hover{
	color:#FF8080;
}
#contact li{
	font-size:11px;
	list-style:none;
	text-indent:-10px;
}

.footer{
	width:750px;
	background-color:#FDB3FA;
	background-image: url("img/footer.jpg");
	height:50px;
}
.footer a{
	font-size:12px;
	text-decoration:none;
	color:#0000FF;
}
.footer a:hover{
	color:#990000;
}
h1{
	font-size:16px;
	color:#FF8040;
}
h2{
	font-size:14px;
	color:#0066FF;
}
