/*
Theme Name: Monkey Lab
Theme URI: http://www.alderac.com/monkeylab/
Description: Simple (unbloglike) design for AEG's board game Monkey Lab by <a href="http://www.holycow.com/">Holy Cow Design</a>.
Version: 1.0
Author: Joe Fulgham
Author URI: http://www.holycow.com/
Tags: green, grass, monkeys, blue, brown border
*/

body {
	background: #7CD23A url(images/background.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Arial,Helvetica,Monaco,SansSerif;
	font-size: 10pt;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#top {
	width: 800px;
	height: 48px;
	background: url(images/top.gif);
}

#content {
	background: url(images/content_background.gif);
	width: 800px;
	float: left;
}

#logo {
	float: left;
	width: 360px;
	margin: 0;
	padding: 0;
}

#topbox {
	float: left;
	width: 385px;
	padding: 15px 40px 15px 15px;
}

#border-wide {
	float: left;
	width: 800px;
	height: 25px;
	background: url(images/border-wide.gif);
}

#bottom {
	float: left;
	width: 800px;
	background: url(images/border-middle-background.gif);
}

#bottom-left {
	width: 320px;
	padding: 15px 15px 0 40px;
	float: left;
}

#bottom-middle {
	background: url(images/border.gif);
	width: 25px;
	float: left;
}

#bottom-right {
	float: left;
	width: 345px;
	padding: 15px 40px 15px 15px;
}

#footer {
	float: left;
	width: 800px;
	height: 25px;
	background: url(images/border-footer.gif);
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

a img {
	border: 0;
}

img.alignright {
	float: right;
	padding-left: 5px;
}

img.alignleft {
	float: left;
	padding-right: 5px;
}

a {
	color: #D00;
}

a:hover {
	color: #F00;
}

a:visited {
	color: #900;
}
