/* Start of CMSMS style sheet 'Goallab layout' */
*, html {
	margin:0;
	padding:0;
}

body {
	background: #47798F;	
}
#header_wrapper {
	background-image: url(images/cms/goallab_02.jpg);
	background-repeat: repeat-x;
	height: 208px;
}

#header {
	width: 865px;
	margin: 0 auto;
	
}

#header h1 {
	
	background-image:url(images/cms/goallab_04.jpg);
	width: 389px;
	height: 145px;
	display:block;
        text-indent: -999em;
        /* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}

#menu {
	background: url(images/cms/goallab_06.jpg) repeat-x;
	width:865px;
	height: 63px;
	display: block;
}

#main_wrapper {
	background: #4d4d4d;
}

#main {
	background:url(images/cms/goallab_10a.jpg) repeat-y;
	width: 865px;
	margin: 0 auto;
	padding: 28px 0;
}

#main_inner {
	background: url(images/cms/goallab_16.jpg) repeat-y;
	width: 693px;
	margin: 0 86px;
}

#main_inner_1kol {
	background: url(images/cms/col1_16.jpg) repeat-y;
	width: 693px;
	margin: 0 86px;
}


#main_inner_top {
	background:url(images/cms/goallab_14.jpg) no-repeat;
	height: 5px;
}

#main_inner_bot {
	background:url(images/cms/goallab_18.jpg) no-repeat;
	height: 5px;
}

#main_inner_mid_1kol {
	margin: 35px; 
	
}

#main_inner_top_1kol {
	background:url(images/cms/col1_14.jpg) no-repeat;
	height: 5px;
}

#main_inner_bot_1kol {
	background:url(images/cms/col1_18.jpg) no-repeat;
	height: 5px;
}


#col1 {
	width: 400px;
	margin: 20px 35px;
	float: left;
}

#col2 {
	width: 180px;
	margin: 35px 20px;
	float: left;
}

#footer_wrapper {
	background:#2C4B59;
	width: 693px;
	margin: 28px 86px;
}

#footer_top {
	background:url(images/cms/goallab_21.jpg) no-repeat;
	height: 5px;
}

#footer_mid {
font-size: 10px;
padding: 1em 2em;
color: #939598;
}

#footer_bot {
	background:url(images/cms/goallab_23.jpg) no-repeat;
	height: 5px;
}

.clr {clear:both;}
/* End of 'Goallab layout' */

