@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;
	background-color: #60F;
	background-image:  url(images/yellow%20color.PNG); url(images/0008.jpg)  
	background-repeat: repeat;
	}
img {
	border:0;
	}
p {
	margin-bottom:20px;
	padding: 3px;
	line-height:16px;
	text-align: justify;
	border-color: #00C;  #903
	}

/* Structure */

#wrapper {
	width:700px;
	margin:0 auto;
	}
#header {
	height:100px;
	line-height:100px;
	background-color: #06F;
	background-image: url(images/0006.jpg)
	background-repeat:no-repeat
	padding-left:15px;
	color: #C00;
	font-size: 14px;
	}
#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 {
	letter-spacing:normal;
	color: #0F0;
	text-align: left;
	font-style: italic;
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	}
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;
}

