body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
} 
 
#pagewidth{ 
	width:779px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header{
	position:relative; 
	height:130px; 
	background-color:#1e6174; 
	width:100%;
	background-image:url(../images/header_left_bg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;	
}

#header img{
	float:right;
	margin:20px 0px 0px 0px;
}
 
#leftcol{
	width:361px; 
	float:left; 
	position:relative; 
}

#leftcol ul{
	float:right;
}

#leftcol li{
	list-style-type:none;
	background-image:url(../images/menu_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 0px 0px 20px;
	font-family:"Monotype Corsiva",Verdana, Arial, Helvetica, sans-serif;
	font-size:155%;
} 
 
#leftcol a{
	color:#FFFFFF;
	text-decoration:none;
} 

#leftcol a:hover{
	color:#fcb60b;
} 

#leftcol .active a{
	color:#fcb60b;
}

#maincol{
	float: right; 
	display:inline; 
	position: relative; 
	width:418px; 
	height:461px;
	text-align:justify;
}

#content{
	margin:10px;
	padding:10px;
	background-color:#8daeb8;
	height:255px;
}

#content p{
	margin:20px 10px 10px 10px;
}

#inspiration_box{
	position:absolute;
	background-image:url(../images/home_inspiration.gif);
	background-repeat:no-repeat;
	color:#1e6174;
	text-align:justify;
	width:451px;
	height:129px;
	margin:250px 0px 0px 320px;
	z-index:1;
}

#inspiration_box img{
	margin:15px 10px 10px 15px;
}

#inspiration_box h1{
	font-size:160%;
	color:#1e6174;
	font-family:"Trebuchet MS", Verdana, Arial;
	margin:5px;
	
}

#inspiration_box p{
	padding:0px 20px 5px 5px;
	margin:0px;
}

#footer{
	height:50px; 
	clear:both;
} 
 
/* *** Float containers fix:  *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{
	display: inline-block;
	background-image:url(../images/body_bg.jpg);
	background-repeat:no-repeat;
}

#footer a{
	color:#1E6174;
	text-decoration:none;
	font-weight:700;
	padding:2px;
}

#footer a:hover{
	border-bottom:1px #1E6174 dotted; 
	text-decoration:none;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/*printer styles*/ 
 @media print{ 
	/*hide the left column when printing*/ 
	#leftcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}