body
{
	margin: 0;
	padding: 0;
}

* 
{
	font-family: Arial,Helvetica, sans-serif;
	
}

#Header
{
	width: 100%;
	overflow: hidden;
}

table
{
	border-collapse: collapse;
	width: 100%;
}

td
{
	vertical-align: top;
	padding: 20px;
}

table table td
{
	padding: 0 10px 4px 0;
}

a
{
	color: #A0DC24;
	text-decoration: none;
	font-weight: bold;
}

p, 
li, 
td
{
	font-size: 12px;
}

h1
{
	font-size: 22px;
}

img
{
	border: 0;
}

#Content
{
	background: url(../images/content-bg.png) top left repeat-y;
}

#Footer
{
	background: url(../images/footer-bg.png) top left repeat-y;
}

#Footer td
{
	height: 155px;
}

.Navigation
{
	width: 150px;
}

.LeftContent
{
	width: 298px;
}

#Footer .RightContent
{
	vertical-align: bottom;
}


.Navigation ul
{
	color: #A0DC24;
}

.Navigation ul a
{
	color: black;
}
