body{
	background-image: url(../images/color/default/bgcolor.jpg);
}

.inner {
	margin: 8px;
}

p {
	margin: 1em 0;
}

#container {
	background-image: url(../images/color/default/bg.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

#header,
#pagebody,
#footer
{
	padding: 0px 10px;
}

#header {
	background-image: url(../images/color/default/header.jpg);
	background-repeat: no-repeat;
	height: 80px;
	position: relative;
}

#header a{
	text-decoration: none;
}

#header h1 a{
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	font-size: 200%;
}

#header .description{
	position: absolute;
	bottom: 25px;
	right: 20px;
	text-align: right;
}

/*
#header .menu{
	position: absolute;
	top: 61px;
	left: 20px;
	list-style-type: none;
	width: 760px;
}

#header .menu ul{
	display: none;
}

#header .menu li{
	list-style-type: none;
	float: left;
}

#header .menu li a{
	line-height: 18px;
	height: 18px;
	display: block;
	float: left;
	padding: 0 1em;
	border-right: 1px solid #CCCCCC;
	font-size: 90%;
	color: #003366;
}

#header .menu li li,
#header .menu li li a
{
	float: none;
	display: block;
	overflow: hidden;
}

#header .menu li li a
{
	width:120px;
}
*/


/*
#header .menu li.current_page_item a
{
	background-color: #F1F1F1;
	color: #000000;
}

#header .menu li.current_page_item li a
{
	background-color: transparent;
	color: #003366;
}
*/



#pagebody {
	clear: both;
	margin-top: 0;
}

#alpha {
	float: right;
	overflow: hidden;
	width: 720px;
}

#beta{
	float: right;
	overflow: hidden;
	width: 170px;
}

#footer {
	margin-top: 3em;
	clear: both;
	background-image: url(../images/color/default/footer.jpg);
	background-repeat: no-repeat;
	height: 55px;
	padding-top: 8px;
	text-align: center;
	font-size: 90%;
}

#footer a{

}

.post {
	margin-bottom: 1em;
}

