
body, #wrapper {
	background-color:#133c36;
	padding:0;
	margin:0;
	
}

/* http://gradients.glrzad.com/ */
/* yellowSand */
.yellowSand {
	background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.51, rgb(213,174,0)),
    	color-stop(0.9, rgb(178,145,0)),
    	color-stop(1, rgb(125,94,0))
	);
	
	background-image: -moz-linear-gradient(
    	center bottom,
    	rgb(213,174,0) 51%,
   	 	rgb(178,145,0) 90%,
    	rgb(125,94,0) 100%
	);
}

.yellowSand {
	background-color:#d6b000
}

/* wrapper */
#wrapper {
	width:1000px;
	margin:0 auto;
	background-color: #fff;
}

#wrapperInside {
	width:1000px;
	margin:0 0 0 0;
}

/* header */
header {
	position:relative;
}

#banner {
	position: relative;
	height: 196px;
	background-color: #133c36;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#banner h1 {
	position:absolute;
	left:260px;
	top:145px;
	padding-right:10px;
	font-size:1.5em;
	font-style:italic;
	font-weight:100;
	color:#fff;
	letter-spacing:.01em;
	text-shadow:#081e1a 10px 10px 5px;
}

#banner .goHome {
	position:absolute;
	left:50%;
	top:20px;
	margin-left:-200px;
	cursor:pointer;
	width:500px;
	height:115px;
	z-index:15;
}

header.blog #banner .goBlogHome {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:10;
}

header.blog #banner .goHome {
	left:auto;
	right:0;
	top:140px;
	margin:0;
	width:380px;
	height:35px;
}

#banner h1 strong {
	color:#d3ad00;
}



#welcome {
	position:absolute;
	right:12px;
	top:10px;
	width:180px;
	color:#fff;
	font-size:1.1em;
	text-align:right;
}

#welcome strong {
	display:block;
}

#welcome a {
	display:block;
	text-align:right;
	color:#fff;
	text-decoration:underline;
	font-size:.9em;
	margin-top:3px;
}

#welcome a:hover {
	text-decoration:none;
}


/* middle */
#middle {
	padding:15px 0 0 0;
	min-height:500px;
}

#middle:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; 
}

#middle {display:inline-block;}
/* clearfix in Opera \*/
* html #middle {height:1%; }
#middle {display:block;}
/* end clearfix */

#main {
	position:relative;
	padding:5px 25px 0 50px;
	overflow:hidden;
	font-size:1.1em;
	color:#0d352f;
}

.mainInner {
	margin-right:270px;	/* 225 + 45 */
}

#right {
	float:right;
	width:377px;
	/*border-left:1px solid #f1f1f1;*/
}



/* footer */
footer {
	color:#909090;
	text-align:center;
	font-size:1.1em;
}

footer ul {
	display:block;
	padding-top:40px;
	padding-bottom:10px;
	margin:0 auto;
	text-align:center;
}

footer li {
	display:inline;
	
}

footer a {
	padding:0 0 0 0;
	color:#909090;
	text-align:center;
	text-decoration:none;
	margin:0 0;

}

footer ul a {
	color:#707070;
}

footer a:hover {
	color:#444;
}

footer p {
	padding-bottom:15px;
}