html, body {
	margin:0px;
	padding:0px;
	font-family:verdana;
	font-size:12px;
	background-color: #014F7D;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

/* The header and footer */

.frame	{
	width: 876px;
	margin: 0 Auto;
	padding: 140px 0px 80px 0px;
	background-image: url(images/cloud.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
.header {
	display:block;
	height:156px;
	color:#fff;
	text-align:center;
	font-size:30px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.footer {
	display:block;
	background-color: #d88a03;
	height: 12px;
}
.footer2 {
	font-family: verdana, arial;
	font-size: 0.8em;
	color: #FFFFFF;
	padding: 2px;
}
.footer2 a {
	color: #FFFFFF;
	
}
.footer2 a:hover {
	color: #D3D3D3;
	text-decoration: none;
}


/* This bit does all the work */
#container2	{
	background-image: url(images/side-bg.jpg);
	background-repeat: repeat-x;
	background-color: #528ebb;
}
#container {
	position:relative;
	display:block;
	margin-left:160px;
	margin-right:178px;
	background-color: #FFFFFF;
	padding: 0;
	min_height: 400px;
}
#inner {
	display:block;
	margin-left:-160px;
	margin-right:-178px;
}
#left {
	float:left;
	position:relative;
	width:160px;
	left:0px;
	padding-top: 60px;
	height: 430px;
}

#right {
	float:right;
	width:146px;
	right:0px;
	padding: 30px 18px 10px 18px;
	font-size: 0.8em;
	height: 430px;
}

#topten	{
	margin-bottom: 20px;
}

#topten .title	{
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 4px;
	border-bottom: 1px solid #ef8b00;
}
#topten  .item a	{
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	border-bottom: 1px solid #ef8b00;
	text-transform: capitalize;
}
#topten  .item a:hover	{
	color: #CFCFCF;
}

#center {
	margin-left:160px;
	margin-right:178px;
	position:relative;
	display:block;
	height:1%;
	min-height: 500px;
}
.clear {clear:both;}
.logo {
	left: -148px;
	top: -136px;
	position: relative;
}
#menu, menu ul {
	margin: 0;
	padding: 0px;
}
#menu li {
	list-style-type: none;
	margin-left: 18px;
	margin-right: 16px;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-bottom: 1px solid #ef8b00;
}
#menu a:hover {
	color: #DEDEDE;
}
.content {
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: -150px;
}

h1 {
	font-size: 1.8em;
}
.errortext {
	color: #CC0000;
	font-weight: bold;
}
.notificationtext {
	color: #006699;
	font-weight: bold;
}