*{
	margin: 0; /* it's good practice to zero the margin and padding of the everything to account for differing browser defaults */
	padding: 0;
}

body {
	background-color: #BEC9CA;
	font: 12px 'Trebuchet MS', Arial;
	color: #333333;
	text-align: center;
}

a {
	color: #00939E;
	text-decoration: none;
}
a:hover {
	color: #69C4D1;
}

#wrapper {
	width: 967px;
	text-align:left;
	margin: 10px auto;
	background-color:#FFFFFF;
}

#white_bg {
	float:left;
	background-color:#FFF;
}

#header {
	width: 100%;
	height: 204px;
	float:left;
}

/* Navigation elements */

#navigation {
	width: 377px;
	float:left;
}
#navigation ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
#navigation ul li {
	display:inline;
}

#navigation ul li a {
	color:#4B4A4A;
	display:block;
	padding:13px 0px 0px 15px;
	text-transform: uppercase;
	letter-spacing:1px;
	background-repeat: no-repeat;
	width:377px;
	_width: 362px;
}
#navigation ul li a:hover, #navigation ul li.selected a {
	color:#FFF;
}

li#home_link a { background-image: url(../images/home_bg.jpg); height:27px; }
li#relationship_link a { background-image: url(../images/counselling_bg.jpg); height:28px; }
li#hypnotherapy_link a { background-image: url(../images/hypnotherapy_bg.jpg); height:28px; }
li#psychosexual_link a { background-image: url(../images/psychosexual_bg.jpg); height:27px; }
li#whattodo_link a { background-image: url(../images/whattodo_bg.jpg); height:29px; }

#logo {
	float:left;
	margin:0px;
	padding:0px;
}

#logo h1 {
	margin:0px;
	padding:0px;
}

/* Content elements */

#content {
	width:100%;
}

#left_image {
	width: 451px;
	float:left;
}

#right_text {
	float:left;
	width:516px;
	padding:20px 0px 30px 0px;
}

#right_text h2, #right_text p, #right_text ul {
	padding:0px 40px 0px 40px;
	line-height:140%;
}
#right_text h2 {
	padding-top:10px;
	font-size:100%;
	font-size:14px;
	color: #00939E;
	margin:0px;
	padding-bottom:4px;
}
#right_text p {
	margin:0px 0px 8px 0px;
}

#right_text ul.columned {
	margin-top:2px;
	width:300px;
}
#right_text ul.columned li {
	width:126px;
	float:left;
	margin-top:5px;
	list-style-image:url(../images/bullet.jpg);
	margin-left: 24px;
}

#right_text ul.wideColumn li {
	margin-left: 24px;
	margin-top:5px;
	list-style-image:url(../images/bullet.jpg);
}

#biography {
	margin-top:30px;
}
#biography p {
	width:290px;
	float:left;
}
#biography #photo {
	float:left;
}

#footer {
	background-image: url(../images/footer_bg.jpg);
	width:100%;
	float:left;
	height: 36px;
}
#footer p {
	margin-top:10px;
	padding:0;
	margin-left: 491px;
	font-size: 14px;
	color: #666;
}

.floatRight{
	float:right;
	margin-left: 10px;
	margin-right: 40px;
}

