body {
	/* background-color: #DDDDDD; */
	background-color: #250800;
	text-align: center;
	margin: 0px;
}

.main {
	position: relative;
	top: 0px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: left;
	
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	height: 600px;
}

.header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 111px;
	background-image: url('http://gordonkobza.com/web_images/header.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

.content {
	position: absolute;
	top: 111px;
	left: 0px;
	width: 720px;
}

.top-bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 15px;
	
	background-color: #000000;
	color: #DDDDDD;
	font-size: 12px;
	font-family: arial;
	border-bottom: 1px solid #444444;
}

.title-bar {
	position: absolute;
	top: 85px;
	left: 0px;
	width: 850px;
	height: 18px;
	border-bottom: 1px solid #444444;
	background-color: #560000;
}

.side-bar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 160px;
	height: 100%;
	
	background-image: url('http://gordonkobza.com/web_images/nav-bak.gif');
	background-color: #000450;
	color: #FFFFFF;
	border-left: 1px solid #444444;
	
	text-align: center;
}

img.links {
	border: none;
	margin: 2px;
}

a {
	color: #DDDDDD;
	font-style: italic;
	text-decoration: none;
	margin-right: 5px;
}

a:hover {
	color: #FFFFFF;
}

.side-bar a {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	font-family: arial;
	background-color: #560000;
	border: 1px solid #444444;
	width: 150px;
	height: 18px;
	margin-top: 4px;
	margin-left: 4px; 
}

.side-bar a:hover {
	background-color: #400000;
	border-color: #222222;
	color: #999999;
	text-decoration: none;
}