html, body, #wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

body{
font-size:10px;
}


#main {
	min-width:615px;
	max-width:987px;
	margin:auto;
}

#main-padding{
 padding:0 25px 0 25px;
}



#footer {
	min-width:615px;
	max-width:987px;
	height:60px;
	color:#ccc;
	margin:70px auto 0 auto;
}

#footer-padding{
	padding:0 25px 0 25px;
}


#header-image{
height:285px;
overflow:hidden;
background-color:#CCCCCC;
position:relative;
}


#header-top{
position:relative;
margin-top:-285px;
z-index:100;
height:32px;
background-image:url(../images/left-top.png);
}

#left{
width:215px;
float:left;
text-align:justify;
}

#left{
width:215px;
float:left;
text-align:justify;
}

#left-top{
background-color:#ededed;
}

#left-top a img{
border:0;
}


#left-top-bottom{
height:43px;
width:215px;
background-image:url(../images/left-top-bottom.jpg);
background-repeat:no-repeat;
background-position:top;
}

#right{
margin-left:215px;
}



