@charset "utf-8";
/* CSS Document */

div.contentleft {
	float:left;
	width:1000px;
}

div.contentright {
	float:left;
	width:300px;
	height:300px;
	background-image:url(../files/rightbg.jpg);
}

div.credits {
	clear:both;
}

p.title {
	font-family:Verdana, Geneva, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight:bold;
}

p.schpam {
	/*padding-left:20px;*/
	text-align: center;
	font-size: 13px;
	font-style: italic;
	font-weight:bold;
}

a:link {	color: #ffffff;	text-decoration:none; font-family:Verdana, Geneva, sans-serif;	font-size: 12px;}
a:active { color:#FF0; text-decoration:none; font-family:Verdana, Geneva, sans-serif;	font-size: 12px;}
a:visited {color:#FFF; text-decoration:none; font-family:Verdana, Geneva, sans-serif;	font-size: 12px;}
a:hover{	color:#FF0;	text-decoration: none; font-family:Verdana, Geneva, sans-serif;	font-size: 12px;}
p {
	font-family:Verdana, Geneva, sans-serif;
	color: #ffffff;
	font-size: 9px;
	margin-top: 5px;
	margin-bottom:2px;
}