/**** UNIVERSAL ELEMENTS ****/
#wrapper {
text-align:left; /* reset text alignment */
width:800px; /* or a percentage, or whatever */
margin:0 0; /* for the rest */
height:auto;
position:absolute; left:0px; top:0px;
} 

body{background-image:url(images/pinkfadingbg.jpg); 
background-repeat:repeat-x;}

#bodyMain {width:800px; max-width:800px; height:14800px; font-size: 11px; font-family: Arial, Verdana, Times New Roman;
background-image:url(images/tablebg2.jpg); background-repeat:repeat-y; margin-left:10px;}

#bodyMain2 {width:800px; max-width:800px; height:3000px; font-size: 11px; font-family: Arial, Verdana, Times New Roman;
background-image:url(images/tablebg2.jpg); background-repeat:repeat-y; margin-left:10px;}

#header {
width:800px; height:244px; position:absolute; left:0px; top:0px; background-image:url(images/header.jpg); 
background-repeat: no-repeat; z-index:0;}

#twitter{
width:320px; height:124px; position:absolute; left:350px; top:57px;overflow:auto;}

#content {
	float: left;
	width: 620px;
	height:auto;
	margin-left:0px;
	margin-top:255px;
	z-index:100;
}

#content2 {
	float: left;
	width: 580px;
	height:auto;
	margin-left:4px;
	margin-top:255px;
	z-index:100;
}

#submenu { 
	margin: 255 0;
	float: left;
	width: 150px;
	height: auto;
	margin-left:0px;
	z-index:100px;
}

#submenu2 { 
	margin: 255 0;
	float: left;
	width: 180px;
	height: auto;
	margin-left:28px;
	z-index:100px;
}