@charset "utf-8";
/* CSS Document */

body{
	background:url(images/bg.jpg) no-repeat top right #a68461;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

h1{
	font-size:16px;
	margin:15px 0;
	padding:0;
}

p{
	margin:15px 0;
	padding:0;
	font-size:13px;
	line-height:140%;
}

a{
	color:#fff;
}

ul{
	font-size:13px;
}

#container{
	width:883px;
	margin:0 auto;
}

#header{
	width:883px;
	height:149px;
	background:url(images/header.jpg) no-repeat top left;
}

#images-top{
	width:883px;
	height:21px;
	background:url(images/header-top.jpg) no-repeat top left;
}

#images{
	width:883px;
}

.image{
	float:left;
}

.image a img{
	border:none;
}

#content{
	width:883px;
	padding:0;
	margin:20px 0 0 0;
}

#more-images{
	float:right;
	width:180px;
	margin:0 0 20px 60px;
}

#more-images img{
	margin:3px 0;
	padding:3px;
	border:1px solid #fff;
}
