body {
	background-color: #686868;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	}

#container { 
	/*background-color: #000*/
	background-image: url('../images/container_bg.gif');
	background-repeat: repeat-y;
	width: 832px;
	margin: 0 auto;
	padding: 0 32px;
	position: relative;
	}

#header { background: #fff url(../images/header.gif) no-repeat; text-indent: -9999px; }
#header a:link, #header a:visited { display: block; height: 96px; }
#slogan { display: none; }

#flash { clear: both; }

#main1 {
	background:url(../images/colLeft.gif) top left repeat-y;
	clear: both;
	}
#main2 {
	background:url(../images/colRight.gif) top right repeat-y;
	}
	
#colLeft {
	float:left;
	width:256px;
	margin:0; padding:0;
	}

#colRight {
	float:right;
	width:256px;
	margin:0; padding:0;
	}
#content {
	margin:0 256px;
	min-height: 325px; /* to clear ds_left and ds_right */
	}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }
#content .padding { background: #fff url(../images/main2.jpg) no-repeat bottom left; padding: 30px 45px 190px; line-height: 1.618em; }
body.root #content .padding { text-align: none; }

h2.title { color: #1b5474; font-weight: normal; font-size: 2.3em; margin: 0 0 30px; }

#footer {
	color: #78a3bb;
	background: #1b5474 url(../images/footer.gif) repeat-x;
	text-align: center;
	clear: both;
	padding: 2em 0;
	}

.ds_left { background-image: url('../images/ds_left.gif'); width: 32px; height: 448px; position: absolute; top: 0%; left: 0%; }
.ds_right { background-image: url('../images/ds_right.gif'); width: 32px; height: 448px; position: absolute; top: 0%; right: 0%; }

body.noRight #main2 { background-image:none; }
body.noRight #colRight { display:none; }
body.noRight #content { margin-right:0; }

body.noLeft #main1 { background-image:none; }
body.noLeft #colLeft { display:none; }
body.noLeft #content { margin-left:0; }

body.noStructure {}
body.noStructure #colLeft,
body.noStructure #colRight,
body.noStructure #main1,
body.noStructure #main2,
body.noStructure #content,
body.noStructure #header,
body.noStructure #footer,
body.noStructure #menu
{
	display:none;
}

.qualifications {
	color: #000;
	font-size: .75em;
	font-weight: normal;
	font-style: italic;
}
.qualifications p { display: inline; }