@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	
	background-color:#7f7f7f;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}
p {
	margin:0px;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

#wrapper {
	position:relative;
	margin:auto;
	width:960px;
	min-width:960px;
	max-width:960px;
	overflow:hidden;
	background-color:#fff;
}

#header_blog {
	width:960px;
	background-color:#dadada;
}

#menubar {
	width:960px;
	height:27px;
	background-image:url(images/menu_background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:27px;
	color:#FFF;
	
}
	

#banner {
	clear:both;
	width:920px;
	padding:20px;
}

#textmenu {
	line-height:18px;
	
	
	
}
	#textmenu a {
		color:#fff;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	
	#textmenu a:visited {
		color:#fff;
	}
	
	#textmenu a:hover {
		color:#fff;
		text-decoration:underline;
	}
	
	#textmenu a:active {
		color:#fff;
	}
	

#maincontent {
	padding:20px 20px 20px 20px;
	color:#666666;
	line-height:20px;
}
	
	#maincontent h1 {
		font-size:16px;
		color:#666666;
		margin: 0px 10px 10px 0px;
		line-height:30px;
		
	}
	
	#maincontent h2 {
		font-size:12px;
		font-weight:bold;
		color:#666666;
		margin: 0px 10px 10px 0px;
		line-height:25px;
	}
	
	#maincontent h3 {
		line-height:30px;
		margin: 0px 10px 10px 0px;
		font-size:14px;
		color:#ffffff;
		
	}
	
	#maincontent a {
		color:#666666;
		text-decoration:underline;
	}
	
	#maincontent a:visited {
		color:#666666;
		text-decoration:underline;
	}
	
	#maincontent a:hover {
		color:#666666;
		text-decoration:none;
	}
	
	#maincontent a:active {
		color:#666666;
		text-decoration:underline;
	}

#floatright {
	border-style:solid;
	border-width:1px;
	border-color:#889aa6;
}
	#rightfloat a {
		color:#889aa6;
	}
	
	#rightfloat a:visited {
		color:#889aa6;
	}
	
	#rightfloat a:hover {
		color:#889aa6;
	}
	
	#rightfloat a:active {
		color:#889aa6;
	}

#separator {
	clear:both;
	width:960px;
	height:15px;
	background-image:url(images/round_corners.jpg);
	background-repeat:no-repeat;
}
	
#footer {
	color:#ededed;
	font-size:10px;
	padding:20px 0px 20px 0px;
	background-color: #7f7f7f;
}
	#footer a {
		color:#fff;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	
	#footer a:visited {
		color:#fff;
		text-decoration:none;
	}
	
	#footer a:hover {
		color:#fff;
		text-decoration:underline;
	}
	
	#footer a:active {
		color:#fff;
		text-decoration:none;
	}

ul {
	list-style:none;
	padding:2px 0px 0px 0px;
}

li {
	list-style:none;
	padding:2px 0px 0px 0px;
}

#content_left h3 a:link {
		color:#666666;
		text-decoration:none;
		font-size:14px;
		font-weight:bold;
		margin:2px;
}

#content_left h3 a:visited {
		color:#666666;
		text-decoration:none;
		font-size:14px;
		font-weight:bold;
		padding-bottom:2px;
}

#content_left h3 a:hover {
		color:#53bb4a;
		text-decoration:underline;
		font-size:14px;
		font-weight:bold;
		padding-bottom:2px;
}

#content_left h3 a:active {
		color:#53bb4a;
		text-decoration:none;
		font-size:14px;
		font-weight:bold;
		padding-bottom:2px;
}
