/***************************
************ Big Elements */

body {
	background: #b5e5fb url('../img/body.png') center top repeat-y;
	color: #3a344c;
}
div#wrapper {
	background: #b5e5fb url('/wp-content/themes/ocean/images/bg.gif') top repeat-x; 
}
div.wrap {
	background-color: #fff;
}


/***************************
****************** Header */

div#header div.wrap {
/*	background: #fff url('../img/header.png') center top no-repeat; */
	background: #fff url('/wp-content/themes/ocean/images/wave2.jpg') center top no-repeat;
}
div#header h1 a {
	background: #fff url('../img/logo.png') left top no-repeat; 
}


/***************************
************** Navigation */

div#header ul li {
	color: #191e34;
	background: url('../img/nav.png') right 3px no-repeat;
}
div#header ul li a {
	color: #191e34;
}


/***************************
*********** Content Boxes */

div#content {
	background-color: #cbd3e8;
}
div#content h2 {
	color: #20358e;
}
ul.subnav li a {
	color: #463e49;
}
div.sidebar li a {
	color: #463e49;
}
div.sidebar a:hover, div.sidebar li.related a {
	background-color: #eaeff5;
}
div#conditions h3 {
	background: url('../img/headers.png') left bottom no-repeat;
}
div#treatments h3 {
	background: url('../img/headers.png') -24px top no-repeat;
}


/***************************
****************** Footer */

div#footer {
	background: #98754d url('../img/body.png') center top repeat-y;
	color: #3a2a1d;
}
div#footer a {
}

