body {
	background: white;
	font-family: arial, helvetica;
}

img {
	border: none;	
}

#sprouticon {
	float: right;
	position: absolute;
	z-index: 2;
	left: 850px;
	top: 150px;
}

.box {
	width: 790px;
	margin: 5px;
}

.button {
	border: 1px solid black;
	background: white;
	margin: 2px;
	padding: 5px;
	text-align: center;
	background: white;
}

.button a {
	display: block;
	text-decoration: none;
	color: blue;
	font-weight: bold;
	background: white;
}

.button a:hover {
	background: #eee;
}

#logo {
	margin: 0;
	width: 100%;
	background: #97DA69 url('/images/backgrounds/hills-logo-gradient.jpg');
	text-align: center;
}

#page {
	background:url('/images/backgrounds/light-blue-gradient.jpg') repeat-y;
	border-left: 4px solid white;
	width: 100%;
	right: 10px;
	padding: 0;
	margin-left: 5px;
}

#pagecontents {
	margin: 8px;
	clear: left;
}

#footer {
	bottom: 4px;
	width: 100%;
	padding: 3px;
	background: #0dbf45;
	border: 2px solid #27ee0b;
}

#timing {
	float: right;
	height: 18px;
}

.module {
	background: white url('/images/backgrounds/light-green-vert-gradient.jpg') repeat-x;
}

.module h2 {
	background: url('/images/backgrounds/rounded-hilltop.jpg');
	color: #1C6F0D;
	margin-top: 0;
	font-size: 1.2em;
	padding-left: 5px;
	border-bottom: 2px solid #1C6F0D;
}

#left {
	width: 250px;
	float: left;
}

#top_ad {
	float: left;
	clear: right;
	z-index: 1;
	padding-left: 10px;
	width: 500px;
	background: white;
}


/* tabs */

#stripe {
	height: 24px;
	width: 100%;
	border-top: 2px solid black;
	background: #0dbf45;
	margin-bottom: 10px;
}

#tabs {
	float: left;
}

.tabGroup {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #009AEF;
	background: #44f569;
	font-size: 9pt;
	font-weight: bold;
}

.tab {
	border-right: 2px solid #444;
	padding: 0;
	margin: 0;
	float: left;
}

.tab a {
	color: #285081;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	padding: 3px;
	background: url('/images/backgrounds/menu-background.jpg');
}

.tab a:hover {
	color: #222;
	background: url('/images/backgrounds/red.jpg');
	background-attachment: fixed;
}

/* blogshares ad */

#blogshares {
	border: 1px solid #ddd;
	width: 468px;
	height: 70px;
	padding: 3px;
	margin: 5px;
	background: #eee;
}

/* Sprout OS */

.draggable {
	position: absolute;
	opacity: 0.5;
}

#actionfield {
	width: 100px;
	height: 30px;
}

#imagepallete {
	float: left;
	border: 2px solid #777;
	background: #eee;
	z-index: 10;
}

#imagepallete img {
	border: 1px solid black;
	margin: 2px;
}
