/* Global Settings
----------------------------------------------- */	
* {
	margin: 0;
	padding: 0;
	}

/* hack \*/ 
html, body {
height:100%;
}
/* end hack */ 

html,body {
	margin: 0;
	padding: 0;
	}

body {
	text-align:center;
	margin:0px;
	padding:0px;
	color:#333;
	background-color:#5675A7;
	}/* centre for ie5.+*/

/* Outer
----------------------------------------------- */
#container  { 
	background: url(../images/topstretch.jpg) repeat-x; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 165px 
	}

#wrapper{
	min-height:100%;
	height:auto;
	width: 930px; 
	margin-left:auto;/* center it*/
	margin-right:auto;/* center it*/
	position:relative;
	text-align:left;
	background-image: url(../images/lines.jpg); 
	background-repeat: no-repeat;
	background-color:#fff;
	border-left: solid 2px #E0DDD5;
	border-right: solid 2px #E0DDD5;
	}

* html #wrapper{
	height:100%;
	width: 932px; ;/* box model hack for ie5.+*/
	width: 930px; 
	}

/* Header
----------------------------------------------- */
#header  { 
	background-image: url(../images/top.jpg); 
	margin: 0; 
	padding: 0; 
	width: 765px; 
	height: 165px 
	}

#home {
	border: 0;
	position: absolute;
	margin:0;
	padding:0;
	text-decoration: none;
	margin: 55px 0px 0px 172px;
	}
	
/* Content
----------------------------------------------- */
#content {
	margin:14px 30px 10px 350px;
	padding:0px;
	}

#content2 {
	margin:14px 30px 10px 375px;
	padding:0px;
	}
		
/* Footer
----------------------------------------------- */	
#footer {
	width:100%;
	position:absolute;
	bottom:0;
	height:48px;
	background-color: #F6F5F3;
	border-top: #E0E0DF 1px solid;
	}

#clearfooter {
	clear:both;
	height:80px;
	width:100%;
	}

#copy {
	text-align: center;
	margin:14px 0px 0px 0px;
	font-size:10px;
	clear:left;
	}