
/* CSS Document */
*  {	margin:0;
		padding:0;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
}

body {	
	text-align:center;
	background:#c6c2b8;
}

#page {
	margin: 2em auto;
	background:#fff;
	width:940px;
	text-align:left;
}

#header {
	width:940px;
	height:189px;
	background: url(../images/header.jpg);
	border-bottom:1px solid #aca183;
}

#lower-content {
	width:940px;
	background:#e5dfcf;
	height:auto;
	float:left;
}

#footer {
	width:940px;
	height:20px;
	float:left;
	background:url(../images/footer.jpg);
	margin-bottom:2em;
}

#upper-content {
	width:940px;
	background:url(../images/text-bg.jpg);
	height:250px;
	float:left;
}

#upper-content a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#upper-content a:hover{
	text-decoration:underline;
}

#upper-content-high {
	width:940px;
	background:url(../images/text-bg.jpg);
	height:400px;
	float:left;
}

#upper-content-high a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#upper-content-high a:hover{
	color:#aca183;
	text-decoration:none;
}


#header ul li {
  display:inline;
}

#header ul {
	list-style:none;
	padding:0.2em 2em;
	margin:0;
	float:right;
	font-size:10px;
}

#header li a{
	float:right;
	padding-left:20px;
	color:#fff;
	text-decoration:none;
}

#lower-content {
	padding-bottom:20px;
}

#lower-content h1, #lower-content h2, #lower-content p {
	padding:0;
	margin:0;
}

#lower-content h1 {
	font-size:24px;
}

#lower-content h2 {
	font-size:18px;
}

#lower-content p {
	font-size:12px;
}

#upper-content h1, #upper-content h2, #upper-content p, #upper-content-high h1, #upper-content-high h2, #upper-content-high p {
	padding:15px 40px 0 20px;
	margin:0;
	color:#f3eddd;
}

#upper-content h1, #upper-content-high h1 {
	font-size:24px;
	font-weight:normal;
}

#upper-content h2, #upper-content-high h2 {
	font-size:18px;
}

#upper-content p, #upper-content-high p {
	font-size:12px;
	padding-top:5px;
}

#lower-content .lower-images {
	float:left;
	width:940px;
	height:180px;
}

#lower-content .lower-images-big {
	float:left;
	width:940px;
	height:350px;
}


#lower-content img {
	width:200px;
	height:130px;
	margin:15px 0 5px 18px;
	padding:0;
	border:2px solid #fff;
	overflow:hidden;	
}



.clear {
	clear:both;
}

.shop {
	width:200px;
	float:left;
	margin-right:30px;
}

.shop-big {
	width:435px;
	float:left;
	margin-right:30px;
}

.shop a {
	display:block;
	width:200px;
	text-align:center;
	color:#776d50;
	text-decoration:none;
	font-size:14px;
	margin:0;
	padding:0;
}

.shop-big a {
	display:block;
	width:435px;
	text-align:center;
	color:#776d50;
	text-decoration:none;
	font-size:14px;
	margin:0;
	padding:0;
}

.shop-big a img {
	width:435px!important;
	height:315px!important;
	margin:15px 0 5px 18px;
	padding:0;
	border:2px solid #fff;
	overflow:hidden;	
}

.shop p a {
	margin-left:30px;	
}
	
a:hover {
	text-decoration:underline;
	}





