body {
	background: white;
	padding: 0; 
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	color: black;
	}

#header {
	background-image: url(layout001.jpg);
	margin: 0;
	padding:0;
	height: 80;
	background-repeat: no-repeat;
	}

#main {
	background-image: url(layout002.jpg);
	margin: 0;
	padding: 0;
	height: 100%;
	background-repeat: no-repeat;
	}

#header h1 {
	margin: 0;
	padding: 0;
	font-family: Impact, Arial;
	font-size: 50px;
	color: #BA0000;
	}

#header h2 {
	font-family: Impact, Arial;
	font-size: 10px;
	color: #828282;
	line-height: 0.5em; 
	margin: 0;
	padding: 0;
	}

#nav {
	position: absolute;
	top: 65;
	left: 360;
	margin: 0;
	padding: 0;
}

#nav ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}

#nav a, #nav a:visited {
	margin: 5px;
	line-height: 0.5em;
	font-family: Impact, Arial;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	color: black;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;

}

#nav a:hover {
	color: #BA0000;
}

#content {
	border-top: 3px solid black;
	margin: 0 5px 0 335px;
	padding: 0 0 0 10px;
	background: white;
	}

#smallstuff {
	margin: 44px 0px 0px 740px ;
	padding: 0;
	}

#smallstuff a, #smallstuff a:visited {
	text-transform: uppercase;
	color: #BA0000;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	margin: 0 0 0 0px;
	padding: 0 0 0 3px;
	line-height: 0.5em;
	border-left: 1px solid white;
}

#smallstuff a:hover {
	border-left: 1px solid black;
}

h2.date-header {
	font-family: Arial;
	font-size: 10px;
	text-transform: uppercase;
	color: #BA0000;
	padding: 8px 0 2px 8px;
	margin: 1px;
}

h1.post-title {
	font-family: Georgia, Arial;
	margin: 5px 0 15px 15px;
	padding: 0;
	font-size: 20px;
	color: black;
}

#postcontents {
	font-family: Arial;
	color: black;
	font-size: 12px;
	margin-left: 15px;
	}

#postcontents a, #postcontents a:visited {
	color: #BA0000;
	text-decoration: none;
	font-weight: bold;
	}

#postcontents a:hover {
	text-decoration: underline;
}

#post-footer P, #post-footer A {
	font-family: Arial;
	font-size: 10px;
	text-transform: uppercase;
	color: #BA0000;
	text-decoration: none;
}

#post-footer a:hover {
	text-decoration: underline;
}

#post-footer {
	border-bottom: 3px solid black;
}

#comments {
	border: 1px solid #BA0000;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 50px;
	padding: 15px;

}

#comments ul {
	list-style: none;
	}

#comments a, #comments a:visited {
	color:  #BA0000;
}

#comments a:hover {
	text-decoration: underline;
}

.comment-body {
	margin-left: 15px;
}

#blognav {
	border: 3px solid black;
	padding: 10px;
	margin-bottom: 25px;	
	background-image: url(side-background002.jpg);
	background-repeat: no-repeat;
}


#blog-side {
	position:absolute;
	top: 630px;
	left: 5px;
	width: 320px;
}



#blog-side h1 {
	font-family: Arial;
	color: #BA0000;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	}

#recently a {
	font-weight: bold;
	font-family: Arial;
	color: black;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 15px
}

#recently a:hover {
	color: #BA0000;
}

#recently {
	list-style: none;
	margin-left: 10px;
	padding: 0;
}

#recently li {
	padding: 0;
	margin: 5px;
	background-image: url(list-bullet.jpg);
	background-repeat: no-repeat;
}

blockquote {
	font-style: italic;
	border: 1px solid #BA0000;
	padding: 10px;
}

#content a{
	color: #BA0000;
	text-decoration: none;
}

#blognav-side-background001 {
	border: 3px solid black;
	padding: 10px;
	margin-bottom: 25px;	
	background-image: url(side-background001.jpg);
	background-repeat: no-repeat;
}

#blognav-side-background002 {
	border: 3px solid black;
	padding: 10px;
	margin-bottom: 25px;	
	background-image: url(side-background002.jpg);
	background-repeat: no-repeat;
}

#recently a.side-comments {
	padding: 0;
	margin: 0;
}
