/* All over the place */
body {
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 0px;
	overflow: auto;
}
body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #669900;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #669900;
}
a:hover {
	text-decoration: none;
	color: #9AA110;
}
a:active {
	text-decoration: underline;
	color: #FF3300;
}

/* All over your face */
div#doc {
	width: 881px;
	height: 100%;
	overflow: auto;
	margin: 44px auto 0px auto;
	background-color: #fff;
}
div#header {
	float: none;
	width: 881px;
	height: 356px;
	text-align: left;
}
div#home_header {
	float: none;
	width: 881px;
	height: 356;
	text-align: left;
}
div#copyright {
	padding-left: 24px;
	padding-bottom: 4px;
	color: #888;
}
div#negative {
	width: 881px;
	height: 356px;
	top: 0;
	left: 0;
	z-index: 1;
	position: relative;
}
div#page_info {
	float: left;
	clear: both;
	width: inherit;
	height: 78px;
}
div#raindrops {
	float: left;
}
div#info_text {
	float: left;
	margin: 4px;
}
div#body {
	float: left;
	clear: both;
}
div#body_content {
	width: 551px;
	height: 100%;
	margin-left: 16px;
	float: left;
	clear: none;
	text-align: left;
}
div#body_nav {
	width: 294px;
	height: 100%;
	float: right;
	clear: none;
	text-align: right;
}
div#footer {
	width: 100%;
	height: 60px;
	float: left;
	clear: both;
	position: absolute;
	overflow: auto;
	background-image: url('../images/footer_bg.png');
	background-color: #b3dcdc;
	background-repeat: repeat-x;
	color: white;
	font-size: 10px;
	margin-top: 150px;
}
div#footer a:link, a:visited, a:hover {
	font-size: inherit;
}
img#footer_dachis {
	position: absolute;
	padding-top: 15px;
	padding-left: 30px;
}
div#footer_text {
	width: 85%;
	padding-top: 40px;
	padding-left: 60px;
}
div#body_content {
	color: #555;
}
div#cloud_thing {
	width: 881px;
	height: 165px;
	float: both;
	clear: both;
}
div#file_folder {
	width: 881px;
	height: 189px;
	clear: both;
}
div#post_it {
	width: 230px;
	height: 232px;
	float: both;
	clear: none;
	margin-top: -232px;
}
div#home_title {
	clear: both;
}
div#home_text {
	clear: both;
	margin-top: 40px;
	margin-left: 19px;
	width: 840px;
}

/* Menu Images and Roll-overs */
div#menu {
	width: 881px;
	height: 46px;
	z-index: 2;
	float: left;
	position: absolute;
	margin-top: -110px;
	margin-left: 59px;
}
div#menu_items
{
	width: 400px;
	position: relative;
}
div#menu_items li
{
	list-style: none;
	clear: none;
	float: left;
}
#menu_work a
{
    display: block;
    width: 85px;
    height: 48px;
    text-decoration: none;
    list-style: none;
    background:url(../images/header_menu.png) no-repeat;
    background-position: 0px 0px;
}
#menu_work a:hover
{
    background-position: 0px -47px;
}
#menu_play a
{
    display: block;
    width: 76px;
    height: 48px;
    text-decoration: none;
    list-style: none;
    background:url(../images/header_menu.png) no-repeat;
    background-position: -86px 0px;
}
#menu_play a:hover
{
    background-position: -86px -47px;
}
#menu_contact a
{
    display: block;
    width: 74px;
    height: 48px;
    text-decoration: none;
    list-style: none;
    background:url(../images/header_menu.png) no-repeat;
    background-position: -162px 0px;
}
#menu_contact a:hover
{
    background-position: -162px -47px;
}

/* Text Styles */
.page_title {
	font-size: 38px;
	color: #9ba0a0;
}
.page_subtitle {
	font-size: 14px;
	color: #9ba0a0;
}
.page_description {
	color: #424545;
}
.pull_quote {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 21px;
	color: #b3dcdc;
	text-align: right;
}
.section_header {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 36px;
	color: #b3dcdc;
}
.section_item {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #7c9497;
	border: none;
}
.section_item a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #7c9497;
	text-decoration: none;
	border: none;
}
.section_item a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #7c9497;
	text-decoration: none;
	border: none;
}
.section_item li {
	list-style: none;
}
.section_item a:hover {
	text-decoration: underline;
}
.item_title {
	font-size: 24px;
	color: #555;
}
.item_link {
	font-size: 14px;
}
.item_link a:link {
	font-size: 14px;
}
.item_link a:visited {
	font-size: 14px;
}
.item_link a:hover {
	font-size: 14px;
}
.item_link a:active {
	font-size: 14px;
}
