* {
	padding: 0;
	margin: 0;
}

html, body {
	background: #000;
	font-family: arial, sans;
	font-size: 14px;
	color: #E6E6E6;
}

pre {
    background:grey;
    padding:5px;
    margin:10px 0;
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

a:link, a:visited, a:active {
	color: #A9010C;
	text-decoration: none;
}

a:hover {
	color: #ABA6A6;
}

h1 {
	font-size: 30px;
	margin-bottom: 5px;
}

#container {
	margin: 20px auto;
	width: 1000px;
}

#nav {
	text-align: center;
	border-bottom: medium solid #E6E6E6;
	color: #E6E6E6;
}

#nav ul {
	list-style: none;
	margin-bottom: 5px;
}

#nav li {
	display: inline;
}

#nav li a {
	padding: 5px 15px;
	color: #E6E6E6;
	text-decoration: none;
	font-size: 20px;
}

#nav li a:hover {
	color: #000;
	background: #E6E6E6;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

#main {
	padding-top: 5px;
}

#photo {
	width: 152px;
	float: left;
	margin-right: 5px;
}

#photo img {
	border: 1px solid #E6E6E6;
}

#content {
	float: left;
	width: 832px;
	padding: 5px 5px;
}

#copyright {
	margin-top: 10px;
	text-align: center;
}

.project-ul {
	margin-left: 20px;
}

.project-ul li {
	margin-bottom: 10px;
}

.list {
	list-style: none;
}

.list li {
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.list {
	margin-bottom:5px;
}
