/* CSS Document */

#bigMenu{
position:relative;
float:right;
margin-top:0px;
margin-left:0px;
width:217px;
height:auto;
}
#smallMenu{
position:relative;
float:left;
clear:none;
margin-top:0px;
margin-left:0px;
width:106px;
height:auto;
}
div#main{
background-image:url(../images/interiorBg.gif);
}
div#userCreatedContent{
height:auto;
float:left;
margin-bottom:5px;
position:relative;
text-align:left;
}
div#staticContent{
height:auto;
width:420px;
float:left;
margin-bottom:5px;
position:relative;
text-align:left;
}
div#mytext{

margin-left:12px;
}

#banner1{
	text-align: center;
	position: absolute;
	top: 67px;
	width: 772px;
	left: 50%;
	margin-left: -386px;
	height: 106px;
	display: block;

}

#menuinter{
	text-align: center;
	position: absolute;
	top: 178px;
	width: 772px;
	left: 50%;
	margin-left: -386px;
	height: 19px;
	overflow: visible;
	visibility: visible;
	display: block;

}


#main{
	text-align: center;
	position: absolute;
	top: 202px;
	width: 772px;
	left: 50%;
	margin-left: -386px;
	height: auto;
	/*min-height:800px;*/
	overflow: visible;
	visibility: visible;
	display: block;
	background-repeat:repeat-y;
}
