@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color:#FFF;
	margin: 0px;
}

div {
}

blockquote {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	margin-top: 10px;
	margin-right: 20px;
}

blockquote p {
	margin-top: 0px;
}

h1 {
	color:#334a21;
	font-size:14px;
}

#articles table {
	width: 998px;
}

#articles td {
	width: 499px;
	padding: 10px;
	text-align: justify;
	vertical-align: top;
	border-right:solid 1px;
	border-color:#bfdb47;
}

#site {
	background-color:#FFF;
	width:1000px;
	margin: 0px auto;
}

#menu {
	width:700px;
	height: 58px;
	margin: 0px auto;
}
	

#menu_left {
	float:left;
	height: 58px;
	width: 48px;
	background-image: url(images/menu_left.png);
	background-repeat:no-repeat;
}

#menu_center {
	float:left;
	height: 58px;
	width: 584px;
	background-image: url(images/menu.png);
	background-repeat:repeat-x;
	padding-right: 20px;
}

#menu #logo {
	width: 100px;
	height: 20px;
	float:left;
	margin-top:13px;
	margin-left: 20px;
	/*background:url(images/logo.png);
	background-repeat:no-repeat*/
}

#menu #logo a {
	text-decoration:none;
}

#menu #logo img {
	border:none
}	

#menu_center ul li {
	margin-top: 8px;
	margin-right: 10px;
	margin-left: 10px;
	float:right;
	display:inline;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
}

#menu_center .separator{
	background-image:url(images/separator.gif);
	width: 1px;
	height: 50px;
	margin-top: -10px;
	margin-left: 0px;
	margin-right: 0px;
} 

#menu_center a {
	text-decoration:none;
	color:#FFF;
}

#menu_center a:hover {
	color:#334a21;
}


#menu_right {
	float:right;
	height: 58px;
	width: 48px;
	background-image: url(images/menu_right.png);
	background-repeat:no-repeat;
}

#motto {
	width:400px;
	height: 90px;
	color: #bfdb47;
	font-size: 14px;
	border-right: solid 1px;
	text-align:right;
}

#center {
	background-image:url(images/autumn.gif);
	background-repeat:no-repeat;
	background-position: center;
	
	width: 1000px;
	height: 360px;
	margin: 0px auto;
}
 
#footer {
	text-align: center;
	color: #334a21;
	width: auto;
	height: 60px;
	background-color: #bfdb47;
	border-top: solid 1px #334a21;
	margin-top: 10px;
}

#footer p {
	padding-top: 15px;
}

#footer a {
	text-decoration:none;
	color:#334a21;
}

#footer a:hover {
	text-decoration:underline;
}

