/* http://www.rayswoodworks.com/test_files/Two-Column/fixed-left-lqd-right.html */
/*====== Resets ======*/
body, address, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, pre {
    margin:0;
    padding:0;
}/* not resetting these: blockquote, dl, ol, ul, li, */ 
body {
    font: 100% arial, trebuchet, tahoma;
    background: #FFF;
    margin:0;
    padding:0 0 20px 0;
}
html {overflow-y:scroll;} /*keep scrollbar position present in FF*/

h1,h2 {padding:.65em .65em 0 .65em;}
h3,h4,h5,p {padding:.5em .5em 0 .5em;}
.center {text-align:center;}

/*==== Begin Layout Structure ===*/
#wrapper {
    width: 920px;
    margin: 20px auto 0 auto;
    background: #063E7B; /*Left Sidebar Color*/
 
}
#header{
    min-height:90px;
    background: #FFF;
    padding-bottom: .5em;
    text-align:center;
    font-family: georgia, "trebuchet ms";       
}
* html #header{ height:90px;} /* IE6 treats height as min-height*/               

#nav {
    height:30px;
    line-height:30px;
    text-align: center;
    border-bottom: 1px solid #000;
    background: url(images/nav-bg.jpg) repeat-x;
}
#main {
    margin-left: 200px;
}
#innerwrap {
    float: left;
    width:719px; /*720 total with border*/
    background: #FFF; /*Main Content BG Color*/
}
#sidebar {
    float: left;
    width: 200px;
    margin-left: -212px; /*give 1px in addition to width to get past #innerwrap's left border*/
    position: relative;	/* IE6 needs this with negative margins */
    background: #063E7B; /*Same as #wrapper's BG Color*/
	border: medium solid #D88267;
	text-align:center;
}
#content {
    float: left;
    width:100%;
    background: #FFF; /*Same as #innerwrap's BG Color*/
    padding-bottom: .5em;
}

#footer {
    clear: both;
    line-height:1.1em;
	padding: 2em;
    background:#FFF;
    font-size:.85em;
    text-align: center;
	color: #666;
}
#footer a {color: #666; }
#nav p, #footer p {padding:0; font-weight:bold;}

/* ----------------------------------------------------------------- */
#sidebar ul { list-style-type: none; padding: 0; }
#sidebar li { line-height: 2em; }
#sidebar a { color: #FFF; text-decoration: none; }
#sidebar a:hover { color: #D88267; }

.sleeve { }
