body {
	/*background-image: url('../img/body-bg.jpg');*/
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #fff;	
	font-family: "Tahoma", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

.inside {
width: 980px;
margin: 0 auto 0 auto;	
}

.clear {
clear: both;
}

.nowzad-header
{
background-image: url('../img/nowzad-header.jpg');
background-repeat: repeat-x;
background-position: top center;
background-color: #ececec;	
width: 100%;
height: 160px;
}

.nowzad-header .web-logo
{
width: 300px;
margin: 20px 0 0 20px;
float: left;
}

.nowzad-header .donate-button
{
width: 240px;
height: 60px;
margin: 30px 20px 0px 0;
float: right;
}

.cta-button
{
width: 200px;
height: 140px;
margin: 30px 10px 0px 0;
float: right;
}






/* Page & Content Style --> */

.nowzad-page {
width: 100%;
padding: 30px 0 30px 0;
}

.nowzad-content-full {
margin: 0 30px 0 30px;
}

.nowzad-content-left {
float: left;
width: 700px;	
}

.nowzad-bar-right {
float: left;
width: 200px;
height: 500px;
}

.nowzad-content-right {
float: right;
width: 700px;
}

.nowzad-bar-left {
float: left;
width: 200px;	
height: 500px;
}


h1 {
font-family: 'Corben', 'cursive', "Tahoma", "Trebuchet MS", Arial, Helvetica, sans-serif;	
font-size: 32px;	
font-weight: bold;
padding: 10px 0 6px 0;
margin: 0 0 24px 0;
line-height: 1.2;
color: #4b3834;
border-bottom: 2px solid #cdc4b3;
}

h2 {
font-family: 'Corben', 'cursive', "Tahoma", "Trebuchet MS", Arial, Helvetica, sans-serif;	
font-size: 28px;	
font-weight: normal;
padding: 10px 0 10px 0;
margin: 0 0 20px 0;
line-height: 1.2;
}

h3 {
display: block;
font-size: 20px;
font-weight: normal;
margin: 0 0 20px 0;
font-family: 'Fauna One', serif;
}



.pageblock {
background: url('../img/pageblock-bg.png') no-repeat bottom center;
padding: 20px 0 20px 0;
margin: 0 0 20px 0;
font-family: Arial, Helvetica, sans-serif;
border-bottom: 1px solid #ccc;
overflow: auto;
}


.nowzad-featurebar {
width: 100%;
background: #c9c9c9;	
padding: 30px 0 30px 0;
overflow: auto;
}


.nowzad-footer
{
clear: both;
width: 100%;
background: url('../img/footer-bg.png') repeat-x top center;
padding: 80px 0px 90px 0px;
font-size: 13px;
color: #999;
}

.nowzad-footer .web-logo
{
width: 200px;
height: 60px;
margin: 20px 0 15px 0;
float: right;
clear: right;
}

.nowzad-footer ul.sitemap
{
list-style: none;
margin: 0;
padding: 30px 0 0 0;
}

.nowzad-footer ul.sitemap li a
{
display: block;
float: left;
color: #cd9933;
text-decoration: underline;
padding: 4px 15px 5px 15px; 
border-left: 1px solid #363636;
font-size: 12px;
}

.nowzad-footer ul.sitemap li a:hover
{
color: #fff;
text-decoration: none;
}



/* Navigation Menu --> */

.nowzad-menu {
clear: both;
padding: 0 0 0 0px;	
overflow: auto;
background: #584a48;
border-top: 1px solid #655654;
border-bottom: 1px solid #655654;
}

.nowzad-navigation {
margin: 0 0 0 20px;
clear: both;
text-align: center;
font-size: 13px;
padding: 0;	
list-style: none;
border-left: 1px solid #655654;
}

.nowzad-navigation li {
float: left;
text-transform: uppercase;
border-right: 1px solid #655654;
}

.nowzad-navigation li a {
	margin: 0px 0px 0 0;
	padding: 15px 15px 16px 15px;
	color: #d1c2a7;
	text-decoration: none;
}

.nowzad-navigation li a.donate {
	padding: 15px 15px 16px 15px;
	color: #f8b331;
	font-weight: bold;
}

.nowzad-navigation li a:hover {
	color: #ffffa4;
	text-decoration: none;
}

.nowzad-navigation li a, .main-navigation li {
display: inline-block;
}
.nowzad-navigation li a {
white-space: nowrap;
}
.nowzad-navigation li {
position: relative;
}





/* Misc Styles --> */

.usermsg-success {
display: block;
padding: 24px;
border-radius: 15px;
background: #060;
margin: 0 30px 30px 30px;
color: #fff;
}

.usermsg-error {
display: block;
padding: 24px;
border-radius: 15px;
background: #b32525;	
margin: 0 30px 30px 30px;
color: #fff;
font-size: 17px;
}

.usermsg-warning {
background: #F60;
display: block;
padding: 24px;
border-radius: 15px;	
margin: 0 30px 30px 30px;
color: #fff;
}