/* Resets Margins for All Objects */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/* @group Link Styling */



body
{  
background-color: #e4e4e4; 
font: 12px Georgia,Arial,Helvetica, sans-serif;
height: 100%;
width: 100%;
overflow-x: hidden;
}


p {
line-height:1.4;
}

a {outline: none;}
a:link {color: #000; text-decoration: none; }
a:visited {color: #000; text-decoration: none; }
a:hover {color: #666; text-decoration: none;/*background-color: #8febff*/ }
a:active {color: #fff; }


/* grid containers */

.boss {
clear: left;
display: block;
padding: 20px;
padding-right: 205px;
padding-left: 0px;
margin: auto; 
width: 1070px; 
height: auto;
min-width: 1070px;
min-height: auto;
background-color: #fff;
/*overflow-x: hidden;*/
}

.mainContainer {
clear: left;
display: inline-block;
margin: auto;
padding: 20px; 
width: 1070px;
height: auto;
min-height: auto;
background-color: #fff;
}

.logo a{
position: fixed;
display: inline-block;
float: left;
margin-right: 20;
margin-bottom: 20px;
width: 150px;
height: 150px;
}



.nav {
position: fixed;
top: 210px;
display: inline-block;
float: left;
margin-right: 20px;
width: 150px;
height: auto;
background-color: #fff;
}

.nav ul
{
	list-style: none;
	font-size: 1.0em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.3em;
	text-align: left;
	margin-bottom: 30px;
}

.nav H1
{
	font-size: 1.1em;
	font-style: italic;
	margin-bottom: 30px;
}

.nav H2
{
	font-size: 1.0em;
	font-style: italic;
	margin-bottom: 1px;
}



.right {
display: inline-block;
float: right;
margin-right: 0px;
margin-top: 0px;
width: 640px;
height: auto;
padding-bottom: 0px;
background-color: #fff;
}



.caption {
display: inline-block;
float: left;
width: 640px;
height: auto;
margin-left: 0px;
margin-bottom: 0px;
background-color: #fff;
font: 12px Georgia,Arial,Helvetica, sans-serif;
color: #666;
font-style: regular; 
line-height: 1.4em;
}




.imageholder {
display: block;
float: left;
width: 640px;
height: auto;
margin-bottom: 0px;
}

.homeimage {
visibility: visible;
clear: both;
float: left;
width: 1000px;
height: auto;
margin-bottom: 0px;
}



.footer {
clear: both;
display: inline-block;
margin: auto;
margin-bottom: 0px;
padding: 20px; 
width: 1070px;
height: auto;
min-height: auto;
background-color: #fff;
}

