body {
	background-color:#E5E0D5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	line-height:20px;
	cursor:default;
	margin:0;
	background-image: url("images/backgrounds/main.jpg");
	background-position:center;
	background-repeat:repeat-y;
}

#container {
	width:700px;
	padding:10px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
}

#header {
	width:700px;
	background-color:#599D94;
	height:365px;
	color:#FFFFFF;
	font-family:Tahoma, arial;
	font-size:18;
	font-weight:bold;
	line-height:20px;
	margin-bottom: 10px;
}

#header ul {
	padding:5px;
	margin:0;
	margin-left:10px;
	margin-right:10px;
	text-indent:5px;
}

#header h1 {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight:bold;
	padding:0;
	padding-top:75px;
	padding-left:10px;
	padding-bottom:25px;
	margin:0;
	border-bottom:2px solid #ffffff;
}

#main_menu {
	width:700px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#CCCCCC;
	text-align:center;
	color:#FFFFFF;
	background-image: url("images/backgrounds/menubg.jpg");
	margin-bottom:10px;
}

#main_menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:none;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:8px;
}

#main_menu a:hover {
	background-image: url("images/backgrounds/link.jpg");
}

.leaves {
	border-left:2px solid #ffffff;
	width:323px;
	height:365px;
	float:right;
}

#sidebar {
	width:150px;
	border:1px solid #53657A;
	padding:5px;
	float:right;
	background-image: url("images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
}

#sidebar h1,h2,h3 {
	font-size:18px;
	color:#000000;
	border:none;
}

.article {
	margin-right:170px;
	padding:10px;
	border: 1px solid #53657A;
	background-image: url("images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

.article:hover {
	background-image: url("images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

.article p {
	margin:10px;
}

h1,h2,h3 {	
	font-size:18px;
	color:#000000;
	padding-bottom:5px;
	padding-top:5px;
}

.comment {
	padding:10px;
	text-align:center;
	border: 1px solid #53657A;
	background-image:url(images/backgrounds/article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

a {
	color:#9ACC53;
	text-decoration:none;
	font:Tahoma, arial;
	font-size:12px;
}
a:hover {
	border-bottom:1px dotted #000000;
}