@charset "utf-8";
/* CSS Document */

html, body{
		color:#333;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		margin:0;
		padding:0;
		background-color:#CCC;
}
#header{
	width:100%;
	height:300px;
	float:left;
	background-color:#333366;
}


#wrapper{
	position:relative;
	left:50%;
	width:900px;
	margin-left:-450px;
	float:left;
	margin-top:25px;
	text-align:center;
}

img.left{
	border:none;
	float:left;
}
img{
	border:2px solid #999;	
}

img.button{
	border:none;	
}
a{
	color:#00CCFF;
	text-decoration:none;
}
a:hover{
	color:#FF9900;
}
p.small{
	font-size:10px;
	color:#eee;
}

#txt {
  border:none;
  font-family:verdana;
  font-size:16pt;
  font-weight:bold;
  border-right-color:#FFFFFF
}

em.foot{
	font-size:9px;
	color:#333;	
}