
* {
	margin: 0px;
	padding: 0px;
}

#body {
	background: url("images/bg.gif");
}

#container {
	width: 800px !important;
}

#header {
	height: 94px;
	background: #666666 url('images/bg_green.gif') bottom repeat-x;
	padding-top: 20px;
	padding-left: 20px;
}

#content {
	border: 2px solid #ccc;
	border-top: 0px;
	padding:30px;
}

#footer {
	color: #ccc;
	text-align: center;
	font-size: 12px;
}

h1 {
	color: #006633;
	font-size: 28px;
}

a
{
	font : 11px Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-decoration: none;
}	
a:link
{
	color : #5f5f5f;
}

a:visited
{
	color : #6f6f6f;
}

a:hover
{
	color : #2f2f2f;
}

a:active
{
	color : #333333;
}

a:focus
{
	color : #2f2f2f;
}


