/* CSS Document */



body           { color: #333333; font-size: 12px; line-height: 20px; font-family: Georgia, "Times New Roman", Times, serif; background: #EEEEEE url(images/backgrounds/menu.jpg) repeat-y center; margin: 0; cursor: default  }



#container {

	width:700px;

	padding:10px;

	background-color:#FFFFFF;

	margin:0 auto 0 auto;

}

#header  { color: #ffffff; font-weight: bold; font-size: 150%; line-height: 20px; font-family: "Trebuchet MS", Arial, Verdana; background-color: #333; width: 700px; height: 258px }

#header p {

	padding:5px;

	margin:0;

	margin-left:340px;

	margin-right:10px;

	text-indent:5px;

}

#header h1  { color: #ffffff; font-weight: bold; font-size: 200%; font-family: "Trebuchet MS", Arial, Verdana; margin: 0; padding: 75px 0 25px 340px; border-bottom: 2px solid #ffffff }

#main_menu         { color: #ffffff; background: #cccccc url(images/backgrounds/menubg.jpg); text-align: right; margin-bottom: 10px; padding-top: 5px; padding-bottom: 5px; width: 700px }

#main_menu a {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:70%;

	font-weight:bold;

	text-transform:uppercase;

	color:#FFFFFF;

	text-decoration:none;

	padding-left:5px;

	padding-right:5px;

	padding-top:12px !important;

	padding-top:13px;

	padding-bottom:11px;

	margin-left:1px !important;

	margin-left:1px;

}

#main_menu a:hover         { background: #333 url(images/backgrounds/link.jpg) }

#main_menu .aactive         { background: #333 url(images/backgrounds/link.jpg) }

.leaves {

	border-right:2px solid #ffffff;

	float:left;

}

#sidebar         { background: url(images/backgrounds/article.jpg) repeat-x right bottom; float: left; clear: left; padding: 5px; border: solid 1px #cccccc; width: 150px }
#sidebar h1,h2,h3 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image:none;
}

.article         { background: url(images/backgrounds/articlenormal.jpg) no-repeat left top; margin-bottom: 10px; margin-left: 170px; padding: 10px; border: solid 1px #cccccc }

.article:hover         { background: url(images/backgrounds/article.jpg) repeat-x right bottom; margin-bottom: 10px }

.article p {

	margin:10px;

}

.article_info {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

	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         { color: #000000; font-family: "Arial Narrow", Arial, Helvetica, sans-serif; background: url(images/backgrounds/headers.gif) no-repeat right top; letter-spacing: -1px; padding-top: 5px; padding-bottom: 5px; border-bottom: 2px solid #cccccc }

.comment         { background: url(images/backgrounds/article.jpg) repeat-x right bottom; margin-bottom: 10px; margin-left: 170px; padding: 10px; border: solid 1px #cccccc }
a {
	color:#669966;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dotted #000000;
}