body {
	padding:0;
	margin:0;
	color:#441D1F;
	background:#dfcc93;
	font-family:Helvetica, Arial, sans-serif;
	font-size:medium;
}

a img {
	border:none;
}

#wrapper {
	width:1027px;
	margin:0 auto;
	background:url(../images/landing_bg.jpg) top left no-repeat
}

#main {
	height:711px;
	background-position:top right;
	background-repeat:no-repeat;
}
#header {
	height:60px;
	padding-top:50px;
	padding-left:80px;
}
#content {
	height:395px;
	width:310px;
	padding-left:80px;
}

#footer {
	height:32px;
	padding:10px;
	background:#441D1F;
	color:#F8D583;
	line-height:32px;
	font-size:x-small;
}

.bec a {
	color:#441D1F;
	text-decoration:none;
}
.bec ul {
	margin:0;
	padding:0;
	list-style:none outside;
	clear:both;
}
.bec li {
	width:33%;
	float:left;
	text-align:center;
}

h1 { font-size: 24px; font-weight:normal; }
h2 { font-size: 18px; font-weight:bold; color:#9F2D20; }
.small { font-size:small; }