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

a {
	color:#00F;
	text-decoration:none;}
	
a:hover {
	color:#03F;
	text-decoration:underline;}

body {
	background:#333;}

div#container {
	background:#CCC;
	border:1px dotted black;
	width:780px;
	margin:0 auto;
	padding:0 20px 20px 20px;}
	
div#header h3 {
	font-size:24px;
	text-align:center;
	margin-bottom:20px;}
	
div#header h1 {
	font-size:40px;}	

div#header h2 {
	float:right;
	position:relative;
	top:-96px;}
	
div#body {
	clear:both;
	height:750px;
	position:relative;
	top:-86px;}
	
div#body h2 {
	margin:20px 0 0 0;}
	
div#body ul li {
	text-aligh:left;}
	
	
div#paypal {
	float:left;
	border:1px dotted black;
	padding:10px;
	height:200px;
	width:200px;}
	
div#paypal h2 {
	margin:0;}

div#contact {
	float:left;
	border:1px dotted black;
	border-left:none;
	border-right:none;
	padding:10px;
	height:200px;
	width:250px;}
	
div#contact h2 {
	margin:0;}
	
div#collabo {
	float:left;
	width:240px;
	padding:10px;
	border:1px dotted black;
	height:200px;}
	
div#collabo h4 {
	margin:0;
	font-size:16px;}

