@charset "utf-8";
/* CSS Document */
#div1 {
left:0px;
width:200px;
background-color:#000000;
z-index:1;
float: left;
}

#div5 {
left:0px;
width:500px;
background-color:#FFFFFF;
z-index:2;
float: left;
}

#div2 {
right:0;
width:200px;
background-color:#000000;
z-index:3;
float: right;
}

#div3 {
left:0;
width:900px;
background-color:#FFFFFF;
z-index:4;
float:right;
height:51px;
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
background-position:bottom;
vertical-align:middle;
}
#div6 {
left:0;
width:900px;
background-color:#FFFFFF;
z-index:4;
float:right;

}


#div4 {
left:0;
width:900px;
height:301px;
z-index:5;
float:left;
margin-bottom:0px;
}

#container {
margin:0 auto;
width:900px;
bottom:0;
position:relative;

}
body {
margin-top:4px;
background-image:url(../images/bg.jpg); background-repeat:repeat-x; background-position:top; background-attachment:fixed; background-color:#FFFFFF;
} 

.roundcont {
	width: 500px;
	background-color:#FFFFFF;
	color: #000000;
	float:inherit;
}

.roundcont2 {
	width: 250px;
	background-image:url(../images/stangacontent.jpg); background-repeat:repeat-y;
	color: #000000;
	float:left;
}

.roundcont p {
	margin: 0 10px;
}

.roundcont2 p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/headercontent.jpg) no-repeat top; 
}

.roundbottom {
	background: url(../images/footercontent.jpg) no-repeat bottom; 
}

img.corner_sus {
   width: 500px;
   height: 13px;
   border: none;
   display: block !important;
}

img.corner_jos {
   width: 500px;
   height: 13px;
   border: none;
   display: block !important;
}

.content {
padding-left:7px;
padding-right:7px;
color:#999999;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}


