body  {
	font: 100% Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000000;
	background: #fff;
	margin: 5px; 
	padding: 5px;
}
.tom #container { 
	height: auto;
	width: 800px;
	margin: 0 auto;
	text-align: left;
} 
.tom #header {
	text-align: center;
	height: 240px;
	margin: 5px;
	padding-top: 150px;
}
.tom #info {
	height: 120px;
	margin: 5px 5px 5px 565px;
	text-align: right;
	font-size: 10px;
}
.tom #links {
	height: 14px;
	margin: 10px 5px 5px 145px;
	text-align: right;
	font-size: 14px;
}
.tom #sidebar {
	float: left;
	height: 200px;
	width: 120px;
	margin: 17px 5px 5px 5px;
	font-size: 14px;
	color: #ff0099;
	text-align: right;
}
.tom #content {
	background: #000000;
	width: 690px;
	height: auto;
	margin: 15px 5px 5px 145px;
	padding: 5px;	
	border-bottom: dashed;
	border-bottom-color: #0099ff;
	border-bottom-width: thin;
} 
.tom #clear {
	clear:left;
}
.tom #footer {
	font-size: 10px;
	height: 14px;
	padding: 5px 0px 0px 0px;
	margin: 5px;
	margin-top: 40px;
	text-align: right;
	border-top: solid;
	border-top-color: #000000;
	border-top-width: thin;
} 
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#sidebar a:link {
	text-decoration: none;
	color: #666666;
}
#sidebar a:visited {
	text-decoration: none;
	color: #666666;
}
#sidebar a:hover {
	text-decoration: none;
	color: #000000;
}
#sidebar a:active {
	text-decoration: none;
	color: #666666;
}
img {
	border-color:#ffffff;
	border: 0;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	font-size: 14px;
	color: #0099ff;
}
