body {
	 background-color:#333333;
}

.page {
    width:667px;
    margin-left:40px;
    padding-top:4px;
}

.pageheader {
    width:100%;
    height:35px;
    background-color:#9A9A9A;
	 background-image: url(../img/header_bg_gfx.png);
	 background-repeat: repeat-x;
}

.pageheadermenu {
    width:100%;
}

.pageunderheaderrule {
    height:3px;
    width:100%;
/*    background-color:#F6C702;*/
    background-color:#fffa73;
	 margin-bottom:10px;
}


.pagecontent {
    padding-top:5px;
    width:100%;
}

.pagemarginsRL{
	 margin-top:20px;
	 margin-left:15px;
	 margin-right:15px;
}

.pagemarginsRL + .pagemarginsRL{
	 margin-top:5px;
}

.footer {
    height:40px;
    width:100%;
	 background-image: url(../img/footer_gfx.png);
	 background-repeat: repeat-x;
}

.footerin{
    width:667px;
    margin-left:40px;
    padding-bottom:8px;
}

