/* CSS Document */

body{
margin:0;
padding:0;
background-repeat: repeat;
text-align: left; 
color: #000; 
font-family: arial, geneva, verdana, sans-serif;
font-size: 12px;
background: #d3b38d;
}

html>body .container
{
width: auto;
min-width: 40px
} 

#wrapper {
	vertical-align: top;
	width: 802px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#container {
	width: 802px;
        min-height: 500px;
	position: relative;
	background-image:   url(images/mid.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#header {
	height: 150px;
	vertical-align: middle;
}

#column-left {
	width: 200px;
	position: absolute;
	left: 0px;
	background: transparent;
}

#column-left ul 
{
margin: 0; 
padding: 0; 
list-style-type: none;
}

#column-left li 
{
margin: 0 0 2px 0;
}

#column-right 
{
	width: 570px;
	text-align: left;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 210px;
}

.spacer {
	height: 20px;
}
.spacer-small {
        height: 1px;
}
#footer {
        text-align: center;
	position: relative;
	background-image:   url(images/footer.jpg);
	background-repeat: repeat-y;
	background-position: center top;
        margin-left: auto;
        margin-right: auto;
}

#footer p
{
color: #000;
font-weight:bold;
}

#page-end {
	text-align: center;
	vertical-align: bottom;
	clear: both;
	height: 80px;
	width: 802px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


