* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg_tile1.1.jpg) top repeat;
}
a {
	color: #444;
	text-decoration: none;
	font-size: 1.1em;
}
	a:hover {
		text-decoration: underline;
	}
h1, h2, h3 {
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #060606;
}
h1 {
	font-size: 1.9em;
}
p {
	font-size: 1.1em;
	line-height: 1.7em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #060606;
}
#container {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}
#navigation {
	width: 775px;
	height: 43px;
}
	#website-title {
		color: #1e1e1e;
		font-size: 1.4em;
		padding-left: 10px;
		padding-top: 10px;
		height: 43px;
		width: 355px;
		float: left;
		display: block;
		margin: 0;
	}
	#navigation-ul {
		height: 43px;
		float: left;
		display: block;
		list-style: none;
		padding-left: 70px;
	}	
	#navigation-ul li {
		float: left;
		display: block;
	}
		#navigation-ul li a {
			float: left;
			display: block;
			height: 30px;
			padding-top: 13px;
			padding-left: 5px;
			padding-right: 5px;
			font-size: .9em;
			color: #222;
			text-decoration: none;
		}
			#navigation-ul li a:hover {
				background: url(../images/nav-hover.gif) repeat-x #eee;
				color: #111;
				text-decoration: underline;
			}
#banner {
	background: url(../images/banner.gif) no-repeat bottom #fff;
	width: 747px;
	height: 130px;
	margin-left: 12px;
	border-top: 5px solid #222;
}
#adsense {
	width: 760px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#wrapper {
	background: url(../images/wrapper-background.gif) repeat-y #fff;
	width: 775px;
}
#sidebar {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	float: left;
}
	#sidebar h2 {
		background: url(../images/header-sidebar1.gif) no-repeat;
		width: 175px;
		height: 30px;
		padding-top: 7px;
		padding-left: 25px;
		font-size: 1.1em;
		color: #060606;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#sidebar ul {
		list-style: none;
		margin-left: 15px;
		margin-top: -10px
	}
		#sidebar ul li {
			display: block;
			padding-top: 2px;
			padding-bottom: 2px;
		}
			#sidebar ul li a {
				color: #3E92D0;
				text-decoration: none;
				font-size: 1.1em;
			}
			#sidebar ul li a:hover {
				text-decoration: underline;
			}
	#sidebar-ad {
		margin-left: 10px;
		margin-top: -5px;
	}
#content {
	float: left;
	width: 510px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	width: 755px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-top: 1px solid #eee;
	background: #bcbcbc
}
	#footer ul {
		list-style: none;
	}
		#footer ul li {
			float: left;
			display: block;
		}
			#footer ul li a {
				float: left;
				display: block;
				padding-left: 10px;
				padding-right: 10px;
			}
	#footer span {
		font-size: 1.1em;
		padding-top: 10px;
		clear: left;
		display: block;
		color: #060606;
		padding-left: 10px;
	}

