body {
	background: url('i/bg.png') repeat-x top #dcd7b6;
	margin: 0;
	font-family: Arial;
	color: #333;
}

img {
	border: 0;
}

p.center {margin: 0 auto;}

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

#top {
	width: 800px;
	height: 280px;
}

#top-left {
	width: 400px;
		height: 142px;
	padding: 35px 0 0 0;
	float: left;
}

#top-left img a {border: 0;}

#top-right {
	width: 380px;
	float: right;
	padding: 20px 0 0 0;
}


#top-right a {
	width: 140px;
	height: 30px;
	display: block;
	margin: 0 0 0 170px;
}

#top-right a.home {background: url('i/top-bar/home.png') center left;}
#top-right a.home:hover {background: url('i/top-bar/home.png') center right;}

#top-right a.site {background: url('i/top-bar/site.png') center left;}
#top-right a.site:hover {background: url('i/top-bar/site.png') center right;}

#top-right a.about {background: url('i/top-bar/about.png') center left;}
#top-right a.about:hover {background: url('i/top-bar/about.png') center right;}

#top-right a.privacy {background: url('i/top-bar/privacy.png') center left;}
#top-right a.privacy:hover {background: url('i/top-bar/privacy.png') center right;}

#top-right a.terms {background: url('i/top-bar/terms.png') center left;}
#top-right a.terms:hover {background: url('i/top-bar/terms.png') center right;}

#top-right a.contact {background: url('i/top-bar/contact.png') center left;}
#top-right a.contact:hover {background: url('i/top-bar/contact.png') center right;}

#top-right a.log {background: url('i/top-bar/log.png') center left;}
#top-right a.log:hover {background: url('i/top-bar/log.png') center right;}



#middle {
	width: 800px;
	height: 300px;
}

#middle-left {
	float: left;
	clear: left;
	height: 270px;
	width: 425px;
	padding: 10px 0 0 0;
	display: inline;
	font-size: 12px;
}

#middle-left h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0 0 0;
	margin: 0;
	color: #333;
	width: 425px;
}

#middle-left p {
	width: 215px;
	display: inline;
}

#middle-left p a {
	color: #333;
	text-decoration: none;
}

#middle-left p a:hover {text-decoration: underline;}

#middle-left p.one {
	padding: 0 0 0 10px;
	float: left;
}

#middle-left p.two {float: left;}

#middle-right {
	width: 345px;
	float: right;
	clear: right;
	height: 270px;
	font-size: 12px;
}

#middle-right h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0 0 0;
	margin: 0;
	color: #333;
}

#middle-right p {
	width: 230px;
	display: inline;
	padding: 0 0 0 10px;
	float: left;
}

#middle-right p a {
	color: #333;
	text-decoration: none;
}

#middle-right p a:hover {text-decoration: underline;}

#middle-right a {
	color: #333;
	text-decoration: none;
}

#middle-right a:hover {text-decoration: underline;}


#bottom {
	width: 780px;
	padding: 15px 0;
}

.feature {font-size: 12px;}

.feature h1 {
	font-size: 18px;}

.feature a {color: #333;}

.feature h2 {font-size: 18px;}

.feature h2 a {color: #333;}

.text #home {
	width: 780px;
}

.text p {
	padding: 0 0 16px 0;
}

.text a {
	text-decoration: underline;
	color: #333;
}

.text a:hover {
	text-decoration: none;
}


#footer {
	width: 100%;
	height: 120px;
	background: #ece9d8;
}

#footer2 {
	margin: 0 auto;
	width: 780px;
	padding: 18px 0 0 0;
}

#footer a {
	color: #333;
	text-decoration: none;
}

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