/* RED COLOUR IS #da1829 */


body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background-color:#FFFFFF;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	text-align:center;
}

a:visited {
	color:#da1829;
	text-decoration:none;
}

a:link {
	color:#da1829;
	text-decoration:none;
}


a:hover {
	color:#000000;
	text-decoration:underline;
}

#site {
	width:823px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header {
	width:823px;
	height:75px;
	float:left;
}

#left {
	width:211px;
	float:left;
	background-image:url(images/lefttile.gif);
	background-repeat:no-repeat;
}

#right {
	width:612px;
	float:left;
}

#menu {
margin-top:60px;
}

#menu a {
	width:178px;
	display:block;
	float:left;
	clear:left;
	padding-top:3px;
	padding-bottom:3px;
	font-size:14px;
	border-bottom:1px solid #666666;
	text-decoration:none;
	padding-left:12px;
	}
	
#menu a:visited {
	background-color:#FFFFFF;
	color:#da1829;
	}
	
#menu a:link {
	background-color:#FFFFFF;
	color:#da1829;
	}
	
#menu a:hover {
	background-color:#da1829;
	color:#ffffff;
	}

#text_home {
	background-image:url(images/homepagetext.jpg);
	background-repeat:no-repeat;
	width:400px;
	height:153px;
	padding-left:194px;
	padding-top:10px;
	padding-right:18px;
	clear:left;
}

#text {
	background-image:url(images/texttile.jpg);
	background-repeat:no-repeat;
	width:576px;
	padding-left:18px;
	padding-top:10px;
	padding-right:18px;
	clear:left;
}

.rightimage {
float:left;
clear:left;
}

#footer {
	width:803px;
	float:left;
	clear:left;
	background-image:url(images/footer.gif);
	height:25px;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
	padding-top:65px;
	padding-right:20px;
}

#footer a:visited {
color:#FFFFFF;
text-decoration:none;
}

#footer a:link {
color:#FFFFFF;
text-decoration:none;
}

#footer a:hover {
color:#FFFFFF;
text-decoration:underline;
}