/* Shaken Software CSS */
/* ©2007 Nick Aldwin */
html,
body {
	background:#CBDDFE;
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	height:100%;
}
#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:800px;
	margin:-8px auto 0 auto;
	border:1px solid #666666;
	border-top:none;
	border-bottom:none;
}
#top {
	background:#FFFFFF url(img/Upper.jpg) repeat-x;
	height:27px;
}
#title {
	background:#000099 url(img/Middle.jpg) repeat-x;
	height:50px;
}
#title img {
	position:relative;
	float:right;
	right:20px;
	top:-20px;
	z-index:1;
}
#main {
	background:#CBDDFE url(img/Lower.jpg) repeat-x;
	min-height:473px;
	margin:0;
	padding:21px;
}
#main h1 {
	margin:0;
	color:#339933;
}
#footer {
	position:absolute;
	bottom:0;
}
