
/* --------------------------------------------/ INITIALIZATION \-------------------------------------------- */

ol,ul { list-style : none; }
table { border-collapse : collapse; border-spacing : 0; }
fieldset,img { border : 0; }
caption,th { text-align : left; }

body { 
text-align:left; 
color:#4b4b4b; 
font-family: Arial, Helvetica, sans-serif;
font-size:12px; 
background:#fff; margin:0px; }

p { padding:12px; color:#333333; line-height:16px; padding-bottom:5px; padding-top:10px;}

h1 {padding:5px; color:#374857; font-size:18px; padding-left:12px; padding-bottom:0px; padding-top:0px;}

a:link { color:#0c3a79; text-decoration:none;}

a:hover {text-decoration:underline;}

a:visited { color:#0c3a79; text-decoration:none;}

hr { background:url(../images/hr.gif) repeat-x; border:none;}

/* --------------------------------------------/


/* --------------------------------------------/ HEADER \-------------------------------------------- */

#container_header { width:100%;
margin:0 auto;
background:url(../images/headerbg.gif) repeat-x;	
}
	
	#header { 
	position:relative; 
	width:957px;
	height:97px;
	margin:auto;
	background:url(../images/header.jpg) no-repeat;	
	 }
	
		#header ul { padding-top:50px; margin-left:440px; padding-left:50px;}

		#header li { display:inline; list-style:none; margin-right:10px; font-weight:bold; background:#f6f6ee; border:1px solid #dbc9aa;padding:5px; font-size:11px;}

		#header a { text-decoration:none; color:#945b00;}
		
		#header a:hover {color:#629350;}

/* --------------------------------------------/



/* --------------------------------------------/ CONTENT \-------------------------------------------- */

#container_content { 
width:100%;
margin:0 auto;
background:url(../images/middlebg.gif) repeat-x #f4f6f3; }

	#content { 
		position:relative;  
		width:957px;
		height:100%;
		margin:auto; 
	    background:#f4f6f3;}
	
/* --------------------------------------------/ LEFT-CONTENT \-------------------------------------------- */
		#left-content { 
		position:relative; 
		float:left; 
		width:489px;
		height:100%;
		background:url(../images/middlebg.gif) repeat-x #f4f6f3;}		
		
		.slideshow {
		 width:489px; height:359px; background:url(../images/vidbg.gif) no-repeat;
		}
		
		
		
/* --------------------------------------------/ RIGHT-CONTENT \-------------------------------------------- */
		#right-content { 
		position:relative; 
		float:right;
		width:465px;
		height:100%;
		background:url(../images/middlebg.gif) repeat-x #f4f6f3;
		}	
		
		#right-content p { font-size:16px; color:#414141; font-family:Verdana, Arial, Helvetica, sans-serif; padding-left:10px; margin-left:0px;}
		
		.RC-post { width:375px; height:155px; padding-left:90px; padding-top:20px;}
		.RC-dontate{ width:450px; height:150px; padding-left:15px; padding-top:25px;}
		
		.RC-dontate img { margin-left:137px;}
			
		.min-holder { float:left; width:0px;  }

		.clear {clear:both;}
		
		
#container_bottomcontent { 
width:100%;
margin:0 auto;
background:#fff; }
	
	
		#bottom-content{
		position:relative;  
		width:957px;
		height:100%;
		margin:auto; 
	    background:#fff; padding-top:20px;}
		
		.date {color:#434343; padding-left:12px; margin-top:20px;}
		.name {color:#434343; font-weight:bold;padding-left:12px;}
/* --------------------------------------------/ FOOTER \-------------------------------------------- */

#container_footer { clear:both;width:100%;
margin:0 auto;
 background:#fff;
 }

	
	#footer { 
	position:relative; 
	margin:auto;
	height:100%;
	width:957px;
	background:#fff; border-top:1px solid #d7d7d7; margin-top:20px; }

		#footer ul { text-align:center; margin:0px 60px 0px 0px; padding-top:20px;}

		#footer li { display:inline; list-style:none; margin-left:30px; color:#945b00;}

		#footer a { text-decoration:none; color:#945b00; }

		#footer a:hover { color:#629350; }
		

