body,
html {
    margin:0;
    padding:0;
    background:url('headerback.jpg');
    }
body {
    min-width:750px;
    }
#wrap {
    background:#FFF;
    margin:0 auto;
    width:750px;
	border: 2px solid #336;
    }
#header {
    background:#336;
	height: 112px;
	text-align:center;
    }
#nav {
    background: url('menu.jpg');
	height: 20px;
	text-align: right;
	margin-top:3px;
	border-bottom: 1px solid #336;
    }
.auraimg {
		position: relative;
		top: 5px;
}
#main {
    background:#FFF;
    float:right;
    width:600px;
    }
#sidebar {
    background:#FFF;
    float:left;
    width:140px;
	border-right: 1px solid #336;
	border-bottom: 1px solid #336;
    }
	
#searchbar {
    background:#FFF;
	padding-top:5px;
}

#footer {
    background:url('menu.jpg');
	clear:both;
	height: 28px;
	padding-bottom:5px;
    }	
#extradiv1 {
	background:  url('linedraw3.jpg');
	background-repeat: no-repeat;
	height:112px;
	width:96px;
	float: left;
	margin-left: 5px;
}
#extradiv2 {
	background:  url('dolphins.jpg');
	background-repeat: no-repeat;
	height:112px;
	width:75px;
	float: right;
	margin-right: 5px;
}
#cartdiv {
    border-top: 1px solid #336;
}