﻿/* container 730*/

#container {
width : 820px;
margin : 0 auto;
padding-top : 5em;
text-align : left;
}

/* nav */

#nav-main  {
float : left;
width : 820px;
background : #72796f url('nav-main-bg.gif') repeat-x left top;
border-bottom : 1px solid #a6aba4
}

/* content */	

#content  {
float : left;
width : 820px;
background : #fff url('content-main-bg.gif') repeat-y left top;
border-top : 1px solid #cfcfcf
}

#branding  {
margin-top : 30px;
}

#content-main  {
display : inline;
float : left;
width : 530px;
margin-left : 36px;
padding-bottom : 30px;
color : #555;
}

.article #content-main  {
padding-top : 20px;
}

#content-sub  {
width : 210px;
padding : 10px 0px 40px 10px;
float:right;
}

* html #content-sub {
width : 250px;
w\idth : 220px;
}

/* content-supp */	

#content-supp  {
display : inline;
float : left;
width : 696px;
margin : 0 0 0 34px;
padding-top : 20px;
border-top : 1px solid #cfcfcf;
}

#content-supp:after {
content : "."; 
display : block; 
height : 0; 
clear : both; 
visibility : hidden;
}

/* Hides from IE-mac \*/
* html #content-supp {height: 1%;}
/* End hide from IE-mac */

#content-col1, #content-col2, #content-col3  {
padding : 0;
}

#content-col1, #content-col2  {
float : left;
width : 210px;
margin-right : 20px;
}

#content-col3  {
float : right;
width : 212px;
}

/* nav-supp */	

#nav-supp  {
display : inline;
float : left;
width : 696px;
margin : 0 0 0 34px;
border-top : 1px solid #cfcfcf;
}

/* copyright */	

#siteinfo-legal  {
clear : both;
width : 730px;
padding-bottom : 10px;
text-align : center;
}

/* Invasion of the Body Switchers */

#tools  {
width : 730px;
margin : 0 auto;
text-align : right;
}

#screen-switcher fieldset, #print-switcher fieldset {
padding : 0;
border : 0px solid #fff;
}

#screen-switcher fieldset:hover, #print-switcher fieldset:hover {
background : none;
}

#screen-switcher span, #print-switcher span {
display : block;
width : 120px;
}

#screen-switcher select, #print-switcher select {
margin-bottom : 10px;
width : 130px;
font-family : "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
font-size : 100%;
color : #828282;
}

div#highlight {
padding : 20px;
border : 1px solid #ccc;
}


