#skipContent
{
	display:none;
}

#wrapper { 
    width:870px; 
    margin:0 auto; 
}

#header {
    height: 139px;
    background-image: url(/template-images/header.jpg);
    margin-bottom: 20px;
}

#container { 
}

#navigation { 
    float:left; 
    width:205px; 
}

#navigation .shadow{
    margin-left: 12px;
    width: 175px;
    background-image: url(/template-images/menu_shadow.png);
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 2px;
}

#navigation .main_nav{
    width: 167px;
    border: 1px solid #f3f3f3;
    border-top: none;
}

#content { 
    float:left; 
    width:460px; 
}

#content ul { list-style: disc; padding-left: 15px; margin: 1em 2em; }
#content ol { list-style: decimal; padding-left: 15px; margin: 1em 2em; }

#right { 
    float:right; 
    width:191px; /* 205 - 14px */
    padding-left: 14px;
}

#right .action_panel{
    width: 183px;
    background-image: url(/template-images/right_shadow.png);
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-left: 3px;
    margin-bottom: 16px;
    min-height: 180px;
}

#right .action_panel img{
	margin-top: 3px;
	padding-right: 6px;
}

#right .action_panel h2{
    width: 177px;
    line-height: 200%;
    background-color: #e2eaf7;
}

#right .action_panel_align_left{
    width: 183px;
    background-image: url(/template-images/right_shadow.png);
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-left: 3px;
    margin-bottom: 16px;
    min-height: 180px;
    text-align: left;
}

#right .action_panel_align_left img{
	margin-top: 3px;
	padding-right: 6px;
}

#footer { 
    clear:both;
    margin-top: 20px;
    background-image: url(/template-images/blue_fade.png);
    min-height: 79px; /* 95px - 16px (top padding)*/
    padding-left: 205px;
    padding-top: 16px;
    padding-right: 30px;
}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /* slightly enhanced, universal clearfix hack */
.clearfix { display: inline-block; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */


