/* CSS Document */
#container{
width:900px;
margin:auto;
}
#header{
	width:900px;
	height:200px;
	text-align:left;
	background-image:url(../image/main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#header_inner{
padding:5px;
background-color: #069;
width:900px;
height:50px;
}

#header h1{
margin:0;
font-size:25px;
font-family:Verdana, Geneva, sans-serif;
color:#FFF;
}
	
#header p{
margin-top:-5px;
font-size:1em;
color:#FFF;
}

.menu{
font-size:0.75em;
width:900px;
height:40px;
border-top:solid 1px  #999999;
border-bottom:solid 1px #999999;
}
.menu ul{
margin:0;
padding:0;
}
.menu li{
list-style-type:none;
float:left;
}
.menu li a{
display:block;
width:120px;
line-height:40px;
border-right: solid 1px #999999;
text-align:center;
text-decoration:none;
}
.menu, .menu li a{
background-image:url(../image/menu.gif);
background-repeat:repeat-x;
}
.menu li a:hover{
background-position:0 -50px;
}

.post{
width:530px;
}
.post h2{
font-size:1.25em;
margin:0;
margin-bottom:20px;
font-weight: bold;
background-color:#009999;
line-height:32px;
padding-left:10px;
}
.posttext{
font-size:0.875em;
line-height:1.5;
}
.posttext p{
margin:0;
margin-bottom: 20px;
}
#footer{
width:900px;
background-color:#069;
}

#footer_inner{
padding:25px 10px;
}
#footer p{
font-size:1em;
color: #FFF;
margin:0;
text-align:right;
}