@charset "utf-8";
/* CSS Document */

body
{
 	width:947px;
 	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

a, a:hover, a:link, avisited
{
	color:#F60;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

a img
{
	border:none;
}

#_home_container
{
	position:absolute;
	top:0px;
	left:160px;
}

#_main_container
{
	margin-top:40px;
	position:relative;
	height:600px;
}

#_header
{
	width:947px;
	height:96px;
	position:relative;
}

.logo
{
	background:url(../img/common/logo.png) no-repeat;
	width:261px;
	height:114px;
	position:absolute;
	top:-15px;
	left:0px;
}

.folder
{
	background:url(../img/folder.png) no-repeat;
	width:144px;
	height:126px;
	position:absolute;
	bottom:-20px;
	right:30px;
	filter:alpha(opacity=50);
  	opacity:0.50;
}

.folder_links
{
	background:url(../img/folder.png) no-repeat;
	width:144px;
	height:126px;
	position:absolute;
	bottom:-20px;
	right:-20px;
	filter:alpha(opacity=50);
  	opacity:0.50;
}

.folder img
{
	filter:alpha(opacity=65);
  	opacity:0.65;
}

.title
{
	position:absolute;
	bottom:0px;
	right:0px;
}

#_menu_container
{
	position:absolute;
	top:111px;
	left:0px;
}

#_content_container
{
	width:720px;
	height:382px;
	position:absolute;
	top:106px;
	right:0px;
}

.sub_titles
{
	margin-bottom:5px;
	margin-top:10px;
}

.thumb_container
{
	width:100%;
}

.thumb
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #666;
}

div.thumb img
{
	float:left;
	width:60px;
	height:60px;
	filter:alpha(opacity=95);
  	opacity:0.95;
}

.bio_pictures
{
	width:697px;
	height:393px;
	background:url(../img/bio_pictures.png) no-repeat;
	position:absolute;
	bottom:-20px;
	right:0px;
}

.contact_button
{
	background:url(../img/contact_button.png) no-repeat;
	position:absolute;
	left:22px;
	bottom:-18px;
	width:145px;
	height:49px;
	z-index:4;
}

#_biography
{
	position:relative;
	width:82%;
	margin-top:10px;
}

#_biography p
{
	width:70%;
	margin:15px 0 15px 20px ;
}

.bio_sentance
{
	position:absolute;
	top:12px;
	left:210px;
	font-weight:bold;
	font-size:13px;
}

#_contact_container
{
	width:300px;
	height:382px;
	position:absolute;
	top:116px;
	left:220px;
}

.contact_illustration
{
	width:500px;
	position:absolute;
	top:15px;
	right:-50px;
	filter:alpha(opacity=60);
  	opacity:0.60;
	z-index:-1;
}

.contact_field
{
	width:270px;
	height:15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	margin:7px 0;
}

.contact_message
{
	width:270px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	margin:7px 0 15px;
}


#_footer
{
	position:absolute;
	bottom:0px;
}

#_footer_container
{
	width:947px;
	position:relative;
	bottom:0px;
}

.copyright
{
	background:url(../img/common/copyright.png) no-repeat;
	position:absolute;
	right:0px;
	top:0px;
	width:295px;
	height:28px;
}

.clear
{
	clear:both;
}

div.submit_button label input
{
	background-image:url(../img/contact_button.png) no-repeat;
	width:145px;
	height:49px;
}

.latest_title
{
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;
}

.latest_date
{
	float:right;
}

.latest_thumb
{
	width:200px;
}

td.latest_thumb img
{
	margin-top:10px;
	width:200px;
	
}

.latest_description
{
	vertical-align:top;
	padding-top:6px;
	font-size:12px;
	padding-left:10px;
}

td.latest_description a
{
	color:#F60;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold
}

.link_spacing
{
	margin:10px 0;
}

table.link_spacing td
{
	padding:0 0 15px 0;
}