@charset "utf-8";
/* CSS Document */

#illustration_menu{
	float: left;
	width: 828px;
	height: 21px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5e5e5e;
	text-align: center;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	border-left-width: 1px;
}
#illustration_menu a{ 
    color: #5e5e5e;
	text-decoration: none;
}
#illustration_menu a:hover{ 
    color: #000;
	text-decoration: underline;
}
.grey_light{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ccc;
}
#page_heading{
	float: left;
	width: 830px;
	height: 39px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
#thumb_container{
	float: left;
	width: 574px;
	height: 342px;
	padding-top: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}
.thumbnail{
    float: left;
	width: 181px;
	height: 160px;
	margin-bottom: 11px;
}
#text{
	float: left;
	width: 246px;
	height: 342px;
	padding-top: 13px;
	padding-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
#right{
	float: left;
	width: 255px;
	height: 355px;
}
#info_container{
	float: left;
	width: 565px;
	height: 342px;
	padding-top: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	padding-right: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
#info_container a{
	font-weight: bold;
	color: #5e5e5e;
	text-decoration: underline;
}
#info_container a:hover{
	font-weight: bold;
	color: #5e5e5e;
	text-decoration: underline;
}
#greybar{
    float: left;
	width: 830px;
	height: 21px;
	margin-top: 2px;
	background-color: #ccc;
}
#bottnav{
	float: left;
	width: 500px;
	height: 18px;
	margin-top: 10px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5e5e5e;
}
#bottnav a{
	text-decoration: none;
	color: #5e5e5e;
}
#bottnav a:hover{
	text-decoration: underline;
	color: #000;
}
.red_bolder{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #CC0000;
}
#resume{
    float: right;
	width: 100px;
	height: 18px;
	margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #5e5e5e;
	padding-top: 3px; 
}
#resume a{
    text-decoration: none;
	color: #5e5e5e; 
}
#resume a:hover{
    text-decoration: underline;
	color: #000; 
}
.bottline{
	float: left;
	width: 830px;
	height: 1px;
	background-color: #ccc;
}