body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(deco/bg.gif);
	background-color: #BBBBBB;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
h1 {
	background-image: url(deco/thumb.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0 0 0 100px;
	height: 101px;
}
h1 span{
	background-image: url(deco/logo.gif);
	background-repeat: no-repeat;
	width: 225px;
	height: 100px;
	font-size: 10px;
	color: #CCC;
	margin: 0;
	padding: 0;
	display: block;
}
#main {
	height: 299px;
	width: 100%;
	margin: 1px 0 0 0;
	padding: 0;
	background-image: url(deco/inbg.gif);
	background-repeat: repeat-y;
	background-color: #F2F2F2;
	position: relative;
}
#links {
	height: 20px;
	width: 100%;
	margin: 5px;
	padding: 0;
}
h2 {
	color: #333333;
	font-size: 16px;
	text-align: left;
	padding: 0 0 8px 0;
	margin: 0;
}
#left {
	width: 425px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	position:absolute;
	top: 0px;
	left: 0px;
}
#left img {
	margin: auto auto;
	padding: 10px 0 0 0;
}
#right {
	position:absolute;
	top: 0px;
	left: 435px;
	height: 298px;
	margin: 0;
	padding: 0;
	text-align: justify;
	font-size: 11px;
	overflow: hidden;
	background-color: #F2F2F2;
	width: 545px;
}
p {
	margin: 0;
	padding: 8px 0;
}
#news {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: justify;
}
#news a, #right a {
	text-decoration: none;
	color:#F00;
	text-align: right;
	width: 100%;
}
#news a:hover, #right a:hover {
	text-decoration:underline;
}
#links a {
	text-decoration: none;
	color:#333;
}
#links a:hover {
	color:#F00;
}

