/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #000000;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 190px;
	margin: 0px auto;
	padding: 5px 0px;
	background: #FFFBFD url(../images/top.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
	text-align: center;

}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

#contenti {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	background: #000000;
}


#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	background: #000000;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
	color: #99CCFF;
}

#middle {
	width: 730px;
	padding: 20px 20px 20px 20px;
	color: #000000;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 0px solid #666666;
	background: url(images/) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}






/*******************************/
/*******************************/
/************* FISH ************/
/*******************************/
/*******************************/










#container {
	width: 150px;
	background: #F4ECD9;
	text-align: left;
	border: 1px solid #eda;
	margin: 0 auto;
}

p {
	background: url() center no-repeat;
	margin: 1px 2px;
}

p#smurf {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #7C6240;
}

#smurf strong {
	font-size: 10px;
	color: black;
}



#nav, #nav ul {
	float: left;
	width: 770px;
	list-style: none;
	line-height: 18px;
	background: #000000;
	font-weight: bold;
	padding: 00px;

	margin: 00px;
	text-align: center;
}

#nav a {
	display: block;
	float: right;
	width: 150px;
	w\idth: 70px;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 0px;
	

}



#nav li {
	float: left;
	padding: 0;
	width: 150px;
	w\idth: 100px;
	text-align: center;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	background: #000000;
	width: 160px;
	w\idth: 105px;
	font-weight: normal;
	border-width: 0px;
	margin: 0;
}

#nav li li {
	padding-right: 0px;
	width: 95px
}

#nav li ul a {
	width: 150px;
	w\idth: 95px;
}

#nav li ul ul {
	margin: 15px 0 0 7px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	width: 98px;


}

#nav li:hover, #nav li.sfhover {
	background: #000000;
}

#content {
	clear: left;
}

#content a {
	color: #FF0000;
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	height: 100px;
	background: white url(../images/header_bg.gif) no-repeat;
	border: solid #eda;
	border-width: 1px 0 0 0;
	margin: 1px 0 0 0;
	padding: 5px 5px 5px 5px;
}

#scaffolding a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 100px;
	background: url(/images/) no-repeat;
	background-position: 100px 0;
	padding: 5px 5px 5px 5px;
}

#scaffolding a:hover {
	background-position: 100px -10px;
}