a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #0099ff;
	text-decoration: none;
}

body {
	background: url("images/back.png") #121212 repeat;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

img {
	border: 0;
}

#containerBox {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#headerBox {
	background: url("images/header.png");
	height: 90px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#leftColumn {
	float: left;
	padding-right: 10px;
	width: 150px;
}

.leftBox {
	background-color: #333333;
	border: 2px solid #444444;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 5px;
	text-align: left;
}

.leftTitle {
	font-weight: bold;
	margin-bottom: 3px;
}

.leftBox a {
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
}

.leftBox a:hover{
	background-color: #333333;
	color: #0099ff;
	text-decoration: none;
}

#mainColumn {
	float: right;
	width: 640px;
}

.mainBox {
	background-color: #333333;
	border: 2px solid #444444;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 5px;
}

.title {
	font-size: 18px;
	margin-bottom: 10px;
}

#copyright {
	font-size: 10px;
	margin-bottom: 5px;
	text-align: center;
}
