* {
	margin: 0;
	padding: 0;
}
a {color: #682;}
a:hover {color: #9A6;}

body {
	background: url(img/07.jpg) repeat-y center top;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	padding-top: 5px;
	padding-right: 16px;
	padding-left: 0px;
}
ul {margin-left: 1.2em;}

h1 {
	font-size: 1.4em;
}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;

	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #000000;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(img/bgcontainera.png) repeat-y;
	margin: 0 auto;
	width: 728px;
}

/* top */
.top {
	background: url(img/bgheader1.gif) repeat-y;
	height: 60px;
	margin: 0 auto;
	width: 728px;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.top a {
	color: #333333;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}


/* header */
.header {
	background: url(img/header2.gif) no-repeat;
	height: 180px;
	margin: 0 auto;
	width: 728px;
}

/* item */
.item {clear: both;}
.item .date {
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;

}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 519px;
}
.item h1 {
	color: #000000;
	line-height: 40px;
	padding-left: 16px;
	background-color: #fde0f1;
	margin-left: 1px;
}
.item .body {padding: 12px 18px;}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: right;
	margin-left: 1px;
	width: 208px;
	height: auto;
}
.navigation h1 {
	background: url(img/bgheader1.gif) repeat-y;
	color: #ffffff;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid ffffff;
	list-style: none;
}
.navigation li a {
	background: #ffffff url(img/bgnavigation.png) repeat-x;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #f9fddc;
	color: #553;
}

/* footer */
.footer {
	background: url(img/bgheader1.gif) repeat-y;
	color: #FFF;
	line-height: 7px;
	width: 728px;
	vertical-align: bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {text-decoration: none; color: #DEC;}
.footer .right a:hover {color: #FFF;}

/* floats */
.left {float: left;}
.right {float: right;}

