/* :mode=css:tabSize=4:indentSize=4:noTabs=true: */

/**
 * All your copyrights are belong to [ i ] motion design
 * One day are going to have big license block here
 * that is kick your ass!
*/



#headerContainer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
    background-color: #000;
}

#headerBanner {
	position: absolute;
	right: 0;
	top: 2px;
	width: 725px;
	height: 78px;
    text-align: right;
}

#headerBanner h1 {
    margin: 0;
    padding: 0;
}

#headerNav {
    position: absolute;
    left: 0;
    top: 78px;
    height: 72px;
    padding: 25px 0 0 60px;
}
.headerNavRow {
    margin: .4em;
}


#backgroundFixLeft {
	position: absolute;
	left: 0;
	top: 150px;
	width: 83%;
    min-width: 620px;
	height: 500px;
    background-color: #999;
	background-image:  url(/jose/main/image/gui/sidebar/3.jpg);
	background-attachment:  scroll;
	background-repeat: repeat-y;
	background-position: left;
}
#backgroundFixRight {
	position: absolute;
	left: 83%;
	top: 150px;
	width: 17%;
	height: 500px;
    background-color: #333;
}


#leftContainer {
	position: absolute;
	left: 0;
	top: 150px;
	width: 83%;
    min-width: 620px;
	margin: 0;
    background-color: #999;
	background-image:  url(/jose/main/image/gui/sidebar/3.jpg);
	background-attachment:  scroll;
	background-repeat: repeat-y;
	background-position: left;
}

#bodyWatermarkLeft {
	position: absolute;
	right: 0;
	top: 0;
    width: 20px;
    height: 233px;
    margin-top: 200px;
    background-color: #999;
	background-image:  url(/jose/main/image/gui/watermark-left.small.gif);
	background-attachment:  scroll;
	background-repeat:  no-repeat;
}

#bodyContent {
    margin: 0 40px 1em 90px;
    background-color: #999;
}



#rightContainer {
	position: absolute;
	left: 83%;
	top: 150px;
	width: 17%;
	margin: 0;
    background-color: #333;
}

#bodyWatermarkRight {
	position: absolute;
	left: 0;
	top: 0;
    width: 100px;
    height: 233px;
    margin-top: 200px;
    background-color: #333;
	background-image:  url(/jose/main/image/gui/watermark-right.small.gif);
	background-attachment:  scroll;
	background-repeat:  no-repeat;
}
#bodySubheader {
	position: absolute;
	right: 0;
	top: 0;
    width: 34px;
}

.bigSpacer {
	margin-bottom: 5em;
}

#bodyFooter {
    /*margin: 3em 90px 1em 140px;*/
    margin: 3em 25% 1em 30%;
    padding: .5em;
	text-align: center;
    background-color: #333;
    border: 1px solid #FFF;
}
#bodyFooterBanner {
	margin: 2em 40px 1em 90px;
	text-align: center;
}


