
/*	Source of this Design -- http://www.maxdesign.com.au/articles/liquid/    */

#container
{
	float: left;
	width: 100%;
	border-width: 0px;
	
	background: url(../Utility/Backgrounds/linen.jpg);
}	

 
#header
{
	width: 1000px;
	border-style:solid;
	border-width : 0px;
	margin-top: 35px;
	margin-bottom: 10px;
	margin-left:20px;
}

#gutter
{
	float: left;
	width: 6%;
	height: 100px;
	
}

#col1
{
	moz-border-radius: 25px;
	border-radius: 25px;
	float: left;
	width: 27%;
	background-color:  #f1eba3;		/*  #AB986D; */
	



	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#col2
{
	float: left;
	width: 35%;
	border-style:solid;
	border-width : 0px;
	vertical-align : top;
	margin-left: 3%;
	margin-bottom: 10px;
	background: url(../Utility/Backgrounds/linen.jpg);
}

#col3
{
	moz-border-radius: 25px;
	border-radius: 25px;
	float: left;
	width: 26%;
	margin-left: 3%;
	padding-bottom: 100px;
	padding-top: 40px;	
	background-color: #f1eba3;		/* #B4A57C;  */
	margin-bottom: 10px;
}

#footer
{
	-moz-transform: rotate(0deg);
	clear: both;
	margin-top: 150px;
	width: 500px;
		-moz-border-radius: 25px;
	-border-radius: 25px;
	border-style:solid;
	border-width : 2px;
	padding-top:10px;
	padding-bottom:25px;
}

h1
{
	margin: 0;
	padding: 5px;
}

h2
{
	margin-top: 0;
	padding-top: 7px;
}

h1, h2, h3, p
{
	margin-left: 20px;
	margin-right: 20px;
}


body {font-family: Georgia}
body {font-size:100%}
h1 {font-size:3.3em}
h2 {font-size:1.875em}
h3 {font-size:1.575}
p {font-size:1.2em}



p.trans25 {
	color: #57392A; 
	font-size: 9.3em; 
	font-weight: 800;
	background: transparent;
	filter: alpha(opacity= 25);
	-moz-opacity: .25;
	-khtml-opacity: 0.25;
	opacity: .25;
	text-align: center;

}


a.boxpopup3 {
	position:relative;
	z-index:24;
	color:#0000FF;
		text-decoration:none}
	a.boxpopup3:hover{z-index:25; background-color:#FDD017}
	a.boxpopup3 span{display: none}
	a.boxpopup3:hover span{ /*DISPLAYS ONLY ON HOVER*/
		display:block;
		position:absolute;
		top:2em; left:0; width:24em;
		padding:.9em;
		border:2px outset #BBB;
		color:#000; background:#FF9;
		text-align:left;
	}
