/* Terri Stuff Nav CSS Document */

body	{
	margin:0px;
	}

#navWrap	{
	width:100%;
	height:80px;
	background-color:#3400ce;
	background-image:url(../images/oldNavBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}

#corner	{
	float:left;
	width:73px;
	height:80px;
	}

#menu	{
	width:510px;
	height:80px;
	float:left;
	}

#spacer	{
	/*background-image:url(../images/oldNavBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:50%;
	height:80px;
	float:right;*/
	}

