/*=== Setup ===*/
* {
	border:0;
	margin:0;
	padding:0;
}

body {
	background:url(../images/bgr.jpg) #99dff5 repeat-x top center;
	color:#66962c;
	font:.9em Arial,Verdana,Helvetica,Sans-Serif;
	padding:0 0 15px;
}

a {
	color:#517722;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

input,select,textarea {
	border:#999999 1px solid;
	font-size:1em;
	padding:2px;
	clear:right;
}

form {
	width:490px;
}

form p {
	font-size:90%;
	color:#999;
	margin-left:120px;
}

form label,form input {
	font-size:110%;
}

form label {
	color:#66962c;
	margin-left:-120px;
}

input.donate {
	width:150px;
}

li {
	list-style:none;
}

h2 span {
	display:none;
	height:47px;
}


	
/*=== Layout ===*/
#page {
	margin:0 auto;
	width:873px;
}


	
/*=== Header ===*/
#header {
	height:177px;
}


	
/*- Logo -*/
#header h1 {
	background:url(../images/logo.gif) no-repeat;
	float:left;
	text-indent:-9999px;
}

#header h1 a {
	display:block;
	height:177px;
	width:560px;
}

#header h1 a:hover {
	text-decoration:none;
}


	
/*=== Navigation ===*/
.nav {
	font-size:.75em;
	font-weight:bold;
}

.nav li {
	margin:0 0 4px;
}

.nav li a {
	background:url(../images/ico-carrot.gif) no-repeat 2px 2px;
	color:#66962c;
	display:block;
	height:16px;
	line-height:16px;
	padding:0 0 0 16px;
}

.nav li a:hover,.nav li.active a {
	background:url(../images/ico-carrot.gif) #66962c no-repeat 2px 2px;
	color:#ffffff;
	text-decoration:none;
}


	
/*=== All Columns ===*/
#columns h2,#columns h3 {
	color:#517722;
	font-size:1.6em;
	font-weight:normal;
	margin:0 0 10px;
}

#columns h3 {
	margin:0 0 5px;
}

#columns h4 {
	color:#bdbcbd;
	font-size:.75em;
	margin:0 0 5px;
}

#columns p {
	padding:0 0 10px;
}


	
/*=== Left Column ===*/
#leftcol {
	float:left;
	width:120px;
}


	
/*=== Center Column ===*/
#centercol {
	float:right;
	width:743px;
}


	
/*=== Styling Boxes ===*/

	
/*- Box1 -*/
.box-top {
	background:url(../images/box-top.gif) no-repeat top;
	height:9px;
	overflow:hidden;
}

.box {
	background:url(../images/box-bgr.gif) no-repeat bottom;
	height:1%;
	padding:0 7px 8px;
}


	
/*- Box2 -*/
.box2-top {
	background:url(../images/box2-top.gif) no-repeat top;
	height:10px;
	overflow:hidden;
}

.box2 {
	background:url(../images/box2-bgr.gif) no-repeat bottom;
	height:1%;
	margin:0 0 15px;
	padding:13px 20px 15px;
}

.box2 h2 {
	height:47px;
}

.box2 p {
	line-height:18px;
}


	
/*- Box3 -*/
.box3-top {
	background:url(../images/box3-top.gif) no-repeat top;
	height:10px;
	overflow:hidden;
}

.box3 {
	background:url(../images/box3-bgr.gif) no-repeat bottom;
	color:#b6db85;
	height:1%;
	line-height:33px;
	margin:0 0 10px;
	padding:0 15px 10px;
}

.box3 a {
	color:#b6db85;
}


	
/*- Wrapper -*/
.wrapper {
	background:url(../images/wrap-bgr.gif) no-repeat bottom;
	float:left;
	margin:0 0 18px;
	width:364px;
}

.wrapper h3 {
	position:relative;
}

.wrapper h3 a {
	float:left;
	display:block;
	height:22px;
}

.wrapper .top {
	background:url(../images/wrap-top.gif) no-repeat top;
	height:9px;
	overflow:hidden;
}

.wrapper .spacer {
	height:1%;
	padding:5px 13px 10px;
}

.wrapper img.fl {
	border:1px solid #a0cf65;
}

.gender {
	height:21px;
	margin:-5px 0 10px;
	position:relative;
	text-align:right;
}


	
/*=== Advertisement ===*/
div#ad {
	background:url(../images/ad.gif) no-repeat;
	height:103px;
	position:absolute;
	right:0;
	text-indent:-9999px;
	top:0;
	width:148px;
}

div#ad a {
	display:block;
	height:148px;
	text-decoration:none;
}


	
/*=== Footer ===*/
#footer {
	clear:both;
	color:#5d92d8;
	font-size:.7em;
	height:11px;
}

#footer .fl {
	margin-left:20px;
}

#footer .fr {
	margin-right:10px;
}

#footer img {
	margin:5px 0 0;
}

#footer a {
	color:#5d92d8;
}


	
/*=== Misc. ===*/
.fix {
	clear:both;
	height:1px;
	margin:0 0 -1px;
	overflow:hidden;
}

.fl {
	float:left;
}

img.fl {
	margin:0 13px 0 0;
}

.fr {
	float:right;
}

img.fr {
	margin:0 0 5px 10px;
}

.ar {
	text-align:right;
}

form p {
	display:block;
	clear:both;
}

label {
	width:100px;
	display:block;
	text-align:right;
	float:left;
	margin-right:10px;
	line-height:24px;
}

input,textarea {
	line-height:24px;
	width:350px;
}
span.normal input { width: 50px; }

textarea {
	height:250px;
}

input.submit {
	/*background:#fdb352 url(../images/button_back.gif) top left;*/
	background:#fdb352;
	height:24px;
	line-height:14px;
	color:#517722;
	font-weight:bold;
	border:3px solid #fe9c45;
}

div.pagination {
	padding: 0.5em 2em 1.5em;
	overflow: hidden;
}

div.page_links {
/*	overflow: hidden;*/
}

div.pagination a.newer {
	float: right;
}
