@charset "UTF-8";
body {
	background-color: #000000;
	margin:0;
	padding:0;
	width:100%;
}

#wrapperPage {
margin:0 auto;
width:950px;
}
#wrapperBody{
width:950px;
_height:500px;
min-height:500px;
background:url(/images/nav/page_bgrd.gif) repeat-y;
}

#wrapperFooter {
width:950px;
height:102px;
background:url(/images/nav/footer_bgrd.gif) repeat-y bottom;

}

#footerLeft {
width:750px;
float:left;
}
#footerRight {
width:200px;
float:right;
}

#header {
width:950px;
}

#columnLeft {
width:750px;
float:left;
min-height:300px;
}

#columnLeft .content {
padding:10px 25px;

}

#menu {
width:750px;
}


#columnRight {
width:200px;
float:right;
min-height:300px;
}




.clear {
clear:both;
}

div.marginPath {

padding-left:40px;
background:url(/images/margin/margin_footsteps.png) repeat-y #f8b90d;
min-height:190px;

}