body {
	background-color:#F3E9D7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.74em;
	color:#333333;
	line-height:20px;
	cursor:default;
	margin:0;
	background-image: url("../img/backgrounds/main.jpg");
	background-position:center;
	background-repeat:repeat-y;
}


body, input, textarea, select {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:0.74em;
	color:#333333;
	line-height:20px;
}

#container {
	width:700px;
	padding:10px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
}

#header {
	width:700px;
	background-color:#3F4A3E;
	height:213px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:150%;
	font-weight:bold;
	line-height:20px;
}

#header p {
	padding:5px;
	margin:0;
	margin-left:340px;
	margin-right:10px;
	font-size: 100%;
}

#header h1 {
	color:#FFFFFF;
	font-family: Georgia, "Trebuchet MS", Arial, Verdana;
	font-style: italic;
	font-size:200%;
	font-weight:bold;
	padding:0;
	padding-top:15px;
	padding-left:340px;
	padding-bottom:25px;
	margin:0;
	border-bottom:2px solid #ffffff;
	background-image:none;
}

#main_menu {
	width:700px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#CCCCCC;
	text-align:right;
	color:#FFFFFF;
	background-image: url("../img/backgrounds/menubg.jpg");
	margin-bottom:10px;
}

#main_menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	padding-top:12px !important;
	padding-top:13px;
	padding-bottom:11px;
	margin-left:1px !important;
	margin-left:1px;
}

#main_menu a:hover {
	background-color:#3F4A3E;
	background-image: url("../img/backgrounds/link.jpg");
}

#main_menu .aactive {
	background-color:#3F4A3E;
	background-image: url("../img/backgrounds/link.jpg");
}

.leaves {
	border-right:2px solid #ffffff;
	float:left;
}

#sidebar {
	width:180px;
	border:1px solid #cccccc;
	padding: 10px 5px;
	float:left;
	clear:left;
	background-image: url("../img/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
}

#sidebar h1,h2,h3 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	padding-bottom:5px;
	padding-top:5px;
	background-image:none;
}

.article {
	margin-left:200px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image: url("../img/backgrounds/articlenormal.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

/*
.article:hover {
	background-image: url("../img/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}
*/

.article p {
	margin:10px;
	line-height: 23px;
}

.article_info {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	letter-spacing:2px;
	font-variant:small-caps;
	text-transform:lowercase;
}

.article_info a {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

h1,h2,h3 {	
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border-bottom:2px solid #cccccc;
	background-image: url("../img/backgrounds/headers.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;
}

h1 {
    font-size: 28px;
}

.comment {
	margin-left:200px;
	padding:2px;
	border: 1px solid #cccccc;
	background-image:url('../img/backgrounds/article.jpg');
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
	font-size: 11px;
	text-align: center;
	font-size: 90%;
}

.footer {
	margin-left:0;
	padding:2px;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	font-size: 90%;
	clear: both;
}

.footer, .footer a {
    color: gray;
}

a {
	color:#AF8F57;
	text-decoration:none;
}

a:hover {
    color: #000;
	border-bottom:1px dotted #000000;
}

form {
	margin: 0;
	padding: 0;
}

form div label {
	display: block;
	float: left;
	width: 130px;
	padding-top: 2px;
}

input, textarea, select {
	color: #333;
	border: 1px solid #ccc;
	padding: 1px 2px;
	font-size: 11px;
}

form div {
	display: block;
	margin: 0 0 2px 5px;
	line-height: 100%;
}

.error_message {
	background-color: #FF8F8F;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	color: #000;
	margin: 2px;
	
}

.notice_message {
	background-color: #BFC0FF;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	color: #000;
	margin: 3px;
}

ol.comments li {
    font-size: 11px;
}

.gallery_item {
    float: left;
    display: block;
    width: 235px;
    text-align: center;
}

.gallery_item a:hover {
    border: 0;
}

table.gallery a:hover {
    border: 0;
}