/* 	Author: Erica Schreiber
	Date: August 08
	Description: Moosebytes CSS Document */
	
* {
	margin: 0px;
	padding: 0px;
	}
body {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background: #e1cfb6 url(../images/moosebytes_body_bg.jpg) repeat-x top left;
	min-width: 720px;
	}
#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 720px;
	}

/*---------------- Header -----------------------------*/
#header {
	background: url(../images/moosebytes_header_bg.png) repeat-x top center;
	height: 246px;
	width: 100%;
	text-align: left;
	position: relative;
	}
img {border: none;}

/*---------------- logo pieces -----------------------------*/
#moosehead_logo {
	position: absolute;
	top: -235px;
	left: -20px;
	}
#moosetext_logo {
	position: absolute;
	top: -230px;
	right: 20px;
	}
#moose_undertext {
	position: absolute;
	top: -128px;
	right: 190px;
	font-size:14px;
	color:#197caf;
	font-style: italic;
	font-weight: bold;
	}

/*---------------- Navigation -----------------------------*/
#navigation {
	text-align: right;
	float: left;
	}
#navigation ul {
	list-style: none;
	}
#navigation li {
	line-height: 25px;
	}
#navigation ul a{
	text-decoration: none;
	color: #612f09;
	}
#navigation ul a:hover {
	text-decoration: underline;
	color: #197caf;
	}

/*---------------- color boxes -----------------------------*/
#colorboxes{
	background: url(../images/moosebytes_colorboxes.png) no-repeat top center;
	width: 580px;
	height: 181px;
	position: absolute;
	top: -80px;
	right: -10px;
	}
#colorboxes a {
	color:#FFFFFF;
	text-decoration: none;
	}
#colorboxes a:hover{
	text-decoration: underline;
	}
#colorboxes h2{
	font-weight: lighter;
	}
.subtext {
	font-size: 12px;
	display: block;
	padding-top: 10px;
	}
#redbox_content, #bluebox_content, #greenbox_content, #yellowbox_content {
	position: absolute;
	width: 135px;
	text-align: center;
	top: 37px;
	font-size: 22px;
	}
#redbox_content{
	left: 13px;
	top: 42px;
	}
#bluebox_content{
	left: 153px;
	top: 42px;
	}
#greenbox_content{
	left: 290px;
	}
#yellowbox_content{
	left: 430px;
	}
/*---------------- content -----------------------------*/
#content {
	position: relative;
	float: right;
	right: -10px;
	top: 90px;
	width: 583px;
	}
#content_bg{
	background: url(../images/moosebytes_content_bg_middl.png) repeat-y center;
	}
#content_bg_top{
	padding-top: 29px;
	background: url(../images/moosebytes_content_bg_top.png) no-repeat top center;
}
#content_bg_bottom {
	background: url(../images/moosebytes_content_bg_bottom.png) no-repeat bottom center;
	padding-bottom: 29px;
	width: 583px;
	}
#content h1 {
	font-weight: lighter;
	color:#197caf;
	font-size: 19px;
	padding: 0px 20px 5px 40px;
	}
#content h2 {
	font-weight: 600;
	color:#77390a;
	font-size: 14px;
	padding: 5px 50px 5px 40px;
	font-style: italic;
	}
#content h3 {
	color: #339900;
	font-size: 13px;
	padding: 15px 60px 0px 40px;
	font-style: italic;
	}
#content p {
	margin: 0px 40px;
	padding: 8px 0px;
	}
#content img {
	padding: 5px 15px 5px 40px;
	float: left;}
#footer {
	position: relative;
	top: 10px;
	clear: both;
	text-align: center;
	color: #612f09;
	padding-bottom: 20px;
	}