/* body */
body {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Tahoma, sans-serif;
	color: #fff;
	background: #000 url(../images/background.gif) repeat-x;
	/*line-height: 1.5;*/
}

#container {
	margin: 0px auto 0px auto;
	width: 728px;
	background: url(../images/body_bg.gif);
}

#tel {
	margin-top: 5px;
	margin-right: 5px;
	padding: 10px;
	float: right;
	text-align: right;
}

#tel a {
	font-size: 12px;
	color: #000080;
	background-color: transparent;
	text-decoration: none;
}

#tel a:hover {
	color: #606060;
}

h1 {
	width: 728px;
	height:5px;
	padding: 0px;
	margin: 0px;
	background:url(../images/top.gif) no-repeat;
	position: absolute;
	text-indent: -5000px;
}

#header {
	margin: 15px auto 10px auto;
	width: 706px;
	height: 80px;
	background: url(../images/header.gif);
}

#logo img {
	border: 0px;
}

#logo {
	position: absolute;
	margin-top: 12px;
	margin-left: 20px;
}

.tline {
	margin: 0px auto 1px auto;
	background: url(../images/gradient_line.gif);
	width: 706px;
	height: 5px;
	font-size: 0px;
}

.sline {
	margin: 0px auto 1px auto;
	background: url(../images/gradient_line.gif);
	width: 706px;
	height: 2px;
	font-size: 0px;
}

#banner {
	margin: 0px auto 1px auto;
	background: url(../images/banner.jpg);
	height: 162px;
	width: 706px;
}

#flash_anim {
	float: right;
	border-left: 1px solid #fff;
}

#centrePanel {
	margin: 0px auto 0px auto;
	width: 706px;
}
		
#centrePanel_left {
	line-height: 1.5;
	float: left;
	width: 330px;
	padding: 10px;
	padding-bottom: 20px;
	border-right: 1px solid #9b9bce;
	color: #606060;
	background-color: #fff;
}

#centrePanel_right {
	line-height: 1.5;
	float: right;
	width: 330px;
	padding: 10px;
	color: #606060;
	background-color: #fff;
}

#centrePanel_bottom {
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 1px;
	width: 714px;
	border-top: 1px solid #6c7193;
}

#centrePanel_gallery_header {
	margin: 0px auto 0px auto;
	width: 680px;
	line-height: 1.5;
	padding: 10px;
	color: #606060;
}

#centrePanel_gallery {
	margin: 0px auto 0px auto;
	width: 640px;
	padding: 10px;
	padding-bottom: 20px;
}

#footer {
	margin: 0px auto 4px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 706px;
	text-align:center;
	color:#fff;
	background-color: #000080;
}

#footer a {
	color: #fff;
	background-color: transparent;	
	text-decoration: none;
}

#footer a:hover {
	color: #9b9bce;
}

#footer p {
	font-size: 10px;
}

#footer_bottom {
	background: url(../images/bottom.gif) no-repeat;
	height: 5px;
	font-size: 0px;
}

h2, h3, h4, h5, h6, h7 {
	font-size: 14px;
	font-weight: bold;
	color: #000080;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

.clearing {
	clear: both;
}

.image_transition {
	height: 162px;
	width: 216px;
}

/* menu */
div#navcontainer {
	background: url(../images/gradient_line.gif);
	margin: 0px auto 1px auto;
	width: 706px;
}

div#navcontainer ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 6px;
	padding-top: 6px;
}

div#navcontainer ul li {
	display: inline;
	margin-left: -4px;
}

div#navcontainer ul li a {
	padding: 6px 10px 6px 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}

div#navcontainer ul li a:hover {
	background-color: #000080;
	color: white;
}

#active a {
	border-left: 1px solid #fff;
}

/* gallery */
.gallery_pic {
	float: left;
	padding: 3px;
	border: 1px solid #000080;
	text-align: center;
	width: 100px;
	margin: 10px;
}

.gallery_pic a {
	color: #606060;
	text-decoration: none;
}


