/* COLORS
gray:	#b5b7c4
red:	#ee1a2c
*/

/********/
/* GENERAL */
/********/



* {
	font-family: Arial;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
}


/*************/
/* CONTAINER */
/*************/
.container {
	width:811px;
	height:584px;
	background-image:url(../images/background_center.png);
	font-family: Arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}

#home { 
	background-image: url(../images/background-home-center.jpg); 
	background-repeat: no-repeat;
	width: 811px;
	height: 584px;
	margin: 0;
	padding: 0;
}

#home_image_1 {
	width: 446px;
	height: 321px;
	float: left;
}

#home_image_2 {
	margin: 0; 
	padding: 0;
	border: 0;
	float: right;
}

#on_my_mind {
	position: relative;
	left: -56px;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0;
	width: 221px; 
	height: 584px;
}

#entrance
{
	margin:0px auto;
	width:1000px;
	height:800px;
}

#bkg_container
{
	background:url(../images/bkg_jhick.png) no-repeat scroll center top;
	margin:0px auto;

}


/***************/
/* BACKGROUNDS */
/***************/
.index {
	background: url(../images/bg_index.gif);
}

body
{
	background:url(../images/tile.jpg);
}

bkg_logos
{
	background:url(../images/bkg_jhick.png) no-repeat scroll center top;
	margin:0px auto;
	width:1132px;
}
	

/********/
/* SITE LAYOUT */
/********/

.layout_container
{
	margin: 0px auto;
	width: 876px;
	height: 730px;	
	padding-left:40px;
	

}

.header
{
	height:107px;

}

.logo
{
	width: 389px;
	height:107px;
	display:block;
	float:left;
}

.nav_bio
{
	width:105px;
	height:107px;
	float:left;
	display:block;
	background:url(../images/bio.png) no-repeat;
}
.nav_sponsors
{
	width:93px;
	height:107px;
	float:left;
	display:block;
	background:url(../images/sponsors.png) no-repeat;
}

.nav_contact
{
	width:117px;
	height:107px;
	float:left;
	display:block;
	background:url(../images/contact.png) no-repeat;
}

.nav_blog
{
	width:114px;
	height:107px;
	float:left;
	display:block;
	background:url(../images/blog.png) no-repeat;
}

.top_right
{
	width:58px;
	height:107px;
	float:left;
	display:block;
	background:url(../images/top_right.png) no-repeat;
}

.layout_body
{
	width:876px;
	height:584px;

}

.layout_body_left
{
	width:27px;
	height:584px;
	background:url(../images/body_left.png) no-repeat;
	float:left;
	display:block;
}

.layout_body_middle
{
	width:813px;
	height:584px;
	background:url(../images/body_middle.jpg);
	float:left;
	display:block;
}

.layout_body_right
{
	width:36px;
	height:584px;
	background:url(../images/body_right.png);
	float:left;
	display:block;
}

.layout_footer
{
	width:876px;
	height:39px;
	background:url(../images/footer.png) no-repeat;
}

.footer_text
{
	padding-top:22px;
	padding-right:55px;
	float:right;
	font-size:11px;
	color:#473c31;
}

.footer_text a
{

	color:#473c31;
}

.footer_text a:hover
{
	text-decoration:underline;
	color:#FFF;
}

