body {
	font-family: Verdana, sans-serif;
	padding-top: 5px;
	background-color: #21394B;
	font-size: 10px;
}

a {
	color: #33CC99;
	text-decoration: none;
	border-bottom: 1px solid #33CC99;
}

a:hover {
	text-decoration: none;
	border-bottom: 2px solid #33CC99;	
}

.title {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
}

.text, div, p {
	color: #33CC99;
	font-size: 10px;
	line-height: 16px;
}

.small {
	font-size: 9px;
}

table.container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 620px;
}

td.menu {
	width: 212px;
	height: 620px;
	background-image: url('images/menu.jpg');
	vertical-align: top;
}

td.top {
	width: 588px;
	height: 106px;
	background-image: url('images/title.jpg');
}

td.content {
	width: 588px;
	height: 514px;
	background-image: url('images/bg.jpg');
}

div.content {
	border: none;
	width: 560px;
	height: 470px;
	padding-right: 3px;
	overflow: auto;
}

#gallery_thumb {
	text-align: center;
	width: 33%;
	cursor: pointer;
}

.video img {
	border: 1px solid #33CC99;
}

li {
	list-style-type: square;
}

#cal_placeholder {
	float: right;
	border: 1px solid #D5D5D5;
	background-color: #111111;
	height: 200px;
	margin: 10px;
}

table.calendar a {
	text-decoration: none;
	color: #33CC99;
	border-bottom: none;
}

table.calendar td {
	width: 18px;
	height: 18px;
	border: 1px solid transparent;
	text-align: center;
}

table.calendar caption {

}

table.calendar td.selected {
	background-color: #33CC99;
}

table.calendar td.event {
	border: 1px solid #CC3333;
	color: #CC3333;
}

table.calendar td.selected a {
	font-weight: bold;
	color: #FFFFFF;
}

