* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Georgia; /*"Century Gothic",Arial,Helvetica,sans-serif;*/
	font-size:12px;
	color: #666666;
	background: #343434 url(../images/bg.png) top center no-repeat;
}

h1 {
	font-weight:normal;
	font-size:20px;
	margin: 20px;
	margin-left: 2px;
}

h2 {
	font-weight:normal;
	font-size:20px;
	margin: 10px 20px 10px 20px;
}

p {
	margin: 10px 20px 10px 20px;
	line-height: 18px;
}

#wrapper {
	background: url(../images/shadow.png) repeat-y;
	width:970px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}

#corners {
	background: url(../images/corners.png) no-repeat;
	width:970px;
	margin: 0 auto;
	text-align: left;
	min-height: 56px;
	height: 56px;
	padding: 10px;
	font-size: 9px;
}

#corners>span {
	padding-left: 50px;
}

.clear {
	clear: both;
}

#mainMenu {
	font-size: 12px;
	margin-top: 20px;
	list-style: none;
}

#mainMenu li {
	width: 16.6%;
	float: left;
}

#mainMenu a {
	text-align:center;
	display: block;
	/*padding: 0 20px;*/
	line-height: 28px;
	text-decoration: none;
	color: #666;
	border: thin solid #CCC;
	border-left: none;
	border-right: none;
	background: #ffffff;
	margin-bottom: 25px;
}

#mainMenu a:visited {
	color: #666;
}

#mainMenu a:hover {
	color: #111;
}

#header {
	margin: 50px;
	margin-top: 10px;
	margin-right: 65px;
}

#content {
	margin: 50px;
	margin-right: 65px;
}

#body {
	padding: 5px;	
	padding-bottom: 40px;
	border: thin solid #CCC;
}

#imageRow {
	margin: 20px;
	text-align: center;
}

#footer {
	margin-bottom: 5px;
	font-size: 9px;
}

#corners a {
	text-decoration: none;
	color: #666;
}

#corners a:hover {
	color: #111;
}

#corners a:visited {
	color: #666;
}

#footer>img {
	float: right;
	position:relative;
	z-index: 1;
	top: -290px;
	left: -30px
}

table {
	margin: 20px;
	width: 600px;
	border: none;
}

th {
	margin-bottom: 10px;
	padding: 5px;
}

td {
	padding: 5px;
}



