html { 
  padding:5px;
  margin:5px;
  
}

body {
	border:3px solid white;
	font-family: Verdana, sans-serif;
	text-align: left;
	line-height: 1.5em;
	color: #333;
  	font-size: small;
	background: #333;
	}
/* ---( ad )----------------------------------- */
#ad
{
	
	padding: 6px 12px 6px 12px;
}
/* ---( title )----------------------------------- */
#title
{
	background:#ffdd88;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
        padding:6px 12px;
}

/* ---( content )----------------------------------- */
#content 
{
	background:#CCCCCC;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* ---( footer )----------------------------------- */

#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color:#999999;
	background: #262626;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#footer p {
	margin: 0;
	padding: 6px 12px 6px 12px;
	}

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

#footer a {
	color: #666;
	}
#footer a:hover {
	color: #999;
	}
	
/* ---( nav )----------------------------------- */
#nav a {
	
	padding: 8px 14px 8px 14px;
	text-decoration:underline;
	color: #666;
	background-color:#FFFFCC;
	font-weight: bold;
	}
#nav a:hover, #nav a.active {
	padding: 6px 12px 6px 12px;
	color: #000;	
	background-color:#666666;
	border:2px solid white;
	font-weight: bold;
	}
#nav a.active {
	font-weight: bold;
	}

#intro
{
	font-size: 125%;
        padding:6px 12px;
}

#donate 
{
	background:#CCCCCC;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding:6px 12px;
        
}
#donate p
{
 width:30em;
}

/*------------------------------------*\
	Mobile
\*------------------------------------*/
@media screen and (max-device-width: 480px){
#donate 
{
	padding:auto!important;
}
#donate p
{
 width:auto!important;
}
}
