/* CSS Document */



body {
	background-color:#BBD6F7;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#333333;
	line-height:20px;
	cursor:default;
	margin:0;

}




#container {

	width:700px;

	padding:10px;

	background-color:#FFFFFF;

	margin:0 auto 0 auto;

}

#header {
	width:700px;
	background-color:#7AA7BC;
	height:258px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:1.2em;
	font-weight:bold;
	line-height:20px;

}

#header p {
	padding:5px;
	margin-left:345px;
	margin-right:10px;
	text-indent:5px;
	font-size: 1.4em;
	margin-top: 0;
	margin-bottom: 0;

}

#header h1 {
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:2.6em;
	font-weight:bold;
	padding-top:75px;
	padding-left:355px;
	padding-bottom:25px;
	margin:0;
	border-bottom:2px solid #ffffff;
	background-image:none;
	padding-right: 0;

}

#main_menu {
	width:700px;
	padding-top:7px;
	padding-bottom:5px;
	background-color:#FFFFFF;
	text-align:right;
	color:#888888;
	background-image: url(images/backgrounds/greenBgd.gif);
	margin-bottom:10px;
	margin-top: 2px;
	background-repeat: repeat-x;
	background-position: top;

}

#main_menu a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#1A1511;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px !important;
	padding-top:13px;
	padding-bottom:7px;
	margin-left:1px !important;
	margin-left:1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-right: 6px;
	background-color: #94B8C9;
	margin-top: 2px;
}

#main_menu a:hover {
	color: #FFFFFF;
	background-color: #598497;

}

#main_menu .aactive {
	color: #336666;
	background-color: #F7F3F2;

}

.leaves {

	border-right:2px solid #ffffff;

	float:left;

}

#sidebar {
	width:150px;
	padding:5px;
	float:left;
	clear:left;
	background-image: url(images/backgrounds/penBgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
#sidebar h1,h2,h3 {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#B2944B;
	background-image:none;
	font-size: 15px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #BAAF91;
	padding-bottom: 6px;
}

.article {
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image: url(images/backgrounds/writing.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	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;
	text-align: justify;

}

.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 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	letter-spacing:1px;
	color:#7E7569;
	background-image: url("images/backgrounds/headers.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;

}

.comment {
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image:url(images/backgrounds/article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:1px;
}
.comment a {
	color: #333333;
	text-decoration: none;
}
#container .comment a:hover {
	color: #CC9933;
	text-decoration: underline;
}
