/* CSS Document */

body {
	background-color:#e4c7df;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	color:#333333;
	line-height:21px;
	cursor:default;
	margin:0;
	background-position:center;
	background-repeat:repeat-y;
}

#container {
	width:950px;
	padding:10px;
	background-color:#ffffff;
	margin:0 auto 0 auto;
}

#header {
	width:950px;
	background-color:#70003e;
	height:240px;
	color:#ffffff;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:110%;
	font-weight:bold;
	line-height:20px;
}

#header p {
	padding:5px;
	margin:0;
	margin-left:340px;
	margin-right:10px;
	text-indent:5px;
}

#header h1 {
	color:#ffffff;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:230%;
	font-weight:bold;
	padding:0;
	padding-top:75px;
	padding-left:340px;
	padding-bottom:25px;
	margin:0;
	border-bottom:2px solid #ffffff;
	background-image:none;
}

#main_menu {
	width:950px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#a01040;
	text-align:right;
	color:#f0f07f;
	margin-bottom:10px;
}

#main_menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	margin-left:1px !important;
	margin-left:1px;
}

#main_menu a:hover {
	background-color:#e03010;
	padding-top:5px;
	padding-bottom:5px;
}

#main_menu .aactive {
	background-color:#30a03e;
}

.img-right {
	float:right;
	vertical-align:text-top;
	margin: 0 0 10px 10px;
}

.leaves {
	border-right:2px solid #ffffff;
	float:left;
}

.article {
	margin-left:0px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image: url("../img/bg/articlenormal.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.article:hover {
	background-image: url("../img/bg/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

.article p {
	margin:10px;
}

.article_info {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#202020;
	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/bg/myheaders.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;
}

.comment {
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image:url(../img/bg/article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

a {
	color:#f05000;
	text-decoration:none;
}

a:hover {
	border-bottom:1px dotted #000000;
}
