body {
	background-color: #202020;
	font-family: Tahoma;
	font-size: 8px;
}

#main {
	border: 2px solid #4B4B4B;
	border-collapse: collapse;
	width: 980px;
	height: 100%;
	text-align: center;
	font-size: 8px;
	vertical-align: top;
}

#main td {
	border: 2px solid #4B4B4B;
}

#logo {
	background-image: url("logo.png");
	background-color: #000000;
	color: #bebebe;
	font-size: 11px;
	height: 60px;
}

#top {
	background-color: #101010;;
	color: #bebebe;
	font-size: 11px;
	height: 30px;
}

#top a {
	cursor: pointer;
	color: #bebebe;
	text-decoration: none;
}

#left {
	background-color: #202020;
	color: #c44200;
	height: 100%;
	width: 250px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding: 8px;
}

.news {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #BCBCBC;
}

.newscaption {
	font-size: 11px;
	font-weight: bold;
	color: #9E9E9E;
}
.newscaption a {
	font-size: 11px;
	font-weight: bold;
	color: #9E9E9E;
}
.newssubcaption {
	font-size: 10px;
	color: #777777;
}

.newscontent {
	text-align: justify;
	font-size: 11px;
	color: #9B9B9B;
}

.newscontent a {
	cursor: pointer;
	color: #CC7474;
	text-decoration: none;
}

#content {
	background-color: #191919;
	color: #9B9B9B;
	height: 100%;
	font-size: 11px;
	vertical-align: top;
	padding: 10px;
	text-align: left;
}

#bottom {
	background-color: #2C2C2C;
	vertical-align: middle;
	color: #919191;
	font-size: 10px;
	height: 25px;
}

.thumb {
	opacity: 0.6;
}

#info {
	color: #9B9B9B;
	border: none;
	font-family: Tahoma;
	font-size: 11px;
	font-family: Tahoma;
}

#info td {
	border: none;
	padding-left: 4px;
	padding-right: 4px;
}

#info a {
	cursor: pointer;
	color: #BB8484;
	font-size: 11px;
	text-decoration: none;
}

#projects {
	color: #9B9B9B;
	border: 2px solid #5B5B5B;
	border-collapse:collapse;
	font-family: Tahoma;
	font-size: 11px;
	font-family: Tahoma;
}

#projects td {
   border: none;
   border: 2px solid #5B5B5B;
   padding: 3px;
}

#projects td.thumbtd {
   padding: 0px;
   cursor: pointer;
}

#projects th {
   border: none;
   border: 2px solid #5B5B5B;
   background-color: #303030;
   padding: 3px;
}

#projects a {
	cursor: pointer;
	color: #BB8484;
	font-size: 11px;
	text-decoration: none;
}

#servers {
	border: none;
	font-family: Tahoma;
	font-size: 11px;
	font-family: Tahoma;
}

#servers a {
	cursor: pointer;
	color: #BB8484;
	text-decoration: none;
}

#servers td {
	border: none;
	padding-left: 3px;
	padding-right: 3px;
}