body {
	background: #678aa5 url('/clients/myc/structureimages/bg.png') repeat-x top left;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", sans-serif;
	color: #000000;
	font-size: 11px;
}
a {color: #6e6e6e; text-decoration: none;}
a:hover {color: #c46e70;}

a.footer {color: #ffffff; text-decoration: none;}
a.footer:hover {color: #6487A2;}


img {border: 0;}
div,span{margin:0;padding:0;}
.left {float: left;}
.right {float: right;}
.wrapper {
	margin: 41px auto 0 auto;
	width: 929px;
	overflow: hidden;
}
/*--------------------------------------------------
// Header
//--------------------------------------------------*/
#header {
	overflow: hidden;
	width: 929px;
	height: 108px;
	display: block;
	background: transparent url('/clients/myc/structureimages/header.png') no-repeat top left;
}
#banner {
	margin: 6px 0 0 12px;
}
#banner img {
	display: inline;
}
/*--------------------------------------------------
// Body
//--------------------------------------------------*/
#contentwrap {
	margin: 6px 0 0 12px;
	padding: 0 0 50px 0;
	width: 903px;
	background: transparent url('/clients/myc/structureimages/content_wrap_bg.png') repeat-y top left;
	overflow: hidden;
}
#sidebar {
	padding: 33px 0 0 0;
	width: 246px;
	float: left;
}
#content {
	float: left;
	overflow: hidden;
	background: transparent url('/clients/myc/structureimages/content_gradient.png') no-repeat top left;
	width: 657px;
}
#content h1 {
	margin: 35px 0 20px 50px;
	color: #6487a2;
}
#content .box{
	overflow: hidden;
	background: #fff url('/clients/myc/structureimages/box_bg.png') repeat-y top left;
	border-right: 20px solid #5b7e99;
	width: 540px;
	padding: 30px 20px 30px 50px;
}
#content .image_right {
	float: right;
	margin: 0 0 10px 30px;
}
/*--------------------------------------------------
// Footer
//--------------------------------------------------*/
#footer {
	margin: 0 0 20px 12px;
	overflow: hidden;
	background: transparent url('/clients/myc/structureimages/footer_bg.png') repeat-x top left;
	width: 904px;
	color: #fffefe;
}
#footer .bg_left{
	background: transparent url('/clients/myc/structureimages/footer_left.png') no-repeat top left;
	height: 80px;
	width: 8px;
	display: block;
	float: left;
}
#footer .wrap{
	float: left;
	width: 850px;
	margin: 20px 0 0 10px;
}
#footer .bg_right{
	background: transparent url('/clients/myc/structureimages/footer_right.png') no-repeat top left;
	height: 80px;
	width: 8px;
	display: block;
	float: right;
}

