

/* DIV LAYER ID DEFINITIONS */

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

#header {
	background: url(images/index_01.jpg);
	height: 160px;
}

#menu {
	color: #daeec6;
	margin-left: 52px;
	padding-top: 120px;
	/*height: 160px;*/
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 20px;
	width: 640px;
}

#leftcol {
	float: left;
	width: 443px;
	height: 440px;
	background: url(images/index_02.gif);
}

#mainleft {
	margin-left: 52px;
	margin-top: 35px;
	width: 365px;
	text-align: justify;
	line-height: 20px;
}

#rightcol {
	float: right;
	width: 457px;
	text-align: center;
}

#rightcol_sub {
	float: right;
	width: 407px;
	text-align: justify;
	margin-top: 28px;
	margin-right: 25px;
	color: #5b703a;     /* <---------------------  */
	font-size: 12px;
}

#break {
	clear: both;
}

#largecontent {
	height: 440px;
	background: url(images/index_02_large.gif);
}

#maintext {
	margin-left: 52px;
	/*margin-top: 35px;*/
	width: 795px;
	text-align: justify;
	line-height: 20px;
	background-color: #33CC33;
}

#footer {
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}


/* STANDARD TAG DEFINITIONS */

body {
	background-color: #333333;     					/* <-------------- MAIN WEBSITE BACKGROUND COLOUR */
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 15px;
	color: #daeec6;
}

h1 {												/* HEADING 1 IN PROPERTIES PANEL (FORMAT) */
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 20px;
	color: #daeec6;
	font-weight: lighter;
}


/* CUSTOM TAG DEFINITIONS */

.lightgreen {
	color: #daeec6;
	font-size: 15px;
}

.formfields {
	background-color: #daeec6;
	border: 1px solid #daeec6;
	color: #5b703a;
}


/* LINK DEFINITIONS */

a {
	color: #5b703a;
	text-decoration: none;
	font-size: 15px;
}

a:hover {
	color: #daeec6;
	text-decoration: underline;
}

a.dvd {
		color: #daeec6;
		font-size: 12px;
		line-height: 30px;
}

a.dvd:hover {
		color: #5b703a;
}

	/* TOP MENU STYLES */
	a.topmenu {
		color: #daeec6;
		font-family: "Trebuchet MS", Verdana, Arial;
		font-size: 20px;
		text-decoration: none;
	}
	
	a.topmenu:hover {
		color: #5b703a;
		text-decoration: none;
	}