* {
	margin: 0;
	padding: 0;
}
body {
	background: #222222 url('../images/bg.jpg') top center;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: none;
	color: #3F5446;
	font-weight: bold;
	font-size: 11px;
}
a:hover, a:active {
	text-decoration: underline;
	color: #111111;
	font-weight: bold;
	font-size: 11px;
}
a.header:link, a.header:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}
a.header:hover, a.header:active {
	text-decoration: underline;
	color: #3F5446;
	font-weight: bold;
	font-size: 14px;
}
#container {
	background: url('../images/bg_table.jpg') top center repeat-y;
	margin: 0px;
	padding: 0px;
	width: 757px;
	text-align: left;
}
#left {
	text-align: left;
	width: 450px;
}
#right {
	text-align: center;
	float: right;
	width: 277px;
}
#left_content {
	font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans',arial,verdana,sans-serif;
	font-size: 11px;
	line-height: 17px;	
	color: #333;
	margin: 0px;
	padding: 12px 0px 0px 47px;
	width: 415px;
}
#right_content {
	font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans',arial,verdana,sans-serif;
	font-size: 11px;
	line-height: 17px;	
	color: #333;
	margin: 0px;
	padding: 12px 37px 0px 18px;
	width: 220px;
}
h3 { 
	font-weight: bolder; 
	font-size: 14px;
	color: #3F5446;
	margin: 0px;
	padding: 0px 0px 14px 0px;
}
h4 { 
	font-weight: bolder; 
	font-size: 10px;
	color: #333;
	margin: 0px 0px 0px -10px;
	padding: 3px 0px 3px 0px;
}