body {
	font-family: Helvetica, sans-serif, Geneva, "Lucida Grande", Verdana;
	margin: 0;
	font-size: 66%;
	text-transform: uppercase;
	background-color: #FFFFFF;
	}	
#dead_horizon    
	{
	margin-left: -500px;
	position: absolute;
	top: 0px;
	left: 50%;
	height: 620px;
	visibility: visible;
	}

#container {
	font-size: 1em;
	width: 1000px;
}

#topframe {
	height: 80px;
	width: 1000px;
	font-weight: bolder;
	word-spacing: 5pt;
	margin: 0px;
	padding: 0px;
	}
	
	.namebox {
	width: 25%;
	height: 55px;
	background-image: url(../images/newsite/images/name_back.gif);
	background-repeat: repeat-x;
	padding-top: 25px;
	text-align: right;
	font-size: 1.75em;
	color: #7817e6;
	text-transform: lowercase;
	font-weight: 500;
	letter-spacing: -0.6pt;
	float: left;
	}

.navbox {
	background-color: #f28d15;
	width: 25%;
	height: 50px;
	background-repeat: repeat-x;
	padding-top: 30px;
	text-align: left;
	color: #662d91;
	background-image: url(../images/newsite/images/top_nav_back_02.gif);
	float: left;
	}
.work_box1 {
	background-color: #e61760;
	width: 25%;
	height: 50px;
	background-image: url(../images/newsite/images/top_back_work1_04.gif);
	background-repeat: repeat-x;
	padding-top: 30px;
	text-align: left;
	color: #662d91;
	float: left;
	}
	.work_box2 {
	background-color: #0db4c3;
	width: 25%;
	height: 50px;
	background-image: url(../images/newsite/images/top_back_work2_06.gif);
	background-repeat: repeat-x;
	padding-top: 30px;
	text-align: left;
	color: #662d91;
	float: left;
	}
/* middle section */
	
.mid_blog {
	background-image: url(../images/newsite/images/mid_blog_back_12.gif);
	background-repeat: repeat-x;
	height: 250px;
	text-align: right;
	text-transform: lowercase;
	font-size: 1.75em;
	color: #85d9e0;
	font-weight: 500;
	letter-spacing: -0.6pt;
	width: 25%;
	clear: left;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}

.mid_work1 {
	background-image: url(../images/newsite/images/mid_nav_back_14.gif);
	background-repeat: repeat-x;
	width: 25%;
	height: 250px;
	line-height: 30px;
	text-transform: lowercase;
	text-align: right;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #F28D15;
	font-size: 1.5em;
	float: left;
}
mid_work2 {
	height: 250px;
	width: 25%;
	float: left;
}
.mid_work3 {
	height: 250px;
	width: 25%;
	float: left;
}
/* this is the bottom_frame */

#bottom_frame {
	float: left;
	width: 1000px;
	clear: both;
	height: 250px;
}
.bott_blog {
	background-color: #6B4F00;
	height: 250px;
	width: 250px;
	float: left;
}
.bott_work1 {
	background-color: #F28D15;
	height: 250px;
	width: 250px;
	float: left;
}
.footer_text {
	float: left;
	width: 25%;
}
.bott_work2 {
	height: 250px;
	width: 250px;
	float: left;
	background-color: #E61760;
}
.bott_work3 {
	height: 250px;
	width: 250px;
	background-color: #0DB4C3;
	float: left;
}
/* this is the footer */
#footer {
	background-image: url(../images/newsite/images/footer_breadcrumb.gif);
	font-size: 0.9em;
	letter-spacing: -0.4pt;
	text-transform: lowercase;
	height: 20px;
	width: 1000px;
	background-repeat: repeat-y;
	color: #ADC5C8;
	font-weight: bolder;
	float: left;
	clear: both;
}
.foot_box1 {
	background-color: #4FA843;
	float: left;
	width: 25%;
}
.foot_box2 {
	float: left;
	width: 24%;
	text-align: left;
}
.foot_box3 {
	float: left;
	width: 25%;
	text-align: left;
}
/* this is the link class for site ID on the top and left */

a.id_name:link {
	text-decoration: none;
	color: #7817e6;
	margin-right: 20px;
}
a.id_name:visited {
	text-decoration: none;
	color: #7817E6;
	margin-right: 20px;
}
a.id_name:hover {
	text-decoration: underline;
	background-color: #E61760;
	color: #FFFFFF;
	margin-right: 20px;
}
a.id_name:active {
	color: #7817E6;
	background-color: #333333;	
	margin-right: 20px;

}
/* this is the link class for NAME christopher on the left */

a.name:link {
	color: #85d9e0;
	text-decoration: none;
}
a.name:visited {
	text-decoration: none;
	color:
 	color: #674E10;
	color: #85d9e0;
}
a.name:hover {
	text-decoration: underline;
	background-color: #E61760;
	color: #FFFFFF;

}
a.name:active {
	color: #7817E6;
	background-color: #333333;

}
/* this is the link class for navigation in the second col */

a.nav:link {
	color: #FFFFFF;
}
a.nav:visited {
	color: #674E10;
}
a.nav:hover {
	text-decoration: underline;
	background-color: #E61760;
	color: #FFFFFF;
}
a.nav:active {
	color: #7817E6;
	background-color: #333333;
}
