body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF4F7;
}

#container {
	width: 779px;
	margin: auto;
	margin-top: 17px;
	margin-bottom: 17px;
	border: 1px solid #ffc0cb;
	background-color: #ffffff;
}

#header {
	width: 779px;
	height: 132px;
	margin: 0px;
	padding: 0px;
}

#headerbar {
	width: 779px;
	height: 6px;
	background-color:  #ffd6dd;
}

#topnav {
	width: 779px;
	height: 30px;
	background: url(../images/bg_nav1.jpg) repeat-x;
}

#contentcontainer {
	clear: both;
	width: 779px;
	height: auto;
}

#content {
	width: 583px;
	margin: 6px;
}

#content_admin {
	width: 767px;
	margin: 6px;
}

#footer {
	clear: both;
	margin: auto;
	width: 779px;
	height: 100px;
	text-align: center;
}


/* nav */
#nav {
  padding: 0px;
  margin: 0px;
  list-style: none;
  z-index: 5; 
	padding-left: 6px;
}

#nav ul {
	list-style: none;
	padding: 0px;	
	margin: 0px;
	z-index: 5;
}

#nav li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg_nav1.jpg) repeat-x;
	line-height:30px;
	height: 30px;
}
#nav li ul {
	display: none;
	position: absolute;
	top: 100%; 
	left: -30px;
	font-weight: normal;
	padding: 2px 0 2px 0;
	background-color: #cccccc;
    z-index: 100;	
	width: 160px;
}

#nav li ul li {
	display: block;
	float: none;	
	text-align: left;
	background-color: #cccccc;
	border-bottom: 1px solid #ffffff;
}
/* link styles */
#nav a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #000000;

}
#nav li a {
	display: block;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
}

#nav li ul li a {
	display: block;
	font-weight: bold;
	color: #000000;
}

#nav li a:hover {
	padding-left: 7px;
	padding-right: 7px;
	background: url(../images/bg_nav2.jpg) repeat-x;
	color: #000000;
}

#nav li ul li a:hover {
	background-color: #ffc0cb;
	color: #000000;
}

#nav li:hover ul, #nav li.over ul {
display: block;
z-index: 100;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav  ul li a { height: 1%; }
/* End */

.navdivider {
	border-right: 2px solid #ffffff;
}