body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	text-align: center;	
	font-size: 11px;
	color: #141414;
	background-image: url('gfx/bg.png');
}
img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a, a:visited
{
	color: #141414;
	text-decoration: none;
}
a:hover
{
	color: #F5F5F5;
}
a.link, a.link:visited
{
	color: #141414;
	width: 160px;
	height: 21px;
	display: block;
	padding-top: 9px;
	float: right;
}
a.link:hover
{
	background-image: url('gfx/hover.png');
	background-repeat: no-repeat;
	color: #141414;
	width: 160px;
	height: 21px;
	display: block;
	padding-top: 9px;
	float: right;
}
h1
{
	font-size: 20px;
	margin: 0px;
	padding-top: 15px;
}
h2
{
	font-size: 16px;
	margin: 0px;
	padding-top: 5px;
}
p {
	margin: 0px;
	padding: 5px;
}
.strong
{
	font-size: 12px;
	font-weight: bold;
}
.center
{
	text-align: center;
}
ul
{
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-image: url('gfx/list.png');
	list-style-position: outside;
	list-style-type: square;
}
li
{
	margin: 0px;
	padding-top: 1px;
}
#main
{
	width: 845px;
	margin: 150px auto 0px 120px;
}
#main div
{
	float: left;
	display: inline;
}
#top
{
	width: 845px;
	height: 15px;
	background-image: url('gfx/top.png');
	background-repeat: no-repeat;
}
#left
{
	width: 170px;
	height: 265px;
}
#left #content1
{
	width: 170px;
	height: 185px;
	background-image: url('gfx/left-content.png');
	background-repeat: no-repeat;
}
#left #bottom1
{
	width: 170px;
	height: 80px;
	background-image: url('gfx/left-bottom.png');
	background-repeat: no-repeat;
}
#left #content1 #menu
{
	margin-top: 42px;
	font-weight: bold;
}
#left #content1 #menu div
{
	margin-left: 10px;
}
#left #content1 #menu #links
{
	position: absolute;
	left: -9999px;
}
#center
{
	width: 350px;
	height: 300px;
	background-image: url('gfx/center.png');
	background-repeat: no-repeat;
}
#right
{
	width: 325px;
	height: 300px;
	background-image: url('gfx/right.png');
	background-position: right;
	background-repeat: no-repeat;
}
#right #content2
{
	width: 300px;
	height: 250px;
	background-image: url('gfx/right-content.png');
	background-repeat: repeat-x;
	text-align: left;	
}
#right #content2 #header
{
	width: 310px;
	height: 50px;
	margin: 0px;

}
#right #content2 #text
{
	width: 310px;
	height: 200px;
	margin: 0px;
}
a.more, a.more:visited
{
	padding-right: 20px;
	font-weight: bold;
	float: right;
}
a.more:hover
{
	color: #F5F5F5;
}
#right #bottom2
{
	width: 300px;
	height: 50px;
	background-image: url('gfx/right-bottom.png');
	background-repeat: repeat-x;
}
#right #bottom2 #footer
{
	width: 270px;
	height: 15px;
	margin-top: 15px;
}
a.valid, a.valid:visited, a.valid:hover
{
	width: 80px;
	height: 15px;
	float: right;
}