body {
	background: url(images/body.gif);
	color: #aaaaaa;
}
h3
{
font-size:large;
color:white;

}
#header {
	background: url(images/header.jpg);
	width: 800px;
	height: 150px;
}

#contents {
	background-color: #232323;
	border: white dashed;
	width: 800px;
	margin: 0 auto;
}

#side {
    background-color: #232323;
	width: 185px;
	float: left;
	padding: 0 0 0 0;
    	border-top: white dashed;
	border-right: white dashed;
	border-bottom: white groove 2px;
}

#main {
	width: 580px;
	padding: 10px 10px 40px 205px;
	border-top: white dashed;
}

ul li {
	list-style: none;
	padding: 5px 0 5px 0;
}

#numbered ol {
	list-style-type: decimal;
}

#numbered ol li {
	list-style: decimal;
}

.selected {
	color: #dddddd;
}

.selected a {
	color: #dddddd;
}

a {
	text-decoration: none;
	color: #aaaaaa;	
}

a:hover {
	color: #dddddd;
}

.logs {
	padding: 5px 5px 15px 5px;
	display: inline;
}

#description {
	padding: 50px 20px 20px 0px;
}

#description h3 {
	text-align: center;
}

#accomplishments li
{
	list-style: square;
}

#accomplishments ul
{
	list-style: square;
}