body { background-color: black; color: white; }
table { font-family: tahoma, sans-serif; font-size: 10pt; }

#leftside {
	background-image: url("../images/left-bg.gif");
	background-repeat: no-repeat;
	width: 171px;
	height: 440px;
	vertical-align: top;
}
#rightside {
	background-image: url("../images/right-bg.gif");
	background-repeat: no-repeat;
	width: 171px;
	height: 440px;
}

#leftsidecontent {
	width: 100%;
	height: 100%;
	padding: 15px;
}
#rightsidecontent {
	width: 100%;
	height: 100%;
	padding: 12px;
}

#center {
	width: 368px;
	height: 440px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
#centercontent {
	width: 100%;
	height: 100%;
	padding: 15px;
}

#foot {	text-align: center; }

#functionlist {	font-weight: normal; color: #FEFD7F;  width: 150px; }
.funclistdot  { vertical-align: top; padding-right: 5px;  padding-top: 7px; }
.funclisttext { vertical-align: top;	}

.sep { padding: 0px; margin: 0px; width: 0px; }

#languages                 { color: white; font-weight: bold; }
#leftside A               { color: #FEFD7F; font-weight: bold; text-decoration: none; }
#leftside A:hover         { color: white; }
#leftside A:visited       { color: #FEFD7F; }
#leftside A:visited:hover { color: white; }
