/* SHELL - Creates site skeleton */

#container {
position:relative;
width:800px;
margin:0px auto;
text-align:left;
display:block;
}

#header {
width:800px;
height:287px;
overflow:hidden;
}


#contentwrapper {
position:relative;
left:0px;
top:0px;
width:800px;
margin:0;
background-color: #FAE397;
background-image:url(/images/nav_bg.jpg);
background-repeat:repeat-y;
background-position:top left;
overflow:hidden;
}

#lc {
position:relative;
float:left;
width:150px;
}

#cc {
position:relative;
float:left;
width:420px;
margin-left:15px;
padding: 15px 0 40px 0;
}

#rfc {
position:relative;
float:left;
width:620px;
margin-left:15px;
padding: 15px 0 40px 0;
}

#rc {
position:relative;
float:right;
width:200px;
padding: 15px 0 40px 0;
}



#footer {
clear:both;
position:relative;
display:block;
width:800px;
}

