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

*					{ margin: 0; padding: 0; }
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300; background: #1b140e;
	font-size: .8em;
}

h1                  { color: white; padding: 10px; }

#page-wrap		    { max-width: 960px; min-width: 560px; margin: 0 auto; position: relative; }

#header             { max-width: 960px; min-width: 560px; height: 80px; background: #1b140e;
                      margin: 15px auto 0; }

#main-content       {
	padding: 0 345px 5px 10px;
                      -moz-border-radius: 0px 0px 0px 0;	background-color: 1b140e;
	background-position: 1;
}

#type		    { padding: 0 545px 5px 10px;max-width: 560px; min-width: 360px; margin: 0 auto; position: relative; }


#main-sidebar       { position: absolute; right: 0; top: 0; width: 320px; bottom: 0%;
                      background: #1b140e; padding: 5 5px; 
                      -moz-border-radius: 0px 0px 0px 0;}
                      
#footer             { max-width: 960px; min-width: 560px; background: #1b140e;
                      margin: 0 auto 5px; }
#footer p           { padding: 2px; color: 666; }
#footer a           { color: 666; border-bottom: 1px dotted white; text-decoration: none; }
#footer a:hover     { border-bottom-style: solid; }
