/* Table of Contents 
=======================
	* - Global
	1 - Header
	2 - Structure
	3 - Nav
	4 - Search
	5 - Headings
	6 - Lists
	7 - Forms
	8 - Links
	9 - Misc
=======================
*/

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

body {
  background: url(../images/bg2.jpg) repeat-x top center;
}

/* 1- Header
----------------------------------------------- */

div#header {
	height: 454px;
}

img#give {
	position: absolute;
	display: block;
	margin-top: 200px;
	margin-left: 171px;
}

#home {
	position: absolute;
	margin-left: 575px;
	margin-top: 110px;
	display: block;
	width: 550px;
	height: 466px;
}

/* 2- Structure
----------------------------------------------- */

div#wrapper {
	width: 1280px;
	margin: 0px auto;
	text-align: left;
	background-image: none;
}

div#content {
	width: 100%;
	clear: both;
	display: inline-block;
	padding-bottom: 0px;
}

div#content div#left {
	width: 416px;
	display: block;
	float: left;
	margin-left: 153px;
	padding-top: 20px;
}

div#content div#right {
	display: block;
	float: right;
	margin-right: 133px;
	margin-top: 155px;
	width: 578px;
}

div#footer {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #e8d3ac;
	height: 100px;
}

/* 3- Nav
----------------------------------------------- */

ul#subnav {
	width: 100%;
	list-style-type: none;
	clear: both;
	text-align: center;
	margin-left: 143px;
	color: #543018;
	font-size: 12px;
}

ul#subnav li  {
	float: left;
}

ul#subnav li a {
	color: #543018;
}

ul#subnav li a span.text {
	width: 208px;
	height: 35px;
	overflow: hidden;
	margin: -10px auto 0px auto;
	position: relative;
	display: block;
}

/* 4- Search
----------------------------------------------- */

/* 5- Headings
----------------------------------------------- */

/* 6- Lists
----------------------------------------------- */

/* 7- Forms
----------------------------------------------- */

div#subscribe {
	width: 568px;
	height: 217px;
	background: url(../images/subscribe.png) no-repeat top center;
	display: block;
}

div#optin {
	position: relative;
	text-align: center;
	margin-left: 300px;
	top: 133px;
}

div#optin input#email {
	width: 200px;
}

div#optin input#submit {
	text-transform: uppercase;
}
/* 8- Links
----------------------------------------------- */

a#rss {
	width: 175px;
	height: 25px;
	display: block;
	position: absolute;
	float: left;
	margin-left: 350px;
	margin-top: 28px;
}

div#left a {
	font-weight: bold;
	text-decoration: underline;
}

/* 9- Misc
----------------------------------------------- */