/*
	 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{ font: 15px/2 Verdana, sans serif; background: #9AADC6; }

h1                  { color: white; padding: 10px; }
h4	{ color: #3E3E21; }
h5 {color: #3E3E21; }
#page-wrap		    { max-width: 960px; min-width: 560px; margin: 0 auto; position: relative; zoom: 1; }

#header             { max-width: 960px; min-width: 560px; background: #0B3C7B;
                      margin: 15px auto 0; }

#main-content       { padding: 0 190px; background: white; }
#main-content p      { color: #666633; }
#main-content ul      { color: #666633; margin: 15px}


#main-sidebar       { position: absolute; left: 0; top: 0; width: 160px; bottom: 0; 

                      background: #E4E4CE; padding: 0 10px; }
 #main-sidebar p	{ color: #3E3E21; }                     
#secondary-sidebar  { position: absolute; right: 0; top: 0; width: 160px; bottom: 0;
                      background: #E4E4CE; padding: 0 10px }
#secondary-sidebar p	{ color: #3E3E21; } 
#footer             { max-width: 960px; min-width: 560px; background: #0B3C7B;
                      margin: 0 auto 15px; }
#footer p           { padding: 10px; color: white; }
#footer a           { color: white; border-bottom: 1px dotted white; text-decoration: none; }
#footer a:hover     { border-bottom-style: solid; }

a:link {color: #7C4507;}
a:visited {color: #0B3C7B;}
a:active {color: #0B3C7B;}
a:hover {background-color: #ffffff;}
a {text-decoration: none;}

