
h1 {
	color:#3399CC;
	font-size:16px;
}

a:link,a:visited
{
	cursor:pointer;
	color: #006699; 
	text-decoration: none;
}

a:hover,a:active
{
	cursor:pointer;
	color: #ff9933;
	text-decoration: underline;
}

a.home {
	display: block;
	height: 100%;
	width: 130px;
}

#centre {
	margin: 0 auto;
	width: 800px;
	text-align: center;
}

#centre ul {
	float: right;
	padding: 10px;
	list-style: none;
	border: dashed 1px #FF9900;
	margin-right:160px;
}
#centre ul li {
	float: left;
	padding: 0 15px;
	vertical-align: top;
}

#centre ul li img {
	border: 0;
	margin-bottom: 10px;
}


#menu {
	position: absolute;
	right: -75px;
	top: 0;
	width: 420px;
	background: #FFFFFF url("images/admin/bgh6.png") repeat-y;
	padding-left: 20px;
	overflow: visible;
	z-index:1000;
}

#adminmenub{
background-color:#FFF2DD; 
border:dashed 1px #FF9900;
width:600px;
text-align:center;
	
}
