/*            
  ___ ___ ___ 
 / __/ __/ __|
| (__\__ \__ \
 \___|___/___/
              
================================================================
Global CSS file for soletosoulhealing.co.uk

Created by:	Lorraine Humm lorraine@divine-creations.com
			
================================================================
*/

body {
	margin:0px;
	background: #cef2f8;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #666666;
	}
	
 H1 {
	font-size: 120%;
	font-weight: bold;
	color: #5a6d88;
	line-height:26px;
	margin-top: 0px;

	}
	
H2 {
	font-size: 110%;
	color: #7d93b3;
	margin-top: 5px;
	}
	
H3 {
	font-size: 110%;
	color: #000;
	margin-top: 5px;
	}
p {margin-top: 5px;}
	
/*-- pos --*/

#mastwrap {
	width: 100%;
	height: 254px;
	background: #91edfe;
	}
	
#mast {
	width: 900px;
	height: 254px;
	margin: auto;
	background: url("../images/structure/mast.jpg") top left no-repeat;
	}
	
#container {
	width: 900px;
	margin: auto;
	background: #fff;
	}
	
#content {
	width: 900px;
	float: left;
	}

#left {
	float:left;
	width: 600px;
	padding: 0;
	margin: 0;
	}

#right {
	width: 300px;
	float: right;
	}
	
.inner {
	padding: 10px 10px 10px 5px;
	}
	
.clear {
	clear: both;
	}
	
#footerwrap {
	width: 100%;
	background: #a4f1ff;
	height: 138px;
	}
	
#footer {
	width: 900px;
	height: 38px;
	padding-top: 100px;
	text-align: center;
	/*line-height: 230px;*/
	color: #000000;
	margin: auto;
	background:url(../images/structure/footer.jpg) top left no-repeat;
	}
	
/*-- end pos divs --*/

#colleft {
	width: 400px;
	float: left;
	padding: 0;
	margin: 0;
	}

#colright {
	width: 160px;
	float: right;
	padding: 0 10px 0 0;
	margin: 0;
	}
	

/*-- forces permanenet scrollbar in moz --*/
html { height: 100%; margin-bottom: 1px; }