@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#006;
	background-image:url(8196106_m.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	}
#container {width:960px; 
			margin:0 auto
			}
#innercont {}
#header {
	width:940px;
	text-align:right;
	padding-right:10px;
	margin:10px;
	height:75px;
}
#topnav {
	/*background-color:#DFE9FF;*/
	height:50px
}
#topnav li {text-decoration:none;
	display:inline;float:left;
	width:150px;
}
#topnav li a {text-decoration:none}
#topnav li a:hover {font-weight:bold}
#mainpane { 
	background-color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
			font-size:16px;
}
#mainpane img {
	border:none;
	margin:10px
}
#lhp { width:75%}
#lhp img {float:left}
#rhp { float:right; position:relative;}
#threecol {
	height:350px;
	width:75%;
}
#threecol li { list-style-type:none}
#threecol li:hover { font-weight:bold}
#col1,#col2,#col3,#col4,#col5,#col6 {
	border:2px #eef solid;
	height:100%;
	width:190px;
	font-size:14px;
	margin: 20px;
	float: left;
	display: block;
}
#row1 {width:640px;
		height:auto;}
#footer {
	background-color:#FFF;font-size:x-small}
.alpha60 {
    /* Fallback for web browsers that doesn't support RGBa */
    background:rgb(223, 233, 255);
    /* RGBa with 0.6 opacity */
    background: rgba(223, 223, 255, 0.6);
}
.wback {background-color:#fff;}
.centre {margin:0 auto;text-align:center}
