body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.main {
	height: 800px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/BG_web.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 11px;
}
.TOP {
	height: 300px;
	width: 1000px;
	float: right;
}
.MENU {
	height: 20px;
	width: 765px;
	margin-right: 220px;
	margin-top: 230px;
	vertical-align: middle;
	margin-left: 15px;
	color: #FFFFFF;
	float: right;
	font-size: 12px;
	font-weight: bold;
}
.MENU_item {
	float: right;
	height: 15px;
	width: 153px;
	text-align: center;
}
.CENTRE_R {
	float: right;
	height: 420px;
	width: 350px;
}
.CENTRE_L {
	height: 410px;
	width: 630px;
	margin-left: 20px;
	float: right;
	margin-top: 10px;
}

.CENTRE_R_additionalservices {
	height: 250px;
	width: 300px;
	margin-top: 140px;
	margin-left: 25px;
	margin-right: 25px;
	font-weight: bold;
	text-align: center;
}
.images {
	float: right;
	height: 270px;
	width: 620px;
	margin-top: 20px;
	margin-right: 10px;
}

.class1 a:link {color: #FFFFFF; text-decoration: none; font-family: Tahoma; font-size: 9px; font-weight: normal; } 
.class1 a:visited {color: #FFFFFF; text-decoration: none; font-family: Tahoma; font-size: 9px; font-weight: normal;} 
.class1 a:hover {color: #BF0000; text-decoration: none; font-family: Tahoma; font-size: 9px; font-weight: normal;} 
.class1 a:active {color: #FFFFFF; text-decoration: none; font-family: Tahoma; font-size: 9px; font-weight: normal;} 

.class2 a:link {color: #FFFFFF; text-decoration: none; font-family: Tahoma; font-size: 12px;} 
.class2 a:visited {color: #FFFFFF; text-decoration: none; font-family: Tahoma; font-size: 12px;} 
.class2 a:hover {color: #CCCCCC; text-decoration: none; font-family: Tahoma; font-size: 12px;} 
.class2 a:active {color: #FFFFFF; text-decoration: none; font-family: Tahoma; font-size: 12px;}

.class3 a:link {
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
} 
.class3 a:visited {
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
} 
.class3 a:hover {
	color: #BF0000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
} 
.class3 a:active {
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.FOOTER {
	height: 15px;
	width: 1000px;
	float: right;
	margin-top: 55px;
	color: #FFFFFF;
	font-size: 9px;
}

.FOOTER_minimenu {
	float: right;
	height: 15px;
	width: 675px;
	margin-left: 10px;
}
.FOOTER_copyright {
	float: right;
	height: 15px;
	width: 295px;
	margin-left: 10px;
}

/* Gallery Styles */

#motioncontainer {
	width: 620px; /* Set to gallery width, in px or percentage */
	height: 270px; /* Set to gallery height */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: -1;
	top: -1;
}

#motioncontainer a img {
	border: 1px none #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
	border: 1px none black; /* Set image border hover color */
}

#statusdiv {
	background-color: #ffffff;
	border: 1px;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#motioncontainer a:hover {
	color: #FFFFFF; /* Dummy definition to overcome IE bug */
}
