.themes {
	height: 50px;
}
BODY {
	background-image : url('images/bg-page.gif');
	background-position : top center;
	background-repeat : repeat;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
}
.top-menu {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-weight : bold;
	font-size : 12px;
	padding-left : 15px;
	padding-right : 15px;
	color : #DFD3AE;
	text-decoration : none;
	background-color : inherit;
}
.top-menu:hover {
	color : #DFD3AE;
	text-decoration : underline;
	background-color : inherit;
}
.left-menu {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 11px;
	font-weight: normal;
	text-decoration : none;
	color : #942A03;
	padding-top : 6px;
	padding-bottom : 6px;
	padding-left : 30px;
	display : block;
	background-color : inherit;
	background-image : url('images/left-link-bg.gif');
}
.left-menu:hover {
	color : #203F47;
	background-color : inherit;
	background-image : url('images/left-link-bg-over.gif');
	background-position : center left;
	background-repeat : no-repeat;
}
.copyright {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color : #4F3D17;
	background-color : inherit;
}
.copyright:hover {
	color : #203F47;
	text-decoration : underline;
	background-color : inherit;
}
.bottom-links {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color : #4F3D17;
	background-color : inherit;
}
.bottom-links:hover {
	color : #942A03;
	text-decoration : underline;
	background-color : inherit;
}
.content-small {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #DFD3AE;
	background-color : inherit;
	text-decoration : none;
	line-height : 13px;
}
.content {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 12px;
	color : #4F3D17;
	text-decoration : none;
	line-height : 17px;
	background-color : inherit;
}
.content-title {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #942A03;
	background-color : inherit;
	text-decoration : none;
}
.content-links {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 12px;
	color : #4F3D17;
	text-decoration : underline;
	background-color : inherit;
}
.content-links:hover {
	color : #942A03;
	text-decoration : none;
	background-color : inherit;
}
.txtbox {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #313131;
	text-decoration : none;
	font-weight : normal;
	border : 1px solid #F2EBD7;
	padding : 2px;
	background-color : #ffffff;
}
.tableborder {
	border-collapse: collapse;
	border: 1px solid #F7F3E7;
}
.coloured-bg {
	background-color : #EDE6D2;
}