a {
	text-decoration: none;
	color: #404E64;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #404E64;
}

#wrapper {
	width: 800px;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
}


#header {
	height: 145px;
	background:url(http://www.danielhagan.com/images/system/header.gif);
	text-align: left;
	width: 800;
}

.top {
	height: 101px;
}

.top h1 {
	font-size: 30px;
	padding: 20px 0 0 5px;
	margin: 0;
}

.top h2 {
	font-size: 20px;
	padding: 0px 0 0 5px;
	margin: 0;
	color: #fff;
}

.top a {
	color: #fff;
}

.mid {
	height: 25px;
	color: #fff;
	padding: 0 0 0 5px;
}

.mid a {
	color: #fff;
}


.bottom {
	height: 19px;
}


#content {
	width: 593px;
	text-align: left;
	padding: 0;
	
}


#content h2 {
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.post {
	padding: 5px 0 10px 10px;
	border-bottom: 1px dashed #404E64;
}

#sidebar {
	width: 188px;
	height: 100%;
	text-align: left;

}

#sidebar h2{
	font-size: 18px;
	padding: 0px 0 0 0px;
	margin: 0;
	text-align: left;
	border-bottom: 1px solid;

}

#sidebar li {
	list-style: none;
}

#footer {
	width: 796px;
	text-align: center;
	border-top: 2px solid;

}