body{
font: 300 100% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Tahoma, Arial,  sans-serif; 
	font-size: 100%; 
    color: #333;
    background-color: #fff;
}
a {
	outline: none;
}
:focus {
  -moz-outline-style: none;
}
 A:link {
  	text-decoration: none;
   color: #0033CC;
  }
 A:visited {
   text-decoration: none;
   color: #0033CC;
   }
 A:hover {
   text-decoration: none;
   color: #0066FF;
  }
#outer_container{ 
	width: 1100px;
	min-width: 560px;
	height:100%;
	min-height:1000px;
	margin: auto auto; 
	margin: bottom: -10px;
	position: relative; 
	border: 0px solid #111;
}

#inner_container{
	min-width: 560px;
	top:100;
	margin-left: 30;
	margin-right: 30;
	border: 0px solid red;
	position: absolute; 

}

#left_container{
	position: fixed; 
	margin-left: 0; 
	top: 90; 
	max-width: 200px;
	min-width: 195px;
	border: 0px solid red;
}
#logo_container{
	clear:both; 
	text-align:right;
	padding-right: 27px;
	border: 0px solid #111;
}
.logo{
	"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica;
	font-size: 0.99em;
	color: #111;
	letter-spacing: 0.37em;
	text-align:right;
}


#left_menu{
	margin-top: 30px;
	padding: 0px 15px 0px 0px;
	text-align:right;
}

.menu_item{
	font-size: 0.80em; 
	font-style: normal;
	padding: 3px 15px;
	clear:both;

}
.menu_item A:link { 
	color: #333;
 }

 .menu_item A:visited {
   color: #333;
   }

 .menu_item A:hover {
   color: #0066FF;
  }
.menu_item_at:after{ 
	font-size: 0.80em; 
	font-style: normal;
	content:"•";
	padding: 3px 5px;
	clear:both;
}

.menu_item_at A:link { 
	font-size: 0.80em;
	font-style: normal;
	text-decoration: none;
	color: #333;
 }

 .menu_item_at A:visited {
	font-size: 0.80em;
	font-style: normal;
   text-decoration: none;
   color: #333;
   }

 .menu_item_at A:hover {
	font-size: 0.80em;
	font-style: normal;
   text-decoration: none;
   color: #003366;
  }
 .menu_item_ata:active {
	font-size: 0.80em;
    outline: none;
}

#right{ 
	margin: 10px 10px 10px 195px;
	padding: 0px 0px 0px 15px; 
    border-left: 1px solid  #eee;
	text-align:center;
}
h1 {
font: 100 140% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Tahoma, Arial,  sans-serif; 
}
h3{
	font: 100 110% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Tahoma, Arial,  sans-serif; 
	text-decoration: none;
	margin-bottom:-10px;
}
p{
	line-height:1.40em;
}

.text_box{ 
	margin: 0px 150px 0px 0px;
	padding: 0px 5px 0px 20px;
    text-align: left;
	font-size: 0.80em; 
	font-style: normal;
    border: 0px solid  #111;
}




#thumbnails {
   float: left;
    width: auto;
    text-align: left;
    margin: 0px 0px 0px 60px;
    padding: 20px;
    border:1px solid  #eee;
}
#thumbnails img{
   text-align: center;
   width:75px;
   height:55px;
    padding: 2px;
}
.right_text{
    float: left;
    width: 325px;
    margin: 95px 10px 0px 40px;
    padding: 5px;
	text-align: left;
    line-height: 1.3em;
	font-size: 0.8em; 
	color: #333;
    border: 0px solid #111;
}
#left_text{
    line-height: 1.5em;
	font-size: 0.8em; 
    border: 0px solid #111;

}
  .push {
	margin: 0 auto;
	max-width: 960px;min-width: 560px;
	height: 50px;
	clear:both;
    border: 0px solid blue;
}

  
#footer{
	margin: 0 auto;
	width: 960px; max-width: 960px; min-width: 560px;
	clear: both;
	line-height: 2.5em;
	text-align: center;
	padding: 10px;
	font-size: 0.65em;
	color: #333;
}
.small{
	color: #333;
	font-size: 0.75em; 
	text-align: left;
	padding: 2px;
}