@charset "UTF-8";
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: #deecf6 url(images/bkgd-gradient-short.png) top repeat-x;
}
#container {
	width: 816px;
	margin: 0 auto;
	background: transparent;
}
#top-navigation {
	height: 49px;
	width: 816px;
	margin: 0 auto;
	text-align: left;
}
#main_cloud {
	height: 535px;
	width: 816px;
}
#footer {
	height: 150px;
	text-align: left;
}
.foot {
	font-family: Georgia, Palatino, Garamond, serif;
	font-size: 9px;
	color: #000000;
	margin: 10px;
}
.foot a:link {
	color: #12385e;
	text-decoration: none;
	}
.foot a:hover {
	color: #12385e;
	text-decoration: underline;
	background-color: #ffffff;
	}
.foot a:visited {
	color: #12385e;
	text-decoration: none;
	}
