 #container
{
position: relative;
width: 760px;
margin-left: auto;
margin-right: auto;
margin-top: -10px;
background-color: #a0249f;
/*border: 1px solid  #000000;*/
}

/*
#top
{
padding: 0;
margin: 0;
background-color: #000;
min-height: 155px;
height: 155px;
background: url("../img/header.png") #000000 top left no-repeat;
text-align: left;
}
*/

#mainmenu
{
padding: 0;
margin: 0;
min-height: 50px;
height: 50px;
background: url("../img/menu_bg.png") #a0249f top left no-repeat;
font-family:  sans-serif, Arial, Helvetica, Verdana;
font-size: 1.1em;
font-weight: bold;
text-align: left;
}

 #content
{
margin: 0;
padding: 1em;
/*background: url("../img/content_bg.png") #ba60b9 top left repeat-y ;*/
background: url("../img/body_bg.png") #a0249f top center no-repeat;
/*background-color:  #a0249f;*/ /*#ba60b9 */
text-align: left;
}

#contentnobg {
margin: 0;
padding: 1em;
text-align: left;
}

#leftshow { 
float: left;
width: 38%; 
margin-right: 4px;	
background: url("../img/left_bg.png") #a0249f top left repeat-x;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #fff;
background: url("../img/footer_bg.png") #a0249f bottom center no-repeat;
/*background-color: #a0249f;*/
/*border-top: 1px solid #911f90;*/
}
