/*Here is the actual text of the comment*/

body {
	background-color: #121212
	color: #121212;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	background-image: url();
	margin: 0;
	color: #121212;
}

h1 {
	font-size: 1.2em;
	text-align: right;
	letter-spacing: 1px;
	font-style: normal;
	padding-right: 25px;
}

h2 {
	font-size: 1.1em;
	text-decoration: underline;
}

p {
	font-size: .8em;
	text-align: justify;
	line-height: 1.7em;
	padding-left: 25px;
	padding-right: 25px;
}

p.other {
	font-size: .6em;
	text-align: center;
	line-height: 1.7em;
	}
.footer {
	background-color: #333333;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	font-size: .7em;
	margin-bottom: 0;
}

a:link {
	color: #B0A790;
	text-decoration: none;
}

a:visited {
	color: #D9D7C5;
	text-decoration: none;
}

a:hover {
	color: #72AFB6;
}

a:active {
	color: #252525;
}

a.other:link {
	color: #72AFB6;
	text-decoration: none;
}

a.other:visited {
	color: #72AFB6;
	text-decoration: none;
}

a.other:hover {
	color: #534741;
}


#header {background-color: #716558;
	border-bottom: 2px #D9D7C5 solid;
	padding-left: 125px;
	padding-right: 125px;
	padding-top: 10px;
	padding-bottom: px;
}

#content {
	width: 900px;
}

#navbar {
	position: absolute;
	left: 0px;
	width: 250px;
	top: 194px;
}

#main-text {
	background-color: #D9D7C5;
	margin-left: 250px;	
	padding-bottom: 50px;
}


#sidebar {
	position: absolute;
	top: 100px;
	left: 10px;
}

#outer-image {height: 175px;
	background-image: url(images/outer-image.png);
	background-position: center top;
	border-bottom: 2px #D9D7C5 solid;
}

#inner-image {height: 175px;
	background-image: url(images/inner-image.png);
	background-repeat: no-repeat;
	background-position: 250px 0px;
	border-bottom: 1px #D9D7C5 solid;
}

#navbar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar ul {
	margin: 0;
	padding: 0;
}


#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: .7em;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
}

#navbar ul li a:hover {

}
