body {
	margin:0;
	padding:0;
	height: 100%;
	background:#fff;
}

#main {
	width: 780px;
	margin-left:auto;
	margin-right: auto;
}

#header {
	height: 107px;
	background: #fff url(media/header.jpg) no-repeat top center;
	border-bottom:1px solid #cc0033;
}

#container 
{
    display:block;
    position:relative;
    border-left: 170px solid #cc0033;
}

#maincontent 
{
    display:block;
    margin-left:-170px;
    overflow:hidden;
}

#nav 
{
    float:left;
    width: 170px;
    background:transparent url(media/navround01.gif) no-repeat top left;
 }

#content 
{
    float:left;
    background:#fff url(media/content.jpg) no-repeat bottom right;
    width: 590px;
    min-height:400px;
    font: 13px verdana;
    position: relative;
    padding: 15px 0 0 10px;
}

/*start mainmenu style*/
#mainmenu
{
    width: 135px;
    font: 16px 'Trebuchet MS', Tahoma, Verdana;
    margin: 40px 0 0 10px;
    z-index:10;
}

#mainmenu a, #mainmenu a:visited
{
    display: block;
    background-color: transparent;
    text-decoration: none;
    height: 1.4em;
    line-height: 1.4em;
    width: 135px;
    color: #fff;
    padding-left: 1em;
    border:1px solid #cc0033;
    border-right-style:none;
    border-left-style:none;
}

#mainmenu a, * html .menu a:visited
{
    width: 135px;
}

#mainmenu a:hover
{
    color: #ffcc00;
    text-decoration: none;
    border: 1px solid #000;
    border-right-style:none;
    border-left-style:none;
}

#mainmenu a:active, #mainmenu a:focus
{
    color: #ffcc00;
    text-decoration: none;
    border: 1px solid #000;
    border-right-style:none;
    border-left-style:none;
}

/*end mainmenu style*/