body {
	text-align: center;
	margin: 0 auto;
	width: 1024px;
}

.root {
	width: 1004px;
	min-height: 768px;
	*height: 768px;
	background-image: url('images/background.jpg');
	background-attachment: fixed;
	background-position: center;
	border-left: solid 1px black;
	border-right: solid 1px black;
	*border-bottom: solid 1px black;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	
}

.links {
	float: left;
	font-size: 28px;
}

.links a:link {
	color: #444444;
	text-decoration: none;
}

.links a:visited {
	color: #444444;
	text-decoration: none;
}

.links a:active {
	color: #933f3f;
	text-decoration: underline;
}

.links a:hover {
	color: #933f3f;
	text-decoration: underline;
}

.homeLink {
	text-decoration: none;
}

.content {
	width: 650px;
}

.blogTitle {
	font-size: 2em;
}

.blogLink {
	
}

.blogDateTime {
	font-size: .8em;
}

.blogComment {
	font-family: Candara, Optima, "Gill Sans", "Gill Sans MT", sans-serif;
	position: relative;
	left: 20px;
}

.capitolReport {
	font-family: Candara, Optima, "Gill Sans", "Gill Sans MT", sans-serif;
}
