body {
	margin: 0;
	padding:0;
	background-color: #FFF;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 943px;
}

#header {
	float: left;
	height: 215px;
	width: 943px;
	margin-top: 10px;
	background-image: url(../../../../Documents/Aussam%20Web/images/header.gif)
	
}
#menu {
	height: 35px;
	width: 650px;
	float: left;
	margin-top: 20px;
		
}
#main {
	float: left;
	height: auto;
	width: 943px;
}

#leftcol {
	float: left;
	height: auto;
	width: 300px;
	margin: 10px;
	border-color: #093;
	border-style: solid;
}

#rightcol {
	float: right;
	height: auto;
	width: 560px;
	margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

#footer {
	float: left;
	height: 250px;
	width: 943px;
}

a img {
	border-style: none;
}
	
	
