body, html {
    margin:0;
    padding:0;
    }

body {
    min-width:890px;
    }

#wrapper {
	background: #fff;
	width: 890px;
	height: 494px;
	margin: 40px auto auto;
}

#main {
	background: #fff;
	width: 560px;
	height: 494px;
	float: left;
}

#portfolio {
	width: 560px;
	height: 494px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background: #fff;
}

#menu {
	float: right;
	width: 206px;
	height: 300px;
	border: 3px double #aaa;
	background: #fff;
	margin-top: 40px;
	margin-right: 40px;
}

#navcontainer {
	padding: 0;
	height: 20px;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: right;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	width: 68px;
	height: 12px;
	border-bottom: 1px solid #aaa;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 9px/12px Arial, Helvetica, sans-serif;
	background: #ccc;
	color: white;
	border-left: 1px solid #aaa;
}

#navcontainer ul li a:hover {
	background: #99ccff;
	color: #fff;
}

#navcontainer a:active {
	background: #fff;
	color: gray;
}

#navcontainer li#active a {
	color: gray;
	border-bottom: 0  none;
	border-right: 0 none;
	border-left: 0 none;
	background: #fff;
}

#subject {
	background: #fff;
	float: right;
	width: 252px;
	clear: right;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}

#piece {
	background: #fff;
	float: right;
	width: 252px;
	clear: right;
	height: 45px;
}

#copyright {
	background: #fff;
	float: right;
	width: 252px;
	clear: right;
	margin-top: 15px;
}

p {
	text-decoration: none;
	font: 9px/12px Arial, Helvetica, sans-serif;
	color: gray;
	padding-left: 10px;
	padding-right: 20px;
}

.nav {
	font: 9px/12px Arial, Helvetica, sans-serif;
	color: gray;
	text-align: right;
	text-decoration: none;
}

.light {
	text-decoration: none;
	font: 9px/12px Arial, Helvetica, sans-serif;
	color: #ccc;
	padding-left: 10px;
}

h1 {
	font: bolder 15px Arial, Helvetica, sans-serif;
	color: #000;
	padding-left: 10px;
}

#topic {
	color: #99ccff;
	font: bolder 15px Arial, Helvetica, sans-serif;
}

ol li {
	color: gray;
	font: normal 9px/10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style: decimal-leading-zero;
	background: #fff;
	text-indent: 0;
	padding-top: 3px;
}

ol li a {
	color: #000;
	font: italic 9px/10px Arial, Helvetica, sans-serif;
	list-style: decimal-leading-zero;
	padding-top: 3px;
	text-decoration: none;
	background: #fff;
	text-indent: 0;
}

ol li a:visited {
	color: gray;
	font: italic 9px/10px Arial, Helvetica, sans-serif;
	list-style: decimal-leading-zero;
	padding-top: 3px;
	text-decoration: underline;
	background: #fff;
	text-indent: 0;
}

ol li a:hover {
	color: #99ccff;
	font: italic 9px/10px Arial, Helvetica, sans-serif;
	list-style: decimal-leading-zero;
	padding-top: 3px;
	text-decoration: none;
	background: #fff;
	text-indent: 0;
}