body, h1, h2, h3{ margin: 0px; }
ul { list-style: none outside none;  margin: 0; padding: 0; }
img{ border: none; }
a { text-decoration: none; cursor: pointer; color:#0000EE;}

body{
	font-family: arial;
	font-size: 14px;
    color: #4d4d4d;	
	background: url('../pics/bkg.jpg');
}

.middle{
	width: 1000px;
	margin: auto;
	padding: 10px;
	overflow: hidden;
	position: relative;
	background-color: #ffffef;
}

#header{
	position: relative;
}

#header .middle{
	background-color: #ffffef;
}

#menu{
	overflow: hidden;
}

#content{
	overflow: hidden;
	width: 100%;
}

#content .middle{
	background-color: #ffffef;
}

#leftcontent{
	float: left;
	width: 650px;
	overflow: hidden;
}

#rightcontent{
	float: left;
	width: 350px;
	overflow: hidden;
}

#footer{
	clear: both;
	margin-bottom: 10px;
}

#footer .middle{
	background-color: #FFFFEF;
}


