/* MAIN POSITIONING */

html { 
margin: 0px; 
/* setting border: 0 hoses ie6 win window inner well border */ 
padding: 0px 0px 0px 0px;
min-width: 829px;
}

body { 
background: #F1DDC9 url(../images/subpage/bg.jpg) repeat-x top;
text-align: center;
/* setting border: 0 hoses ie5 win window inner well border */ 
margin-top: 0px;  
margin-left: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
}

div#outer {
width: 829px;

margin: 0px auto;
padding: 0px;
position: relative;
z-index: 0;
}

div#wrapper	{
width: 829px;
/* setting border: 0 hoses ie5 win window inner well border */ 
text-align: left;
float: left;
position: relative;
z-index: 0;
}

div#content {
width: 829px;
margin: 0px 0px 0px 0px;
padding: 0px;
position: relative;
z-index: 0;
}

/* CONTENT POSITIONING */

#header {
width: 829px;
height: 108px;
margin: 0px;
padding: 0px;
float: left;
position: relative;
z-index: 0;
}

#contentbody {
width: 829px;
margin: 0px;
padding: 0px;
float: left;
position: relative;
z-index: 0;
}
	
#footer {
width: 829px;
padding: 0px 0px 0px 0px;
margin: 0px auto;
clear: both;
position: relative;
z-index: 0;
}

#footersub {
width: 100%;
padding: 0px 0px 0px 0px;
margin: 0px;
clear: both;
background: #EAD0B9;
position: relative;
z-index: 0;
}
