/* BODY */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #2E2927;
	background: url(images/background.png) repeat-x left top #D2CAB9;
}

a, a:visited {
	color: #375276;
	text-decoration: underline;
}

a:hover {
	color: #375276;
	text-decoration: none;
}


/* LINKS */




/* HEADER */

#header {
	background: #FFF;
	margin: 30px auto 0 auto;
	padding: 40px;
	text-align: left;
	width: 890px;
	overflow: hidden;
	border-top: 2px solid #C3BDB1;
	border-left: 2px solid #C3BDB1;
	border-right: 2px solid #C3BDB1;
}

#header h1 {
	font-size: 180%;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#header p {
	text-align: justify;
	margin: 0;
	line-height: 1.8;
	font-size: 100%;
	color: #4c4c4c;
}



/* CONTENT */

#content {
	background:  url(images/background_02.gif) repeat-x left top #FFF;
	margin: 0 auto 0 auto;
	padding: 40px;
	text-align: left;
	width: 890px;
	overflow: hidden;
	border-left: 2px solid #C3BDB1;
	border-right: 2px solid #C3BDB1;
	border-bottom: 2px solid #C3BDB1;
}

#content_left {
	float: left;
	font-size: 100%;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 330px;
}

.featured {
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 80%;
}

.featured .image {
	border: 2px solid #D9D9D9;
	padding: 2px;
	margin: 0 0 10px 0;
}

#shops {
	text-align: center;
	padding: 20px 20px 0 20px;
	margin: 30px auto 30px auto;
	font-size: 90%;
	border: 2px solid #D9D9D9;
	background:  url(images/background_02.gif) repeat-x left top #FFF;
	width: 222px;
}

#shops h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}

#shops h3 {
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 30px 0;
	color: #4c4c4c;
}

.shop {
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 90%;
}

.shop .image {
	border: 2px solid #D9D9D9;
	padding: 2px;
	margin: 0 0 10px 0;
}

#content_right {
	float: right;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 520px;
}

#content_right h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin: 30px 0 10px 0;
	padding: 0;
	line-height: 1.6;
	color: 2c2c2c;
}

#content_right p {
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 20px 0;
	text-align: left;
	line-height: 1.8;
	color: #4c4c4c;
}



/* FOOTER */

#footer {
	margin: 0 auto 10px auto;
	padding: 20px;
	text-align: center;
	width: 920px;
	color: #4c4c4c;
}

#footer p {
	font-size: 70%;
	margin: 0;
}

#footer a, a:visited {
	color: #4c4c4c;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}