@charset "utf-8";


body {
	background-color: #f0f0f0;
	background-image: url(../bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	
}
#wrapper {
	height: 1200px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
#header {
	float: left;
	height: 120px;
	width: 200px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

#navmenu {
	float: left;
	height: 120px;
	width: 800px;
	margin-top: -10px;

}
#navmenu li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	list-style-image:none; 
}
#middle_container {
	float: left;
	height: 280px;
	width: 1000px;
	margin-top: 5px;
}
#logo_left {
	width: 495px;
	background-image: url(../images/specialist.jpg);
	background-repeat: no-repeat;
	height: 280px;
	float: left;
}
#line {
	width: 10px;
	background-image: url(../images/dotted%20line.jpg);
	background-repeat: no-repeat;
	height: 280px;
	float: left;
}
#scrolling_image {
	width: 495px;
	height: 280px;
	float: left;
	background-color: #FFF;

}
#main_content {
	float: left;
	height: auto;
	width: 1000px;
	background-color: #FFF;
	min-height: 600px;
}
#main_content_centre {
	float: left;
	height: auto;
	width: 980px;
	background-color: #EEE;
	margin: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}
#main_content_centre_directory {
	float: left;
	height: auto;
	width: 980px;
	background-color: #EEE;
	margin: 10px;
	text-align: center;

}

#main_content_centre_text {
	width: 900px;
	margin: 10px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}
#main_content_page {
	float: left;
	height: auto;
	width: 1000px;
	font-family: arial;
	font-size: 14px;
	color: #000000;
	background-color: #FFF;
}
#main_content_page {
	float: left;
	height: auto;
	width: 1000px;
	font-family: arial;
	font-size: 14px;
	color: #000000;
	background-color: #FFF;
}

#main_content_left {
	float: left;
	height: auto;
	width: 500px;
	margin-left: 30px;
	font-family: arial;
	font-size: 14px;
	color: #000000;
}
#main_content_right {
	float: left;
	height: auto;
	width: 350px;
	margin-left: 50px;
	margin-right: 50px;
	font-family: arial;
	font-size: 14px;
	color: #000000;
}
.link {
	font-family: arial;
	font-size: 14px;
	font-style: italic;
	color: #02a272;
}
#footer {
	height: 70px;
	width: 1000px;
	float: left;
	background-color: #FFF;
	font-family: arial;
	font-size: 12px;
	color: #cccccc;
}

#footer .link {
	font-family: arial;
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;	
}
#footer a:hover {
	font-family: arial;
	font-size: 12px;
	color: #0f4b18;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;	
}
h1 {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: #0f4b18;
	margin-left: 20px;
}
h2 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #0f4b18;
}
#wrapper #main_content_page #main_content_centre_directory table {
	text-align: center;
}
#wrapper #main_content_page #main_content_centre_directory table tr td strong {
	font-size: 18px;
}
