body {
	background-color: #000000;
	color: #ffffff;
}
.content {
	width: 785px;
	height: 1200px;
	border:solid 1px #ffffff;
	background-color: #282C2F;
}
a img {
	border: 0px;
}

a {
	color: yellow;
	text-decoration: none;
}
.menu {
	height: 42px;
	text-align: center;
}
.menu ul {
	list-style-type: none;
	display: table-row;
	padding: 0;
	margin: 0;
}
.menu li {
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
        list-style-type:none;
        display:table-cell;
	width: 102px;
	height: 42px;
	text-align: center;
	padding-top: 9px;
}
.menu tr,table {
	text-align: center;
}
.menu td {
	width: 102px;
	height; 42px;
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	text-align:center;
}

.menu a {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}

.menu a:hover {
	color: yellow;
}

.maincontent {
	width: 600px;
	float: left;
	text-align: left;
	padding-left: 5px;
	margin-right: auto;
}
.sidebar {
	width: 160px;
	height: 923px;
	float: right;
	text-align: center;
	vertical-align: top; 
	padding: 5px;
	border-left: solid 1px #ffffff;
}

p {
	text-align: justify;
}

.footer {
	padding: 5px;
}
