body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image:url(../graphics/bg.jpg);
	background-repeat:repeat-y;
	background-position:center; 
	text-align: center;
}
body,td,th {
	color: #8E8E8E;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border: 0px;
}
a, a:visited {
	color: #D72920;
	text-decoration: none;
}
a:hover  {
	color: #333333;
	text-decoration: none;
}
.width {
	width: 752px;
	margin: auto;
	text-align: left;	
}
#header {
	background-image:url(../graphics/header.jpg);
	height: 105px;
}
#wrapping {
	margin-top: 40px;
}
#menu, 
#content {
	margin: 0px;
}
#menu {
	float: left;
	margin-left: 25px;
	width: 110px;
	font-size: 11px;
	text-transform: uppercase;
}
#menu p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
#menu a:link,
#menu a:visited   {
	color: #555555;
	text-decoration: none;
}
#menu a:hover, 
#menu a:link.selected, 
#menu a:visited.selected {
	color: #000000;
	text-decoration: none;
}
#content {
	float: right;
	margin-right: 17px;	
	width: 520px;
	color: #555555;
}
#content p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
#content img {
	padding-right: 16px;
	float: left;
}
#credits {
	width: 720px;
	margin: auto;
	color: #BABABA;
	font-size: 9px;
	margin-left: 25px;
	margin-top: 25px;
	padding-top: 10px;
	border-top: 1px dotted #848484;
}
#credits .colonLeft {
	width: 565px;
}
#credits .colonRight {
	width: 150px;
}
#credits .colonLeft {
	float: left;
}
#credits .colonRight {
	float: right;
	text-align: right;
}
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignRight {
	text-align: right;
}
.black {
	color: #000000;
}
