body {
	background: #8f446f url(/src/images/sponge.jpg) repeat;
	background-color: #444444;
	color: #212121;
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
	text-decoration: justify;
}

li {
	margin: 10px;
}

.nobg {
	background-color: transparent !important;
}

/* Container */
#maincontainer {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#header {
	height: 82px;
	width: 980px;
}

#topmenu {
	background-color: #43003f;
	height: 40px;
}

#topmenu div {
	float: right;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding-right: 15px;
	padding-left: 15px;
}

#topmenu .item {
	background-color: #43003f;
	color: #ffffff;
}

#topmenu a {
	color: #ffffff;
	text-decoration: none;
}

#topmenu .item:hover,
#topmenu a:hover {
	background-color: #60005a;
	color: #fcba63;
	cursor: pointer;
	height: 40px;
}

#topmenu .selected,
#topmenu .selected a {
	background-color: #60005a !important;
	color: #fcba63 !important;	
}

#submenu {
	background-color: #60005a;
	height: 30px;
}

#submenu div {
	color: #fcba63;
	float: right;
	font-size: 14px;
	line-height: 30px;
	padding-right: 7px;
	padding-left: 7px;
}

#submenu a {
	color: #fcba63;
	text-decoration: none;
}

#submenu div:hover {
	cursor: pointer;
}

#submenu a:hover {
	color: #ffffff;
}


#flashbox {
	background: url(/src/images/flash.jpg) no-repeat;
	background-color: #60005a;
	width: 980px;
	height: 350px;
}

#contentbox,
.contentbox {
	background-color: #ffffff;
	margin: 0;
}

#boxContainer {
	height: 212px;
}

#boxContainer p {
	margin-top: 5px;
}

#boxContainer a {
	color: #fcba63 !important;
	font-size: 14px;
	text-decoration: none;
}

#boxContainer a:hover {
	text-decoration: underline !important;
}

#boxLeft {
	color: #fff;
	float: left;
	font-size: 11px;
	height: 202px;
	margin-right: 12px;
	margin-top: 6px;
	text-align: left;
	width: 236px;
}

#boxRight {
	color: #fff;
	float: right;
	font-size: 11px;
	height: 202px;
	margin-right: 0px;
	margin-top: 6px;
	text-align: left;
	width: 236px;
}

#boxGold {
	/*background: url(/src/images/gold-box.jpg) no-repeat;*/
	background-color: #fcba63;
	height: 120px;
	padding: 4px 4px 0 4px;
}

#boxText {
	background: url(/src/images/text-box.jpg) no-repeat;
	border: #212121 1px solid;
	font-size: 13px;
	height: 60px;
	padding: 6px;
	text-align: left;
	vertical-align: top;
}

#footer {
	background-color: #60005a;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
}

#footleft {
	float: left;
	font-size: 11px;
	margin-left: 15px;
	text-align: left;
}

#footleft a {
	color: #ffffff;
	margin-left: 10px;
}

#footright {
	float: right;
	font-size: 11px;
	margin-right: 15px;
	text-align: right;
}

.select {
margin-right: 15px;
}


/* Images */

img.logo {
	border: 0;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}

img.logo_ext {
	border: 0;
	margin: 27px 0 0 60px;
}

img.boxpic {
border: 1px solid #c0c0c0;
}

img.flag {
margin-right: 5px;
}

/* Linkcolours */

a {  
	border: 0 !important;
	color: #43003f;
}

a:hover {
	color: #fcba63;
}



.clear {
	clear: both;
}
