* {
	margin: 0;
	padding: 0;
}
a {color: #934A4A;}
a:hover {color: #934A4A;}
body {
	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.1em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
li {list-style-image: url(img/li2.gif);}

h1 {font-size: 1.4em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}

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,h4,h5,h6 {color: #934A4A;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	margin: 0 auto;
	width: 752px;
	float: left;
}

/* header */
.header {
        background: url(header7.jpg) no-repeat;
	height: 200px;
	margin: 0 auto;
	width: 705px;
	margin-right: 36px;
	border-right: 1px solid #efa635;
}

/* item */
.item {clear: both;}
.item .date {
	background: url(img/bgdate4.gif) no-repeat;
	color: white;
	float: left;
	height: 28px;
	text-align: center;
	width: 40px;
	padding-top: 3px;
	padding-bottom: 3px;	
}
.item .date div {
	font-weight: bold;
}
.item .date span {
	font: normal 1.2em;
	font-weight: bold;
}
.item .content {
	float: left;
	width: 521px;
	background: #FFF;
}
.item h1 {
	background: #879d67;
	font-size: 10pt;
	color: white;
	line-height: 34px;
	padding-left: 16px;
	border-bottom: 1px solid white;
}
.item .body {
	padding: 12px 18px; 
	border-right: 1px solid #efa635;
	border-bottom: 1px solid #efa635;
}

/* main */
.main {
	float: right;
}

/* navigation */
.navigation {
	float: right;
	margin-right: 1px;
	width: 188px;
	border-right: 1px solid #efa635;
}
.navigation h1 {
	background: #879d67;
	color: white;
	font-size: 1.3em;
	line-height: 35px;
	padding-left: 16px;
	border-bottom: 1px solid #efa635;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #efa635;
	list-style: none;
}
.navigation li a {
	background: white;	
	color: #9b2109;
	display: block;
	padding: 6px 4px 6px 8px;
	text-decoration: none;
}

.navigation li a:hover {
	background: #efa635;
}

/* footer */
.footer {
	background: #efa635;
	color: #9b2109;
	font-size: 1.1em;
	line-height: 20px;
	margin: 0 auto;
	text-align: center;
	width: 711px;
	margin-right: 42px;
	border-top: 1px solid #efa635;
	border-right: 1px solid #efa635;
}
//.footer a {color: #9b2109;}
