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

body {
margin: 0;
padding: 2px;
font: small Verdana, Arial, Helvetica, sans-serif;
color: #000;
background-color: #fff;
text-align: center;
line-height: 1em;
}
body p {
padding: 8px;

}
body a {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}
body a:link {
	text-decoration: none;
	color: #990000;
}
body a:visited {
	color: #000000;
	text-decoration: overline;
}
body a:hover {
	text-decoration: underline;
	color: #663333;
}
body a:active {
	text-decoration: none;
}
#wrap {
width: 600px;
margin-left: auto;
margin-right: auto;
padding: 0;
border: 2px solid #990000;
}
#logo {
background: #fff url(IHYWDlogo.jpg) no-repeat;
margin-left: auto;
margin-right: auto;
padding: 0;
height: 355px;
width: 500px;	
}
#logo span {
display: none;
}

#logo ul {
 padding-top: 400px;
	padding-right: 12px;
	text-align: right;
	list-style: none;
 }

#logo li  {
display: inline;
	margin: 0 12px;
}
#logo li a:link {
	color: #000000;
	text-decoration: none;
}
#logo li a:visited {
	color: #660000;
	text-decoration: line-through;
	}
#logo li a:hover {
color:#333333;
text-decoration: overline;
}

#logo li a:active {
	text-decoration: underline;
	color: #660000;
}

#main {
	width: 600px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: #999 small Helvetica, sans-serif;
	text-align: justify;
	line-height: 1em;
}

#foot {
	clear: both;
	background: url(footer.jpg) no-repeat;
	background-position: center;
	color: #000000;
}
#foot span {
display: none;
}
.foot p {
margin: 0px;
padding: 8px;
font: #999 smaller Helvetica, sans-serif;
}
