body {
	width:auto;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
}

.wrapper {
	width: 780px;
	height: auto;
}

.logo-container {
	width:125;
	height: 86px;
	position: relative;
	
	margin-left: 10px;	
	float:left;
}

.menu-container {
	width: auto;
	height: 32px;
	float:left;
}

.menu-bg li {
	height: 10px;
	background-image:url(images/menu-bg.jpg);
	background-repeat:repeat-x;
	display:block;
	float:left;
}

ul.menu{
	float:left;
	margin: 0px;
	padding: 0px;
	width		:auto;
	list-style: outside;
	list-style-type: none;
}

.menu li{
	height:32px;
	background-image : url(images/menu-bg.jpg) ;
	background-repeat:repeat-x;
	float:left;
	margin: 0px;
	padding: 0px;
	list-style:outside;
	list-style-type: none;
}

.seperator {
	width: 2px;
	height: 32px;
	background-image:url(../images/seperator.jpg);
	background-repeat:no-repeat;
	display:block;
}

.menu a {
	height : 32px;
	font-family : arial, tahoma, times new roman;
	font-weight: bold;
	font-size : 12px;
	color : #aa988a;
	text-decoration : none;
	text-align : center;
	background-image : url(images/menu-bg.jpg) ;
	background-repeat:repeat-x;
	display : block;
	float : left;
}

.menu {
	height : 32px;
	font-family : arial, tahoma, times new roman;
	font-weight: bold;
	font-size : 12px;
	color : #aa988a;
	text-decoration : none;
	text-align : center;
	background-image : url(images/menu-bg.jpg) ;
	background-repeat:repeat-x;
	display : block;
	float : left;
}

a.menu {
	height : 32px;
	font-family : arial, tahoma, times new roman;
	font-weight: bold;
	font-size : 12px;
	font-style:normal;
	color : #aa988a;
	text-decoration : none;
	text-align : center;
	background-image : url(../images/menu-bg.jpg);
	background-repeat:repeat-x;
	padding-top:7px;
	display : block;
	float : left;
}

a.menu:hover {
	height : 32px;
	font-family : arial, tahoma, times new roman;
	font-weight: bold;
	font-size : 12px;
	font-style:normal;
	color : #00CC00;
	text-decoration : none;
	text-align : center;
	display : block;
	float : left;
}

a.active {
	width : 110px;
	height : 45px;
	font-family : arial, tahoma, times new roman;
	font-weight: bold;
	font-size : 13px;
	color : #f95800;
	text-decoration : none;
	text-align : center;
	background-image : url(images/menu-bg.jpg) ;
	background-repeat: repeat-x;
	display : block;
	float : left;
}

a {
	font-style:italic;
	text-decoration:none;
}

a:hover {
	font-style:italic;
	text-decoration:underline;
}

.content-container {
	width: 780px;
	height:auto;
	padding:0;
	margin:0;
	border:0;
}
