/* RESET */

body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin: 0px; padding: 0px; }

/* GENERIC */

body {
    background: #fff1eb;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
	
}

#wrapper {
    background: #4a2516;
    width: 1000px;
    margin: 0 auto;
    height: auto !important;
}

#bkg {
    background: url(imgs/bkg.png) repeat-y center center scroll;
}


/* HEADER */

#header {
	background: url(imgs/header.jpg) no-repeat 0 0 scroll;
	width: 1000px;
	height: 301px;
	margin: 0 auto;
	position: relative;
	background-image: url(imgs/header.jpg);
}

#header p {
    width: 420px;
    max-height: 70px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}

a#enter {
    display: block;
    position: absolute;
    width: 415px;
    height: 130px;
    top: 115px;
    left: 20px;
    text-indent: -9999px;
}

/* THUMBS */

#content {
    background: url(imgs/model.jpg) no-repeat scroll 0 0;
    width: 1000px;
    height: 701px;
    margin: 0 auto;
}

#thumbs {
    width: 520px;
    float: left;
    margin-top: 20px;
}

#thumbs img {
    margin: 10px 0 0 10px;
    width: 240px;
    height: 320px;
}

#thumbs a img {
    border: 0 none;
}

#banner {
    float: right;
    margin-right: 10px;
}

#banner a img {
    border: 0 none;
}

/* FOOTER */

#footer {
	background: url(imgs/tour.jpg) no-repeat 0 0 scroll;
	width: 1000px;
	height: 198px;
	margin: 0 auto;
	position: relative;
	background-image: url(imgs/tour.jpg);
}

a#tour {
    display: block;
    position: absolute;
    width: 950px;
    height: 115px;
    top: 65px;
    left: 45px;
    text-indent: -9999px;
}

#footer p {
    width: 900px;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
}


/* TOOLS */

.clear {
    clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
