body {
	text-align: center;
	margin: 0px;
	background-image: url('/images/top.jpg');
	height: 100%;
	width: 100%;
	background-color: #231810;
	background-repeat: repeat-x;
}

.header {
	text-align: center;
}
#menu {
	border-top: 1px solid #584518;
	border-bottom: 1px solid #584518;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#menu .item {
	color: #d1a744;
	font-family: Calibri;
	font-weight: bold;
	padding: 2px;
	margin: 6px;
	
	
}

#menu .separator {
	border-right: 1px solid #584518;
	border-left: 1px solid #584518
}

#menu .item a {
	color: #d1a744;
	text-decoration: none;
}
#menu .item a:hover {
	text-decoration: underline;
}
#content {
	text-align: left;
	margin-top: 20px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: Calibri, Verdana, Tahoma, Arial;
	font-size: 12pt;
	color: #DFDFDF;
}

#content #photo {
	border: 5px solid #948b77;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#Title {
	color: #d1a744;
	font-family: Calibri, Verdana, Tahoma, Arial;
	font-size: 26pt;
	text-align: center;
}

#content h2 {
	padding-top: 0px;
	color: #948b77;
	font-family: Calibri, Verdana, Tahoma, Arial;
	font-size: 16pt;
}

#content .end {
	background-image: url('/images/end_post.png');
	padding-left: 180px;
}

#footer {
	text-align: center;
	margin-top: 50px;
	padding: 30px;
	color: #948b77;
	font-family: Calibri, Verdana, Tahoma, Arial;
	font-size: 10pt;
	background-color: #200e01;
}

#footer a {
	color: inherit;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

h2 a {
	text-decoration: none;
	color: #d1a744;
}

h2 a:hover {
	text-decoration: underline;
	color: #d1a744;
}

#content a {
	color: #d1a744;
}

.code {
	padding: 10px;
	color: #000000;
	background-color: #EFEFEF;
	font-family: Courier New;
	font-size: 10pt;
}

.code p {
	margin: 0px;
}

.command {
	background-color: #000000;
	font-family: Courier New;
	font-size: 10pt;
	padding: 10px;
}

.command p {
	margin: 0px;
}