/* SHELL - Creates site skeleton */

#container {
position:relative;
background-color:#FFFFFF;
width:800px;
margin:0px auto;
text-align:left;
}

#header {
position:relative;
width:100%;
height:120px;
background-color:#333333
}

#nav {
position:relative;
width:100%;
height:26px;
background-color: #CCCCCC;
}

#bloglink {
position:absolute;
width:180px;
background-color:#000000;
background-image:url(http://www.stayingolden.com/images/bloglinkbg.jpg);
background-repeat:no-repeat;
height:26px;
top:0px;
right:0px;
left:auto;
line-height:26px;
text-align:center;
font-size:120%;
font-weight:bold;
color:#FFFFFF;
}

#bloglink a:link, #bloglink a:visited, #bloglink a:active {
color:#FFFFFF;
}

#bloglink a:hover {
color:#FFCC00;
}

#noflash {
width: 800px;
height: 185px;
text-align:center;
}

#flash {
position: relative;
z-index: 2;
width:100%;
height:185px;
}

#contentwrapper {
position:relative;
left: 10px;
top:20px;
width:780px;
margin-bottom:20px;
vertical-align:top;
}

/*
#contentwrapper.call {
background-image:url(/images/phonebanner_long.jpg);
background-position:bottom left;
background-repeat:no-repeat;
}
*/

#content {
position:relative;
left: 0px;
top:0px;
float:left;
width:540px;
vertical-align:top;
padding-bottom:20px;
margin-bottom:20px;
}

#sidebar {
position:relative;
left: 0px;
top:0px;
float:left;
width:234px;
display:table;
vertical-align:top;
margin-bottom:20px;
margin-left:6px;
}

#footer {
position:relative;
clear:both;
width:100%;
color:#FFFFFF;
background-color: #336699;
background-image:url(/images/footer_g.png);
background-repeat:no-repeat;
background-position:top right;
}


