

#outer
{
	width: 795px;
	margin: 0 auto;
	text-align: left;
}

#header 
{
	height: 100px; /* 115px; */
/*	border: solid 1px yellow; */
}

#logo 
{
	width: 214px;
	float: left;
	margin-right: 15px;
}

#logoimg
{
	width: 214px;
	height: 80px;
	border: 0;
}

#nav 
{
	margin: 27px 0 0 40px;
	width: 521px;
	height: 53px;
	float: left;
}	


a, a:visited
{
	color: #A4B8D8;
	text-decoration: underline;
	border: solid 0px green;
}

a:hover 
{
	color: #ffffff;
}

img
{
	border: solid 0px red;
}

img.navspacer 
{
	border: solid 0px green;
	height: 16px;
	width: 24px;
}



/* really new stuff */
/*div { border-width: 1px; }*/

div.menuitem 
{
	display:block;
	float:left;
/*	width: 500px;
	height: 17px;
*/
}

div.menuchild a
{
	padding-bottom: 24px;
	display:block;
	float:left;
}

div.menuparent 
{
	display:block;
	clear:both;
	border-color: red;
/*	position:relative;*/
}
div.menuchild
{
	display:none;
	clear:both;
	border-color: blue;
	height: 17px;
/*	width:500px; */
/*
	position:absolute;
	top: 10px;
	left:0px;
*/
}
/*
#outer 
{
	position: relative;
}

#header 
{
	z-index: 100;
	position: absolute;
	top: 0;
	left:0;
}

#main
{
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 1;
}
*/
