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

/* dimensions */
body, html{
	height:100%; /* needed for container min-height */
}

body#tinymce{
	margin: 10px;
}

#container{
	position:relative; /* needed for footer positioning*/;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
	margin: 0 auto;
}

#front_content{
	min-height: 600px;
}

#header{
	height: 120px;
}

#left{
	min-height: 1px;
}

#block-block-2{
	position: fixed;
	bottom: 0; /* stick to bottom */
}

#center{
	margin-bottom: 30px;
}

#content_header{}

#content{}

#content_footer{
}

#footer{
	position:absolute;
	bottom: 0; /* stick to bottom */
	width: 100%;
}



/* graphics */
body{
	background: #FFFFFF url(images/body_pattern.png) repeat-y center top;
}
body.front{
	background: #FFFFFF none;
}

body#tinymce{
	background: #FFFFFF;
}

#container{
	background: url(images/main_pattern.png) repeat-y left 120px;
}

body.front #container{
	background: none;
}

#front_content{
	background: url(images/main-home.png) no-repeat left top;
}

#header{
	background: url(images/header.png) no-repeat left top;
}

#left{}

#center{}

#content_header{}

#content{}

#content_footer{}

#footer{}
