body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0;padding: 0; }fieldset, img { border: 0; }
a      {	text-decoration: none;color: #464646;}
a:hover{	text-decoration: none;color: #e70000;}

body {	
    background: url(../images/bodybg.gif) repeat-x bottom center;
	color: #464646;
	font: 12px Arial;
}
#wrap {
	margin: 0 auto;
	width: 860px; _width: 870px;}

#container {
    background-color:transparent;
	margin: 0 auto ;
	width: 860px; _width: 870px;
}

#header {
    background-color:transparent;
	float:right;
	height:220px;
	width:656px;
	margin-right:0px;
	}

#content {
    background-color:#dddddd;
	border:1px solid #c1c1c1;
    font: 12px Arial;
    float:right;
	width:656px;
}
#contentin {
    font: 12px Arial;
    float:right;
	width:656px;
}


/* sidebar */
#sidebar {
    float: left;
	width: 185px;
	margin-right:15px;
	margin-top:0px;
	height: 100%;
	
}

#clearer {
	clear: both;height:80px;}

/* footer */
#footer {
	clear: both;
	line-height: 20px;
	height:110px;
	padding-left:225px;
}

#footer a{
	color: #818181;}
#footer a:hover{
    color: #b13d31;}

