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

body
{
font-size:100.1%;
min-width:900px;

}


#hide
{
position:absolute;
left:-10000px;
top:-10000px;
}


.main_wrapper
{
position:relative; 
width:950px; 
left:50%; 
margin-left:-475px; 
min-height:100px;
}

#top_images
{
position:relative;
width:900px;
}


#left_sidebar
{
position:relative;
float:left;
margin:25px 25px 25px 0px;
width:300px;
}

#left_sidebar_interior
{
position:relative;
float:left;
margin:25px 40px 25px 50px;
padding-right:35px;
width:200px;
white-space:pre;
text-align:right;
border-right:#999999 solid 1px;
}

#middle_content
{
position:relative;
width:550px;
margin:25px 0px 25px 0px;
float:left;
}


#footer
{
border-top:#999999 solid 1px;
width:850px;
position:relative;
height:44px;
padding:25px 0px 0px 75px;
clear:both;
}

img.headshot
{
float:left;
padding-right:10px;
padding-bottom:10px;
width:150px;
}

img.colorwheel
{
float:left; 
padding-right:5px; 
margin-top:6px;
width:20px;
}

img.icon
{
float:left;
margin-right:10px;
padding-bottom:10px;
width:130px;
border:none;
}

img.icon_last
{
float:left;
padding-bottom:10px;
width:130px;
border:none;
}