
/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #663333;}
a:hover {color: #432D2D;}
body {
	background: #EFE9B6;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

acronym { 
	border-bottom : 1px dotted;
	cursor : help;
}

img { border: 0; }
.float-left { float: left; }
.float-right { float: right; }
img.float-left, img.float-right { padding: 8px; }

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul,table {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}

li {list-style-image: url(img/li.jpg);}

h1 {font-size: 1.4em;}
blockquote {
	background: #FFFFFF;
	border: 1px solid #AF0000;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: #FFFFFF;
	margin: 0 auto;
	width: 802px;
	border: 1px solid #AF0000;
}

/* top */
.top {
	background: #AF0000;
	font: normal 2.4em Verdana,sans-serif;
	height: 20px;
	margin: 0 auto;
	width: 802px;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 20px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}
.top a:hover {
	background: #688B00;
	color: #FFF;
}

/* header */
.header {
	background: url(img/header.jpg) no-repeat;
	height: 230px;
	margin: 0 auto;
	width: 802px;
}

/* item */
.item {clear: both;}

.item .content {
	float: left;
	width: 593px;
}

.item h1 {
	background: #AF0000;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 16px;

}
.item h2 { 
	background: #FFF;
	color: #AF0000;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 0px;
}
.item h3 { 
	background: #FFF;
	color: #000000;
	font-size: 1.3em;
	line-height: 30px;
	padding-left: 0px;
}


.item .body {padding: 12px 18px;}


/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 208px;
}
.navigation h1 {
	background: #AF0000;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #967171;
	list-style: none;
}
.navigation li a {
	background: #EAE2C0;	
	color: #6C3737;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #EAE6D5;
	color: #A52A2A;
}

/* footer */
.footer {
	background: #AF0000;
	color: #FFF;
	font-size: 1.1em;
	margin: 0 auto;
	width: 802px;
}
.footer a {color: #FFFFFF;}
.footer a:hover {color: #FAFCB0;}
.footer p{
	padding: 15px;
	margin: 0 auto;
	font-size: 1.1em;
	color: #FFFFFF;
	}
.footer img{
	float: right;
	border: 0px;
}