div {
border: 0px solid #cccccc;
}

  
body {
	margin:20px;
	text-align:center;
	padding:0;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
 }

#outer 
{
	text-align:left;
	width:760px;
	border: 1px solid #333333;
	background:url(../../images/template/menuback.gif) repeat-y top left;
	}
	
#header
{
    height: 130px;
    background: url(../../images/header/header.gif) no-repeat;
}
 
 #bodyblock {
    position:relative;
    width:760px;
    padding:0px;
    background:url(../../images/template/contentback.gif) no-repeat top right;
 }
 
#bodyblocksite {
    position:relative;
    width:760px;
    padding:0px;
 }
 
 
#left {
 float:left;
 width:180px;
 height:370px;
 margin-top: 0px; }
 
 
#menu
{
float:left;
width: 165px;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;

}

#menuhome
{
float:left;
width: 165px;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
}

#contenthome {
 width:569px;
 text-align:left;
 height: 370px;}
 


.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

#footer {
padding-top:4px;
text-align:left;
width:760px; }


