@charset "utf-8";
body {
	text-align:center;
	background:#925F04;
	background-attachment:fixed;
	color:#923704;
	text-shadow: 4px 4px 4px #aaa;
}

#wrapper {
	width:960px;
	margin:0 auto;
	text-align:left;
	text-align: left;
	background:#EFCA10 ;
	position: relative;
	padding:10px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

#header {
	height:200px;
	width:100%;
	overflow:hidden;
	color:#923704;
	font-family: 'Tangerine', serif;
}

#content {
	width:800px;
	float:right;
	min-height:400px;
	margin-top:0;
	color:#006A35;
	font:16px Arial, Helvetica, sans-serif;
}

#content h1, #content h2, #content p {
	padding-right:20px;
}

#mainContent {
	width:540px;
	float:left;
	padding:5px;	
	/*border:#069 solid thin;*/
	background-color:#525f04;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#FFC url(/css/images/content_bg.jpg) repeat-y;
	/*background-image: -moz-linear-gradient(left, orange, yellow);*/
	color:#923704;
}

#mainContent h1, #mainContent h2, #mainContent p {
	padding-right:5px;
}

#secondaryContent {
	width:240px;
	float:right;
	padding-left:0;
	color:#006A35;
}

#secondaryContent h1, #secondaryContent h2, #secondaryContent p{
	padding-right:5px;
	padding-left:0px;
}

#mainNav {
	width:150px; 
	font-size:14px;
	color:#7A5F45;
}

#footer {
	clear:both;
	height:100px;
	padding-left:10px;
	height:200px;
}