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

/* general formatting */

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #333333;
	font-size: 11px; 
	background-color: #ffffff;
	background-image: url(images/bg.png) ;	
	background-repeat: no-repeat;	

	}

a { text-decoration: none; font-weight: bold; }
a:link { color: #FF6699; }
a:visited { color: #FF6699; }
a:hover { color: #FF6699; }	

#wrapper {
	position: absolute;
	left: 300px;
	top: 5px;
}

h1 {
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	font-weight: normal;
	color: #FF6699;
}

h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
}


ul {
	margin-top: -18px;

	line-height: 20px;
}