@charset "utf-8";
body {
	background: url(bg.png) repeat-x top center;
}
#container {
	width: 760px;
	background:#666;
	margin: 0 auto;
	text-align: left;
}

/**Header**/

#w3 {
	text-align: center;
}

#w3 img {
	border: 0px;
}
#header {
	width: 760px;
	margin: 0 auto;
	height: 125px;
	margin-bottom: 5px;

}
#header h1 {
	float: left;
	padding-left: 15px;
}
#header h2 {
	float: right;
	padding-top: 70px;
	padding-right: 75px;
}

/**Navigation**/

#nav {
	background: #666;
	width: 760px;
	height: 31px;
	margin: 0 auto;
	margin-bottom: 5px;
	margin-top: 55px;
}

#nav ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 760px;
}
#nav li {
	list-style:none;
	background:#666;
	display: inline;
	width: 122px;
	height: 25px;
}
#nav li:hover {
	background:#999;
}
#nav a {
	color:#000;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 122px;
	height: 25px;
}

/**Content**/

#container .text {
	padding: 10px 10px 10px 10px;
}
#post {
	margin: 0 auto;
	width: 738px;
}
#post_top {
	background: url('img/post_top.png') no-repeat;
	width: 738px;
	height: 54px;
}
#post_middle {
	background: url('img/post_middle.png');
	width: 738px;
	height: 360px;
	}
#post_middle p, ul {
	padding: 10px 10px 0px 25px;
}
.line {
	width: 750px;
	height: 167px;
}
#post_bottom {
	background: url('img/post_bottom.png') no-repeat;
	width: 738px;
	height: 54px;
}
#footer {
	width: 750px;
	margin: 0 auto;
	margin-top: 55px;
	text-align: center;
	background: #666;
	padding: 5px 5px 5px 5px;
}
blockquote {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px dashed black;
	padding: 5px 5px 5px 5px;
}
ul li {
	list-style-image: url('img/li.png');
}
