body {
	background-image: url(./bg.jpg);
	background-repeat: repeat-x;
	background-color: #f8f8f6;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	line-height: 15px;
	left-margin: 0px;
	top-margin: 10px;
	right-margin: 0px;
	padding: 0px;
}

td, p {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

a:link, a:active, a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #ca0000;
	text-decoration: underline;
}

.smallFont {
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
}

.copyrFont {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}

H1 {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

#all {
 	width: 800px;
 	height: auto; 
	border: 1px solid #504e4e;
 	margin-right: auto; 
 	margin-left: auto;
 	background-color: #ffffff;
}

#page_content {
	width: 800px;
	height: auto;
	background-color: #ffffff;
}

#page_right {
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	width: 627px;
	height: auto;
}
	
#page_left {
	float: left;
	width: 129px;
	height: auto;
}

#footer {
	margin-top: 20px;
	padding-top: 20px;
}