@charset "utf-8";
/* CSS Document */

body{
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 80%;
	line-height: 1.5;
	background: #c3c3c3 url(images/sliver.jpg);
	background-repeat:repeat-x;
}

h4 {
color:#42658F;
font-size:large;
margin-top: 0;
margin-bottom:3px;
padding-left: 5px;
}

h5 {
color:#3366CC;
font-size: medium;
margin-bottom: 5px;
}

img {
border:0;
}

/* #################### Start Links in topnav  ###################### */

ul a:link{
color:#42658F;
text-decoration: none;
font-size:90%;
}

ul a:hover {
color: #fff;
text-decoration: none;
font-size:90%;
}

a:visited {
color: #42658F;
text-decoration: none;
font-size:90%;
}

#topnav {
	background-color: #FFCD36;
	padding: 8px 0 8px 4px;
	}

#topnav ul{
	margin:0px; 
	padding:0px;
}

#topnav ul li {
	display: inline;
	height:60px;
	list-style:none;
	border-right:#FFFFFF solid 1px;
	padding: 0 4px 0 4px;
	font-weight: bold;
	}


/* #################### End Links in topnav  ###################### */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #FFFFFF;
}

#header {
	height:120px;
	background-image:url(images/bubbles.jpg);
	background-position: top right;
	background-repeat:no-repeat;
}

#buffer {
	clear: both;
}

#leftcol {
	float: left;
	width: 600px;
	padding: 0 8px 0 8px;
	margin: 15px 0 0 8px;
}

#left {
float:left;
width: 150px;
text-align:center;
padding-top: 20px;
border:dashed 1px #cccccc; 
}

#right {
float:right;
width: 400px;
background-color:#E1E1E1;
color:#42658F;
padding:0.3em;
border:dashed 1px #ccc;}

#cleardivs {
clear:both;
}

#block {
	background-color:#FCE0A2;
	background-image:url(images/block_bg.gif);
	background-repeat: repeat-x;
	margin: 15px 8px 0 0;
	padding: 5px;
}

#facebook {
text-align:center;
}

#content img { 
float:left;
padding-right:10px;
} 

#enquiries {
margin-bottom: 1em;
text-align:center;
}

#banner {
text-align:center;
}

/* #################### images at bottom of leftcol  ###################### */

#memberof {
margin-top: 2em;
padding-bottom:0.5em;
}

#memberof img {
margin-left: 60px
}

#rightcol {
	float: right;
	width: 250px;
}


#images {
padding:8px;
}

#enquiries {
margin-top:15px;
}

#wrapper #leftcol #images img {
margin-left: 10px;
margin-bottom: 5px;
}

#footer {
	background-color: #FFCD36;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #000;
	font-weight: bold;
	}
