@charset "utf-8";


#container {
	margin: 0 auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	width: 700px;
	background-color: #036A42;
	font-size: 17px;
}
pre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: #000000;
	text-align: center; /* apply to center body container */
	color: #000000;
}
#top {
	height: 100px;
	position: absolute;
	width: 700px;
	background-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-left-width: 1px;
	border-left-style: ridge;
}
#me {
	position: absolute;
	left: 5px;
	top: 5px;
	background-color: #000000;
	padding: 3px;
}
#title {
	position: absolute;
	left: 150px;
}
#side {
	position: absolute;
	width: 145px;
	background-color: #666666;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-left-style: ridge;
	height: 700px;
}
#sidebar  {
	position: absolute;
	top: 210px;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 23px;
	padding: 5px;
	margin: 5px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#center {
	background-color: #666666;
	width: 530px;
	position: absolute;
	left: 158px;
	top: 115px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px ridge #333333;
}

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}
p {
	text-indent: 25px;
	margin-top: 5px;
	margin-bottom: 8px;
}
object {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
.youtube {
	text-align: center;
	padding: 5px;
}
ul {
	list-style-position: outside;
	float: none;
}
