*{ padding: 0 ; margin: 0 ; }
body{ background: #E1F4FE url(images/container_top.jpg) no-repeat center top ; font-family: Arial, Helvetica, sans-serif; padding-top: 30px ; font-size: 85% ; color: #322d33; }

#wrapper{width: 975px ; padding: 0 10px 10px ; margin: 0 auto ; background: #fff url(images/wrapper_bg.jpg) repeat-y ; overflow: hidden ;}

#header {
	position: relative;
	height: 115px;
}

#header h1 {
	margin-left: 36px;
}

#header h1 a {
	display: block;
	width: 236px;
	height: 115px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/logo.jpg) no-repeat;
}

#header #actions {
	position: absolute;
	top: 0;
	right: 12px;
}

#nav {
	margin: 0 2px 0 12px;
	width: auto;
	height: 33px;
}

.breadcrumbs { background: #E1F4FE ; border-bottom: 1px solid #95dafb ; font-size: 12px ; padding: 4px ; }

#content{ margin: 0 2px 0 12px ; }
#content-left{ float: left ; width: 240px ; margin-left: -10px ; margin-right: 5px ; display: inline ;}
#content-center{ float: left ; width: 715px ;  display: inline ; }


#footer { height: 200px ; background: url(images/footer_bg.jpg) no-repeat center top ; width: 975px ; margin: 0 auto ; padding: 40px 0 10px 0 ; }
#footer .contact { margin-bottom: 10px ; font-size: 110% ; font-weight: bold ; }
#footer .contact strong { display: block ; font-size: 130% ; line-height: 1.5em ; }
#footer .contact span { font-weight: normal; }

a img { border: none; }
a:link { text-decoration: none; color: #16b; }
a:visited { text-decoration: none; color: #16b; }
a:hover { text-decoration: underline; }
a:active { color: #c00; }