* { padding: 0; margin: 0; }

body {
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../imgs/background.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #4c4c4c;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	line-height: 16pt;
	background-color: #FFF;
}
#header {
	width: 900px;
	color: #333;
	padding: 10px;
	border: 1px solid #000;
	height: 180px;
	background-color: #000;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
#navigation {
width: 922px;
	color: #000;
	padding: 0px;
	border: 1px solid #000;
	margin: 0px;
	background-color:#000;
}
#leftcolumn {
	color: #666;
	border: 0px solid #000;
	padding: 10px;
	height: auto;
	width: 678px;
	float: left;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 180px;
	display: inline;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#footer {
	width: 900px;
	clear: both;
	color: #333;
	border: 1px solid #FFF;
	background-color:#FFF;
	padding: 10px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #rightcolumn p img {
	text-align: center;
}
#wrapper #rightcolumn p {
	text-align: left;
}
#wrapper #leftcolumn p {
	text-align: justify;
	font-weight: bold;
}
#wrapper #leftcolumn table tr th {
	text-align: center;
	color: #FFF;
}
#wrapper #leftcolumn table {
	color: #FFF;
}
#wrapper #leftcolumn p {
	font-weight: normal;
	text-align: justify;
}
#wrapper #leftcolumn table tr td {
	text-align: left;
}
#wrapper #leftcolumn table {
	text-align: center;
}
