/* Core */

body, html{
	background-color: #676361;
	color: #646464;
}


#doc{
	width: 69.2em;
	*width: 67.5em; /* IE */
	min-width: 900px;
}

strong{
	color: #333333;
}

a{
	color: black;
}



/* Header - Pads the page down */

#hd{
	height: 40px;
}


/* Body */

#bd{
	background-color: #f6f5f0;
	background-image: url("../images/bg/paper.gif");
	height: 600px;
}

#bd #area_left{
	width: 170px;
	height: 560px;
	margin: 20px 0 0 20px;
	float: left;
}

#bd #area_right{
	width: 700px;
	height: 560px;
	margin: 20px 0 0 0;
	float: right;
}




/* Menu */

#bd .menu{
	width: 170px;
	height: 275px;
	margin: 0 10px 10px 0;
	float: left;
}

#bd .menu ul{
	margin: 20px 0 0 20px;
}

#bd .menu li{
	float: left;
	padding-right: 8px;
}

#bd .menu li:first-child{
	padding-right: 24px;
	color: white;
}




/* Panels */

#bd .panel_wide{
	width: 680px;
	height: 275px;
	margin: 0 0 10px 0;
	float: left;
}

#bd .panel_big{
	width: 680px;
	height: 560px;
	margin: 0 0 10px 0;
	float: left;
}

#bd .panel_tall{
	width: 335px;
	height: 560px;
	margin: 0 10px 0 0;
	float: left;
}

#bd .panel_small{
	width: 335px;
	height: 275px;
	margin: 0 10px 10px 0;
	float: left;
}




/* Text Block */

#bd .textblock{
	padding: 0 7px 0 0;
}

#bd .textblock h1{
	font-weight: bold;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: 0.1em;
}

#bd .textblock h1 a{
	text-decoration: none;
	color: #646464;
}

#bd .textblock p, #bd .textblock address{
	font-size: 85%;
	margin-bottom: 1em;
}

#bd .textblock ul{
	font-size: 85%;
	margin-bottom: 1em;
	margin-left: 15px;
}

#bd .textblock li{
	list-style: disc outside;
	margin-bottom: 0.5em;
}




/* Logo */

#bd .logo_full{
	background-image: url("../images/logos/full.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 170px;
	height: 275px;
	margin: 0 0 10px 0;
	float: left;
}

#bd .logo_full a{
	display: block;
	margin-top: 210px;
	width: 170px;
	height: 50px;
}




/* Footer */

#ft{
	padding-top: 10px;
	padding-bottom: 30px;
	color: #444;
	font-size: 77%;
}

#ft a{
	 color: #444; 
	/* font-weight: bold; */
}

#ft ul{
	float: right;
	margin-right: 20px;
}

#ft li{
	display: inline;
	margin-left: 10px;
}