a:link, a:visited
{
	text-decoration: none;
	color: #ffffc0;
}

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

body
{
	background: #000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

div.object
{
	width: 450px;
	margin: 0px auto;
}


div.outer_container
{
	background: url(images/bg.gif) repeat-y 50%;
	width: 770px;
	margin: 0px auto;
}

div.ongoing, div.completed
{
	font-size: 150%;
	font-weight: bold;	
}

div.ongoing
{
	color: #80ff80;
}
div.completed
{
	color: #ffb47d;
}

div.website
{
	font-size: 150%;
	font-weight: bold;
}

div.header
{
	width: 705px;
	height: 122px;
	margin: 0px auto;
	background: url(images/logo.png);
	border-bottom: medium solid #333;
}

div.inner_container
{
	width: 705px;
	margin: 0px auto;
}

div.footer
{
	width: 705px;
	margin: 0px auto;
	padding: 20px 0 20px 0;
	color: #000;
	background: #CCC url(images/footer.gif);
	text-align: center;
}

div.menu
{
	float: right;
	width: 165px;
	padding: 0px 5px;
	margin: 0px auto;
	border-left: medium solid #333;
}

div.content
{
	width:515px;
	padding: 0px 5px;
}

div.menu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 165%;
}

div.menu li
{
	border-bottom: 1px dotted #333;
}

div.menu h3 
{
	font-weight: bold;
	font-size: 150%;
	color: #ddd;
	margin-bottom: -5px;
}

div.menu img
{
	border: 0;
}

div.content h2
{
	font-weight: bold;
	font-size: 200%;
	color: #ddd;
	border-bottom: medium dotted #333;
	margin-bottom: 5px;
}

div.content img
{
	margin: 1px auto;
	border: medium dotted #333;
}

pre.code
{
	border: thin dashed #000;
	padding: 5px 10px 5px 10px;
	background: #ddd;
	color: #000;
}

div.warning, div.note, div.important
{
	border: thin dashed #000;
	padding: 5px 10px 5px 10px;
	color: #000;
}

div.note
{
	background: #c0c0ff;
}

div.important
{
	background: #ff8080;
}

div.warning
{
	background: #ffb47d;
}

div.warning h3, div.note h3, div.important h3
{
	font-family: Georgia, "Lucida Grande";
	font-size: 150%;
	text-transform: uppercase;
	border-bottom: solid 1px #000;
	margin: 0px 0px 5px 0px;
}
