/* -----qtime.css----- */
/*
    _/        _/            _/                                              
   _/_/_/    _/    _/_/_/  _/  _/  _/      _/      _/    _/_/_/  _/    _/   
  _/    _/  _/  _/    _/  _/_/    _/      _/      _/  _/    _/    _/_/      
 _/    _/  _/  _/    _/  _/  _/    _/  _/  _/  _/    _/    _/  _/    _/     
_/_/_/    _/    _/_/_/  _/    _/    _/      _/        _/_/_/  _/    _/

CSS Stylesheet by Blakwax.com - info@blakwax.com
Copyright (c) 2010 Blakwax ltd 

*/

/* -----qtime Styles----- */
div#header1 {
	position: relative;
	margin:  0 auto;
	width: 1020px;
	height: 100px;
	background: url("../images/header_background.png") no-repeat top left;
	}
	
div#headerAddress1 {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 5px 40px;
	/*background-color:#F00;*/
	}

div#headerEmail1 {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 40px 5px 0;
	/*background-color:#FFF;*/
	}
	
div#subContentHouse1 {
	margin:0 auto 40px auto;
	width: 1020px;
	height: 900px;
	background-color:#FFF; /*#661f61*/
	}
	
div#subContentHouseLeft1 {
	padding: 0 15px 0 0;
	margin-left:40px;
	float: left;
	width: 285px;
	height: auto;
	}

div#subContentHouseRight1 {
	padding: 0 15px 0 0;
	margin-left:20px;
	float: left;
	width: 605px;
	height: auto;
	}