/* CSS Document */



body {

	background-color:#dff3d7;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:0.74em;

	color:#333333;

	line-height:20px;

	cursor:default;

	margin:0;

	background-position:center;

	background-repeat:repeat-y;

}



#container {

	width:700px;

	padding:10px;

	background-color:#FFFFFF;

	margin:0 auto 0 auto;

        border: 4px solid #3F4A3E;

}

#header {

	width:692px;

	background-color:#3F4A3E;

	height:200px;

	color:#FFFFFF;

	font-family:"Trebuchet MS", Arial, Verdana;

	font-size:150%;

	font-weight:bold;

	line-height:20px;

        background-image: url("images/RAR_logo2.jpg");

        border: 4px solid #3F4A3E;

	background-position:top left;

	background-repeat:no-repeat;

	margin-top:5px;
        
        margin-left:0px;

        margin-right:0px;


}



#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:300%;

	font-weight:bold;

	padding:0;

	padding-top:75px;

	padding-left:340px;

	padding-bottom:25px;

	margin:0;

	border-bottom:0px solid #ffffff;

	background-image:none;        
}

#main_menu {

	width:700px;

	padding-top:5px;

	padding-bottom:5px;

	background-color:#CCCCCC;

	text-align:center;

	color:#FFFFFF;

	background-image: url("images/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: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 {

	color:#3F4A3E;

}

#main_menu a:active {

	color:#3F4A3E;

}


#main_menu .aactive {

	background-color:#3F4A3E;

	background-image: url("images/link.jpg");

}

.leaves {

	border-right:2px solid #ffffff;

	float:left;

}

#sidebar {

	width:150px;

	border:1px solid #cccccc;

	padding:5px;

	float:left;

	clear:left;

	background-image: url("images/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;
	
}

.article {

	margin-left:3px;

	padding:10px;

	border: 1px solid #cccccc;

	background-image: url("images/articlenormal.jpg");

	background-position:top left;

	background-repeat:no-repeat;

	margin-bottom:10px;
}


.article p {

	margin:10px;

}


h1,h2,h3 {	

	font-family:Arial Narrow, Arial, Helvetica, sans-serif;

	letter-spacing:-1px;

	color:#000000;

	border-bottom:2px solid #cccccc;

        background-image: url("images/hop.jpg");

	background-position:top right;

	background-repeat:no-repeat;

	padding-bottom:5px;

	padding-top:5px;

}

.comment {
	margin-left:3px;
	padding:5px;
	border: 0px solid #cccccc;
	background-image:url(images/menubg.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}
a {
	color:#2E8B57;
	text-decoration:none;
}
a:hover {
	color: #000000;
        border:none;
}


.sponsor_menu {

	margin-left:3px;
	padding:5px;
	border: 1px solid #cccccc;
	background-image:none;
	margin-bottom:10px;
        text-decoration:none;

}

.sponsor_menu:hover {

	border: 1px solid #cccccc;
       
}

.shadow {
	background-image: url("images/article.jpg");

	background-position:bottom right;

	background-repeat:repeat-x;

	margin-bottom:10px;
}

.boldp {
        font-family:Georgia, "Times New Roman", Times, serif;

	font-size:125%;

	font-weight:bold;
}

