@import url("../style.css");
/*
Author:		Donny Burnside
Website:	http://www.ginger-ninja.net/
*/

/* Misc. */

* {
	margin:0;
	padding:0;
}
	
		
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 15%;
	margin-right:10%;
	margin-top:2em;
	margin-bottom:2em;
	margin:25px 0 25px 0
	color: #FFF;#00F
	background-color: #0FF;
	background-image: url(images/0004.jpg);
	background-repeat: repeat;
	}
img {
	border:0;
	}
p {
	margin-bottom:20px;
	padding: 3px;
	line-height:16px;
	text-align: justify;
	border-color: #903;
	}
.bleached 
	{
	color: #00F; 
	} 
/* Structure */

#wrapper {
	width:700px;
	margin:0 auto;
	}
#header {
	height:100px;
	line-height:100px;
	background-image:url(images/bg-header.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	color: #993;
	}
#navigation {
	float:right;
	margin-right:15px;
	}
#content {
	background-color:#fff;
	background-image: url(images/0012.jpg);
	background-repeat: repeat;
	background-position:top center;
	padding:10px 5px;
	}
#footer {
	height:75px;
	text-align:right;
	background-image:url(images/0071.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	line-height:24px;
	color: #03F;
	}
blockquote
	{
	border: medium,  #303, thick ;
	background: #CFF;
	padding: 1em;
	margin: 5px;
	height: inherit;
	}

/* Navigation */

#navigation ul {
	list-style-type:none;
	}
#navigation li {
	float:left;
	text-align:center;
	text-transform:lowercase;
	}
#navigation li a {
	display:block;
	height:100px;
	width:75px;
	text-decoration:none;
	color:#ffffff;
	}
#navigation li a:hover {
	color:#222222;
	background:url(images/0004.jpg);
	background-repeat:repeat-x;
	}
#navigation .active {
	color:#222222;
	background:url(images/6778.jpg);
	background-repeat:repeat-x;
	}

/* Headings */

h1 {
	font-size:24px;
	letter-spacing:-1px;
	color: #CF0;
	text-align: left; 
	}
h3 {
	font-size:16px;
	color:#60C;
	background: #0CC;
	padding:0.5em;
	text-decoration: none;
	 }
/* Link Colors */
p a {
	color:#00F;
	text-decoration: underline;
h1 a {
	color:#fff;
	text-decoration:none;
	}
h1 a:hover {
	color:#fff;
	}

#content a {
	color:#222222;
	text-decoration:none;
	font-weight:bold;
	}
#content a:hover {
	color:#222222;
	text-decoration:underline;
	}

#footer a {
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
	}
#footer a:hover {
	color:#ffffff;
	}#wrapper #header h1 a {
	font-family: Verdana, Geneva, sans-serif;
	}
#wrapper #content p a u {
	color: #90C;
}
