/* Dolphin Financial Layout */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #707380;
	padding: 0;
	margin: 0;
	background: url(../grfx/body_bg.jpg) top left repeat-x #9cc6e5;
}

/* container - holds site centered */

#container {
	width: 774px;
	padding: 0;
	margin: 0 auto;
	background: url(../grfx/content_bg.gif) top left repeat-y;
}

/* blue bar - holds blue bar at top of site */

#blue_bar {
	float: left;
	width: 773px;
	height: 32px;
	padding: 0;
	margin: 0;
	background: url(../grfx/blue_bar.jpg) top left no-repeat;
}

/* logo and nav holder - holds nav and logo */

#logo_nav_holder {
	float: left;
	width: 192px;
	height: 381px;
	padding: 0;
	margin: 0;
}

/* logo holder - holds logo */

#logo_holder {
	float: left;
	width: 192px;
	height: 205px;
	padding: 0;
	margin: 0;
}

#logo_holder h1 {
	padding: 0;
	margin: 0;
}

/* flash and copy holder - holds flash and copy */

#flash_copy_holder {
	float: left;
	width: 581px;
	padding: 0;
	margin: 0;
	background: url(../grfx/flash_holder_bg2.jpg) top left no-repeat;
}

/* flash holder - holds flash */

#flash_holder {
	float: left;
	width: 581px;
	height: 275px;
	padding: 0;
	margin: 0;
	background: url(../grfx/flash_holder_bg2.jpg) top left no-repeat;
}

/* left column - holds left oclumn content */

#left_column {
	float: left;
	width: 192px;
	padding: 0;
	margin: 0;
}

/* advert holder - holds adverts on left and evens out background */

#advert_holder {
	float: left;
	width: 168px;
	padding: 25px 0 0 18px;
	margin: 0;
	background: url(../grfx/advert_bg.jpg) top left no-repeat;
}

#advert_holder .wealthsure {
	margin: 30px 0 0 0;
}

/* content wrapper - repeats content bg down the page */

* html #content_wrapper {
	float: left;
	width: 773px;
	padding: 0;
	margin: -3px 0 0 0;
	background: url(../grfx/content_bg.gif) top left repeat-y;
}

#content_wrapper {
	float: left;
	width: 773px;
	padding: 0;
	margin: 0;
	background: url(../grfx/content_bg.gif) top left repeat-y;
}

/* copy holder - hold site text */

* html #copy_holder {
	float: left;
	width: 501px;
	min-height: 400px;
  	height: auto !important;
  	height: 400px;
	padding: 0 40px 0 40px;
	margin: -3px 0 0 0;
	background: url(../grfx/content_top_bg2.jpg) top left no-repeat;
}

#copy_holder {
	float: left;
	width: 501px;
	min-height: 400px;
  	height: auto !important;
  	height: 400px;
	padding: 0 40px 0 40px;
	background: url(../grfx/content_top_bg2.jpg) top left no-repeat;
}

/* footer - holds bottom of content area + footer links */

#footer {
	width: 773px;
	padding: 40px 0 0 0;
	margin: 0 auto;
	background: url(../grfx/footer_bg.gif) top left no-repeat;
	text-align: center;
	color: #FFFFFF;
}

#footer p {
	font-size: 0.6em;
	margin: 0;
	padding: 0;
}

#footer p.top a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer p.top a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer p.bottom {
	color: #6290b2;
}

#footer p.bottom a {
	color: #6290b2;
	text-decoration: none;
}

#footer p.bottom a:hover {
	text-decoration: underline;
}

/* swirl - holds the swirl at the bottom of the site layout */

#swirl {
	float: left;
	width: 100%;
	height: 228px;
	padding: 0;
	margin: 0;
	background: url(../grfx/swirl_opt.gif) center top no-repeat;
}