body {
	margin:20px 0px 0px 0px;
	font-size:100.01%;
	font-family:"Lucida Grande","Lucida Sans Unicode","Helvetica","Arial";
}

img {
	border:0px;
}

#wrapper {
	margin:0;
	padding:0;
}

#head {
	background:url(../img/head-bg.jpg) repeat-x;
	height:60px;
}

#pool {
	margin:0px;
	
	width:1000px;
}

#pool #menu {
	float:left;
	margin-left:20px;
	width:130px;
	background:#44B8D1;
}

	#pool #menu ul {
		margin:0px 0px 10px 0px;
		padding:20px 0px 0px 0px;
		border-left:8px solid #BBEBF7;	
		background:#73D6EB;
	}
	
	#pool #menu li {
		height:20px;
		list-style:none;
		margin:0em 0em 0.3em 0em;
		padding:0.3em 0em 0em 0.5em;
		background:url(../img/menu-bg.jpg) repeat-x;
		border-bottom:1px solid #9AE2F0;
		font-size:0.8em;
		color:white;
	}
	
	#pool #menu a {
		color:white;
		text-decoration:none;
	}

#pool #content {
	float:left;
	font-size:0.9em;
	margin:30px;
	width:500px;
}

	#pool #content h1 {
		font-size:1.3em;
	}

	#pool #content a {
		text-decoration:none;
		color:black;
	}
	
	#pool #content p {
		line-height:1.4em;
	}
	
	#pool #content .marged {
		margin:5px;
	}
	
	#pool #right {
		float:left;
		padding-top:30px;
		width:200px;
		background:#A8E6F3;
		
		text-align:center;
	}
	
		#pool #right img {
			background:#70C6D7;
			padding:10px;
			margin:15px 5px 15px 5px;
			border:0;
		}