@charset "utf-8";
/* CSS Document */
	h1{margin: 0px; margin-bottom: 2px; font-size: 22pt; color:white;}
	#main {background-color: white; width: 80%;  padding: 10px;  text-align: left;}
	#left {float: left; width: 50%; overflow: hidden;}
	#logo {overflow: hidden; margin-left: -10px;}
	#right {width: 50%; overflow: hidden; }
	.cloud{padding: 10px; overflow: hidden; margin: 8px; margin-bottom: 14px; background:#EEE;}
	.cloud a:link {color:#09F;}
	.cloud a:hover { background-color:#09F; color:#FFF;}
	.footer{padding: 10px; overflow: hidden; margin: 8px; margin-bottom: 14px;}
	#head {width:80%; text-align:left; margin-bottom: 15px; margin-top: 10px;}
	#promo {
		font-size: x-large;
		color: #09F;
	}
	#banner {margin:10px 0px 10px 0px;}
	#random {padding: 7px; background-color:#EEE; border:1px dashed #333; margin:7px 0px 7px 0px;}
	a:link {
		color: #39F;
	}
	a:visited {
		color: #39F;
	}
	a:hover {
		color: #C00;
	}
	a:active {
		color: #39F;
	}
	#desc {color: #EEE;}
	#desc2 {font-size:11px;}
