body {
	margin:0px;
	padding:0px;
	text-align:center;
	background:#CCDFFE;
}

#container {
	width:760px;
	text-align:left;
	margin:0px auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:white;
}

#wrap { padding:5px; }

#header {
	background-image: url (http://www.sghypnosis.co.uk/images/Gething_Cloud.jpg);
	background:#6E96DD;
	padding:10px 10px 10px 170px;
	border-bottom:3px solid #234681;
	color: #234681;
}

#header h1 {
	font-size:14px;
	line-height: 5pt 
	}
#header h2 {
	font-size:17px;
	line-height: 5pt 
	}
#header h3{
	font-size:10px;
	line-height: 5pt 
	}

#nav {
	background:#234681;
}

ul#topnav {
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul#topnav li {
	float:left;
	background:#234681;
	font-size:12px;
}

ul#topnav li a {
	padding:5px 10px;
	display:block;
	text-decoration:none;
	color:white;
	border-right:1px solid #234681;
	position:relative;
}

ul#topnav li a:hover {
	background:#6E96DD;
}

#main {
	clear:both;
}

#left {
	width:150px;
	float:left;
	padding-bottom:5px;
}

ul#sidenav {
	margin:10px 0px 10px 0px;
	list-style-type:none;
	padding:0px;
}

ul#sidenav li {
	border-bottom:1px dotted #234681;
	font-size:12px;
}

ul#sidenav li a {
	display:block;
	color:#234681;
	text-decoration:none;
	padding-left:5px;
	line-height:20px;
}

ul#sidenav li a:hover {
	background:#9FBCE7;
	color:white;
}

#content {
	margin-left:160px;
	margin-right:30px;
	padding:5px 0px;
}

#content ul{
	clear:left;
}

#content h2 {
	font-size:14px;
	margin:0px 0px 10px 0px;
	color:#494949;
}

#content h3 {
	font-size:12px;
	margin:0px 0px 10px 0px;
	color:#71902C;
	border-bottom:1px dotted #71902C;
	text-transform:uppercase;
}

#footer {
	clear:left;
	margin-top:10px;
	text-align:right;
	color:#234681;
	padding:5px;
	background:#6E96DD;
	border-top:3px solid #234681;
}

#footer a {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}