@charset "utf-8";
/* CSS Document */

	
#container
{
	margin: 0 auto;
	width: 780px;
	background-color: #fff;

			
}

#header
{
	background:#ccc;
	
	
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 780px;
	background-color: #262626;	
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}
#container #content ul li {
	display: inline;
}


#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color:#fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover {
	background-color: #243E4D;
}

#content
{
	clear: left;
	padding: 20px;
	text-align: left;
}

#content h2
{
	color:#000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#footer
{
	background:#ccc;
	text-align: left;
	padding: 2px;
	height: 1%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
}
body {
	background-color: #262626;
	background-image: url(images/websitebackgroundfade.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 5px;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
a:link {
	color: #666;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-shadow: 0 0 0.2em #3B94A2, 0 0 0.2em #3B94A2, 0 0 0.2em #3B94A2;


	text-decoration: underline;
	action: underline;
}

a:active {
	color: #7E2749;
	font-style:normal;
	text-decoration: underline;
}
#hello p img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-shadow: 0 0 0.2em #3B94A2, 0 0 0.2em #3B94A2, 0 0 0.2em #3B94A2;
		
}
a:hover img.hello {
	
	-moz-box-shadow: 1px 1px 10px #194983;
	-webkit-box-shadow: 1px 1px 10px #194983;
        box-shadow: 1px 1px 10px #194983;
}
#icons {
	width: 750px;
	
}
#icons image {
	float: none;
	#container #content ul 
	list-style-image: none;
	list-style-type: none;
	
}

a:hover img.imagedropshadow {
	
	-moz-box-shadow: 1px 1px 20px #194983;
	-webkit-box-shadow: 1px 1px 20px #194983;
        box-shadow: 1px 1px 20px #194983;
}
#copyrighticons {
	width: 750px;
	
}
#copyrighticons img {
	float: none;
	-moz-box-shadow: 1px 1px 20px #194983;
	-webkit-box-shadow: 1px 1px 20px #194983;
        box-shadow: 1px 1px 20px #194983;
	border: 0px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 0px;
}
