@charset "UTF-8";

/**
*	Cascading Style Sheet for Screen output
*
*	-	Basic Page Structure
*	
**/

@media all {
	
	
	body {
		background-color: #cecece;
	}
	
	#page-borders {
		background: url(../images/bg_page.png) repeat-y;
		margin: 0 auto;
		width: 980px;
	}
	
	#page {
		margin: 0 auto;
		width: 960px;
	}
	
	.logo-text img {
		padding-bottom: 7px;
	}
	
	#footer {
		background: #cecece url(../images/bg_page-end.png) no-repeat;
		padding: 20px 10px;
		overflow: hidden;
	}
	
	#header, #nav, #main, #footer,
	#one-col, #two-cols, #three-cols, #four-cols, #two-cols-home {
		overflow: hidden;
	}
	
	#col-0, #col-1, #col-2, #col-3 {
		float: left;
		padding: 0 10px;
		overflow: hidden;
		width: 220px;
	}

	
	#one-col #col-0 {
		width: 940px;
	}

	
	#two-cols #col-0 {
		width: 780px;
	}
	#two-cols #col-1 {
		width: 140px;
	}	
	
	
	
	#three-cols #col-0 {
		width: 540px;
	}	
	#three-cols #col-1 {
		width: 140px;
	}
	#three-cols #col-3 {
		width: 220px;
	}
	
	#col-0-0 {
		float: left;
		width: 50%;
	}
	
	#col-0-1 {
		float: right;
		width: 50%;
	}
	
	.tx-queolocationmanager-pi2 a {
		color: #838383;
	}
	
	.clearer {
		clear:both;
		height: 0;
		width: 0;
	}
	
}
