body {
	background: #27282c;
	font-family: verdana;
	font-size: 80%
}
h1 {
	text-align: center;
	font-size: 2em;
}
IMG.center {
    	display: block;
    	margin-left: auto;
    	margin-right: auto; 
}
a:link { 
	text-decoration: none; 
	color: #0000CC;
	}
a:visited {  
	text-decoration: none; 
	color: #0000CC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #333333;
	}
#container {
	background: url(http://andybearwalters.com/images/background.jpg) repeat-y;
	width: 770px;
	margin: 0 auto;
}
#header {
	height: 175px;
	background: url(http://andybearwalters.com/images/header.jpg) no-repeat;
}
#footer {
	background: url(http://andybearwalters.com/images/footer.jpg) no-repeat;
	height: 37px;
	padding-left: 535px;
	clear: both;
}
#content {
	width: 485px;
	float: left;
	margin-top: -23px;
	padding-left: 17px;
}
#navigation {
	width: 190px;
	float: left;
	margin-top: -10px;
	padding-left: 40px;
}
