body {
  margin:0px;
}

#wrapper {
	margin: 0px auto;
	width: 760px;
	height: auto;
	border: 4px solid #8D1D8A; 
	
	/**border-bottom: 1px solid #000;*/
	
}
#main {
  position:relative;
  width:760px;
  top:110px;
  padding-bottom:110px;
  padding-left: 0px;
}
#top {
  position:absolute;
  top: 4px;
  height:109px;
  width:760px;
  background-color: #ccc;
  background-image:url(Images/header2.gif);
  background-position: center;
  background-repeat:no-repeat;
  border-bottom: 4px solid #8D1D8A; 
}
#bottom {
  position:relative;
  height:30px;
  width:760px;
  padding-top:5px;
  background-color:#b5a6aa;
}

 #navcontainer ul
{
border-bottom: 1px solid #8D1D8A; 
padding-left: 0;
margin-left: 0;
background-color: #194253;
color: White;
float: left;
width: 760px;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.1em 1em;
background-color: #194253;
color: White;
text-decoration: none;
float: right;
border-left: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #9bb2ca;
color: #fff;
}

/**p.vavbar {font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size: 18px;
			background-color:#4682b4;
			border:1px solid #8D1D8A;
			padding:0%;
			text-align:center;
}

p.navbar a:link {color:#ffffff;
					text-decoration:none;
					
}

p.navbar a:hover{ background-color:#800080;
					color:white;
					text-decoration: none;
}					