*
{
	margin: 0;
	padding: 0;
}
BODY
{
	background: #404347 url(images/bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F7F7F7;
}
A
{
	color: #60C3DB;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
	color: #FF3;
}
#wrap
{
	width: 980px;
	margin: 0 auto;
}
#header
{
	margin: 40px 0 50px;
}
#header H1
{
	font-size: 26px;
	font-weight: 100;
	letter-spacing: -2px;
}
#header H1 A
{
	color: #FAFFB0;
	text-decoration: none;
}
#header H1 A:hover
{
	color: #EEE;
	text-decoration: none;
}
#header H2
{
	color: #999;
	font-size: 18px;
	font-weight: 100;
}

#logo {
	float: right;
	margin-top: -12px;
	margin-right: 20px;
}

#event {
  float: right;
  margin: 0 20;
}
#leftmenu
{
	float: left;
	width: 180px;
	padding: 0 20px 20px 0;
}
#leftmenu H2
{
	border-bottom: 1px dotted #AAA;
	padding: 10px 0 5px;
	margin-bottom: 10px;
	color: #B0FFBD;
	font-size: 16px;
	font-weight: 100;
}
#leftmenu UL
{
	list-style-type: none;
	padding: 0 0 10px;
}
#content
{
	float: right;
	width: 468px;
	padding: 0 20px 20px;
	border-left: 1px dotted #AAA;
	text-align: justify;
}
#content H2
{
	color: #B0FFBD;
	font-size: 16px;
	font-weight: 100;
	padding: 10px 0 5px;
	border-bottom: 1px dotted #AAA;
	margin-bottom: 10px;
}
#content H2 A
{
	color: #B0FFBD;
	text-decoration: none;
}
#content H2 A:hover
{
	color: #EEE;
}
#rightmenu
{
	float: left;
	width: 220px;
	padding: 0 20px 20px;
	border-left: 1px dotted #AAA;
}
#rightmenu H2
{
	border-bottom: 1px dotted #AAA;
	padding: 10px 0 5px;
	margin-bottom: 10px;
	color: #B0FFBD;
	font-size: 16px;
	font-weight: 100;
}
#rightmenu UL
{
	list-style-type: none;
	padding: 0 0 10px;
}
#footer
{
	margin-top: 20px;
	border-top: 1px dotted #AAA;
	font-size: 11px;
	text-align: center;
	padding: 10px 0;
}
#footer A
{
}
#footer A:hover
{
}
#w3c
{
	margin-left: 45%;
}
#leftmenu UL LI
{
	padding: 3px;
}
#rightmenu UL LI
{
	padding: 2px;
}
#content p {
	padding-top: 5px;
	padding-bottom: 10px;
}
.highlight {
	color: #CF0;
}
.new {
	color: #FF3;
}
