* {
	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: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/background.gif) #e3e3e3 top repeat-x;
}
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: #646464;
}
h1 {
	font-size: 1.9em;
}
p {
	font-size: 1em;
	line-height: 1.7em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #444;
}
#container {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}
#navigation {
	background: url(../images/nav-background.gif) repeat-x #ccc;
	width: 830px;
	height: 43px;
}
	#website-title {
		background: url(../images/nav-left.gif) no-repeat left top;
		color: #222;
		font-size: 1.4em;
		padding-left: 10px;
		padding-top: 10px;
		height: 43px;
		width: 355px;
		float: left;
		display: block;
		margin: 0;
	}
	#navigation-ul {
		width: 460px;
		height: 43px;
		background: url(../images/nav-right.gif) right no-repeat ;
		float: left;
		display: block;
		list-style: none;
		margin-left: 5px;
	}	
	#navigation-ul li {
		float: left;
		display: block;
	}
		#navigation-ul li a {
			float: left;
			display: block;
			height: 30px;
			padding-top: 13px;
			padding-left: 10px;
			padding-right: 10px;
			font-size: 1em;
			color: #222;
			text-decoration: none;
		}
			#navigation-ul li a:hover {
				background: url(../images/nav-hover.gif) repeat-x #eee;
				color: #111;
			}
#adsense {
	width: 760px;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#adsense-two {
	width: 760px;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#wrapper {
	background: url(../images/wrapper-background.gif) repeat-y #fff;
	width: 828px;
}
	#wrapper-top {
		background: url(../images/wrapper-top.gif) top no-repeat #d4c99e;
		width:828px;
		height: 3px;
	}
	#wrapper-bottom {
		background: url(../images/wrapper-bottom.gif) bottom no-repeat #d4c99e;
		width:828px;
		height: 3px;
		display: block;
		clear: both;
		margin-bottom: -3px;
	}
#sidebar {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-right: 2px solid #646464;
	float: left;
}
	#sidebar h2 {
		background: url(../images/header-sidebar.gif) no-repeat;
		width: 175px;
		height: 30px;
		padding-top: 10px;
		padding-left: 25px;
		font-size: 1.3em;
		color: #333;
		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: #444;
				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: 580px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	width: 830px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
	#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: .9em;
		padding-top: 10px;
		clear: left;
		display: block;
		color: #a0925a;
		padding-left: 10px;
	}
