#container {
	background-color: #2D2823;
	width: 900px;
	margin-left: -450px;
	left: 50%;
	color: #FFFFFF;
	position: absolute;
	height: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header {
	height: 80px;
	width: 100%;
	margin-bottom: 20px;
}

#leftcolum {
	float: left;
	width: 150px;
	position: absolute;
	background-color: #423A33;
	height: 660px;
	margin-right: 2px;
}
#content {
	float: right;
	position: absolute;
	margin-left: 155px;
	height: 600px;
	width: 735px;
	padding-left: 10px;
	background-color: #423A33;
	padding-top: 10px;
}
#sectionLinks {
	line-height: 20px;
	margin-top: 10px;
	margin-left: 5px;
	width: 140px;
	background-color: #7E7874;
	color: #FFFFFF;
	text-decoration: none;
}
#sectionLinks a:link {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #3A332D;
	display: block;
	background-image: url(../image/link.jpg);
	background-repeat: repeat;
	margin: 2px;
	padding-left: 5px;
	text-decoration: none;
}

body {
	background-color: #2D2823;
	font-size: 100%;
}
#sectionLinks a:hover {
	font-size: 90%;
	font-weight: bold;
	color: #999999;
	border: 1px solid #333333;
	display: block;
	margin: 2px;
	padding-left: 5px;
	background-image: url(../image/link.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}
#sectionLinks a:active {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin: 2px;
	padding-left: 5px;
	background-image: url(../image/link.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	border: 1px solid #333333;
}
#sectionLinks a:visited {
	font-size: 90%;
	font-weight: bold;
	display: block;
	margin: 2px;
	padding-left: 5px;
	background-image: url(../image/link.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #333333;
}
#footer {
	position: absolute;
	top: 720px;
	left: 155px;
	width: 735px;
	padding-left: 10px;
	background-image: url(../image/head.jpg);
	background-repeat: repeat;
	height: 40px;
	font-size: 80%;
}

.ContentLinks {
	border: 1px solid #2D2823;
	margin: 5px;
	text-align: center;
	background-image: url(../image/content.jpg);
	background-repeat: repeat;
}
.ContentLinks img {
	border: 1px solid #2D2823;
	margin: 5px;
}
.textcontentLink {
	color: #FFFFFF;
	width: 200px;
	margin: 5px;
	background-image: url(../image/link.jpg);
	background-repeat: repeat;
	line-height: 20px;
	padding-left: 5px;
	border: 1px solid #7E7874;
	font-size: 90%;
	text-transform: uppercase;
	font-weight: bold;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
