html { overflow-y:scroll; }
body { margin:0px; padding:0px; background-color:#fff; height:100%; }
body, td, input, a { font-family:Tahoma,Helvetica,Arial; }
a { color:#2C1843; }
a:hover { color:#A5A5DB; }
hr { height:1px; color:#9E9EC3; }

#wrapper { margin:0px auto 0px auto; width:960px; }

#header { position:relative; height:113px; background:url(/images/header.png) left top repeat-x; }
#share { position:absolute; bottom:20px; right:20px; }
#donate { position:absolute; top:20px; right:20px; }

#logo { padding:20px 0px 0px 10px; }
	#logo h1,
	#logo h2 { color:#2C1843; margin:0px 0px 5px 0px; }
	#logo h1 { width:110px; cursor:pointer; }
	#logo a { text-decoration:none; color:#2C1843; }
	#logo a:hover { text-decoration:underline; }
	
#navlinks { height:21px; display:block; margin:0px; padding:0px; list-style-type:none; background:url(/images/navlinks.gif) left top repeat-x; }
	#navlinks li { display:inline; float:left; width:130px; border-right:1px solid #fff; }
	#navlinks a { height:21px; display:block; font-size:13px; line-height:21px; text-transform:lowercase; text-decoration:none; color:#2C1843; text-align:center; }
	#navlinks a:hover { text-decoration:underline; }

#maincontent { font-size:14px; line-height:19px; border:solid #9E9EC3; border-width:0px 1px; padding:10px 15px; }



#footer { height:21px; margin:0px 0px 10px 0px; padding-right:20px; background:url(/images/navlinks.gif) left top repeat-x; text-align:right; }
	#footer,
	#footer a { font-size:13px; line-height:21px; text-transform:uppercase; color:#2C1843; font-weight:bold; }
	#footer a { text-decoration:underline; }

.sponsored { text-decoration:none; border-bottom:1px dashed red; background-color:#eaeaea; padding-bottom:2px; }
	.sponsored span { border-bottom:1px dashed red; }
.sponsored:hover { background-color:#666; color:#fff; border-color:#fff; }
	.sponsored:hover span { border-color:#fff; }
