/*<style type="text/css">*/
body {
	margin:0px;
	padding:0px;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:13px;
	background:#d5eff8 url(diagonals.png);/*#8dd7f3 url(diagonals.png);2B809F*/
	background-repeat:repeat;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family:georgia,times,sans-serif;
}

#wrap {
	background-color:#ffffff;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	position:relative;
	
	/* IE min-height hack Stupid IE!!! */
	min-height:730px;
	height:auto !important;
	height:100px;
	/* End */
	
	padding:20px 0px;
	border:0px solid #2B809F;/*#fbdede;#ADAAAD; 1px*/
	background-image: url(gnu.png);
	background-repeat: no-repeat;
	background-position: center;
}

#sidebar {
	background-image:url(headimg.png);
	background-repeat:no-repeat;
	position:absolute;
	padding:89px 10px 10px 10px;
	top:-50px;
	left:-125px;
	width:230px;
	border:1px solid #2B809F;
	background-color:#ffffff;
}

#search input[name='query'] {
	width:40%;
}

#content {
	margin-left:20%;
	width:75%;
	padding:10px;
}

#content h1:first-child {
	text-align:center;
}

#content p{
	line-height:1.5em;
	text-align:justify;
}

#welcome {
	border:0px solid #ADAAAD;
	background-color:#4597b5;/*#8dd7f3;*/
	text-align:center;color:white;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	width:90%;
}

.footer {
	width:680px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	border:0px solid #ADAAAD;
	background-color:#4597b5;/*#8dd7f3;*/
	text-align:center;color:white;
	padding:10px;
}
/*</style>*/
