@charset "UTF-8";
/* CSS Document */

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers



----------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
}
html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
	width:100%;
	text-align:left;
	background-image:url(../topback.jpg);
	background-repeat: repeat-x;
}

.wrapper1, .header {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.wrapper2 { clear:both; width:100%; padding-bottom:20px; background-image:url(../images/content2back.jpg); background-repeat: repeat-x; background-color:#6bc1b3; height: auto;}

.headermain { height: 270px;
width: 960px;
background-image:url(../images/headermain2.jpg);
background-repeat: no-repeat; }


