body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFDF;
	font-family: "Trebuchet MS", Arial, "Helvetica 45 Light", Helvetica;
	background-image: url(http://www.screensavers-free.co.uk/images/tile1.gif);
	background-repeat: repeat;
}

/*HACKS*/

/* remove disappearing txt bug in ie */
 * html .visualIEFloatFix { height: 0.01%; }

.twoColLiqLtHdr #cubeDiv{
	text-align: center;
	background-color: #F8F0E0;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.twoColLiqLtHdr a {
	text-decoration: underline;
	color: #9F792B;
}
.twoColLiqLtHdr a:link {
	color: #9F792B;
}
.twoColLiqLtHdr a:hover {
	color: #CDA043;
}
.twoColLiqLtHdr a:active {
	color: #CB9C3A;
}

.twoColLiqLtHdr .links{
}

.twoColLiqLtHdr .links a IMG {
	border:0px;	
	}

.twoColLiqLtHdr .links a {
	padding: 3px;
	margin: 10px;
}


.twoColLiqLtHdr .links a:link {


}

.twoColLiqLtHdr .links a:hover {
	border-top-color: #BBBCE8;
	border-right-color: #BBBCE8;
	border-bottom-color: #BBBCE8;
	border-left-color: #BBBCE8;
}

.twoColLiqLtHdr .links a:active {

}

.twoColLiqLtHdr #container {
	width: 87%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #7E984C;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B9CB96;
	border-left-color: #B9CB96;
	height: auto;
	padding: 16px;
} 

.twoColLiqLtHdr #topright {
	background-image: url(../images/searchbox.gif);
	width: 80%;
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	height: 186px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.twoColLiqLtHdr #topad {
	text-align: center;
	margin-bottom: 14px;

}

#topright .search{
	height: 76px;
}

#topright .search form{
	margin: 0px;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	height: 66px;
}

#topright .search .txt_input {
	font-size: 12px;
	color: #333333;
	margin-right: 2px;
	border: 1px solid #333333;
	margin-bottom: 2px;
}

#topright .search .txt_m {
	font-size: 13px;
	margin-top: 2px;
}

#topright .search .txt_b {
	font-weight: bold;
	font-size: 12px;
}

#topright .search .txt_submit {
	font-weight: bold;
	font-size: 13px;
	width: 114px;
	margin: 0px;
	padding: 0px;
}

#topright .menu{
	height: 68px;
}

#topright .menu p{
	font-size: 14px;
	font-weight: bold;
	color: #F0E2C6;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

#topright .mline {
	font-size: 14px;
	font-weight: bold;
	color: #F0E2C6;
	margin: 0px;
	padding: 0px;
}

#topright .menu a {
	text-decoration: none;
	font-size: 14px;
	color: #F0E2C6;
}
#topright .menu a:link {
	color: #F0E2C6;
}
#topright .menu a:hover {
	color: #FFFF75;
}
#topright .menu a:active {
	color: #000000;
}

#topright h1{
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: 4px;
	height: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.twoColLiqLtHdr #logo {
	float: left;
	width: 20%;
	height: 182px;
}

.twoColLiqLtHdr #header {
	height: 186px;
	margin: 0px;
	padding: 0px;
} 

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

/*
.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 166px;
	background-image: url(../images/sidebar.gif);
	height: 616px;
	margin-bottom: 16px;
}
*/

.twoColLiqLtHdr #sidebar1 {
	width: 163px;
	background-image: url(../images/sidebar.gif);
	height: 604px;
	position: absolute;
	visibility: hidden;
	padding-top: 12px;
	padding-left: 3px;
}

.twoColLiqLtHdr #left_ad {
	height: 600px;
	width: 160px;
}

.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #mainContent {
	margin-left: 184px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*font-size: 0.8em;*/
	height: 100%;
	width: auto;
} 

.twoColLiqLtHdr #mainContent h1 {
	font-size: 18px;
	margin-bottom: 8px;
	padding: 0px;
	margin-top: 0px;
}

/*
.twoColLiqLtHdr #mainContent h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 8px;
	margin-top: 0px;
}
*/
.twoColLiqLtHdr #mainContent p {
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 16px;
}

.twoColLiqLtHdr #mainContent ul li{
	font-size: 14px;
	font-style: italic;
}

.twoColLiqLtHdr #mainContent .ad_cent{
	text-align: center;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-top: 10px;
}

.twoColLiqLtHdr #footer {
	height: 100px;
	margin: 0px;
	padding: 0px;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

.clearright { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

/* CURVY EDGE BOXES */

.box2 {
	border: 2px solid #4E5342;
	background-color: #F8F0E0;
	background-image: url(../images/bg-window.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 16px;
	padding: 16px;
}

.box2:before {
	background: transparent url(../images/corner_tr.gif) no-repeat top right;
	content: url(../images/corner_ttr.gif);
	display: block;
	line-height: 0.1;
	margin: -18px -18px -4px -18px;
}

.box2:after {
	background: transparent url(../images/corner_br.gif) no-repeat bottom right;
	content: url(../images/corner-bl.gif);
	display: block;
	line-height: 0.1;
	margin-top: 4px;
	margin-right: -18px;
	margin-bottom: -18px;
	margin-left: -18px;
}

.box_foot {
	border: 2px solid #5B6F37;
	background-color: #999D6F;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 8px;
	height: 80px;
}

.box_foot:before {
	background: transparent url(../images/cornerf_tr.gif) no-repeat top right;
	content: url(../images/cornerf_tl.gif);
	display: block;
	line-height: 10px;
	margin: -10px -10px -2px -10px;
}

.box_foot a {
	text-decoration: none;
	color: #F0E2C6;
}

.box_foot a:link {
	color: #F0E2C6;
}

.box_foot a:hover {
	color: #FFFF75;
}

.box_foot a:active {
	color: #000000;
}

.box_foot .left_foot{
	float: left;
	width: 40%;
}

.box_foot .left_foot .item{
	font-size: 11px;
	margin-right: 8px;
}

.box_foot .left_foot h3{
	font-size: 11px;
	margin: 0px;
}

.box_foot .right_foot{
	float: left;
	width: 60%;
	text-align: right;
}

.box_foot .right_foot p{
	margin: 0px;
	padding: 0px;
	font-size: 11px;

}

.copy_txt{
	border: 2px solid #000000;
	padding: 4px;
	width: 90%;
}

/* set the image to use and establish the lower-right position */ 
.box, .box_body, .box_head, .box_head h2 { 
background: transparent url(http://www.screensavers-free.co.uk/images/wind.png) no-repeat bottom right; 
} 

.box {
	padding-right: 12px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	clear: right;
} 
.box h2 {
	margin: 0; /* reset main site styles*/
	border: 0; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto;
	padding-top: 16px;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom: 14px;
	font-size: 17px;
} 
/* set the lower-left corner image */
.box h3 {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0px;
	font-size: 15px;
} 

.box h4 {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0px;
	font-size: 14px;
}
/* set the top-right image */ 
.box_head {
	background-position: top right;
	margin-right: -12px; /* pull the right image over on top of border */
	padding-right: 16px; /* right-image-gap + right-inside padding */
}

/* set the top-left image */

 
.box_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto;
	height: 1%; /* IE Holly Hack */
	padding-top: 16px;
	padding-right: 0;
	padding-left: 20px;
	padding-bottom: 14px;
	font-size: 17px;
} /* set the lower-left corner image */ 
 



.box_body {
	background-position: bottom left;
	margin-right: 8px; /* mirror .cssbox_head right/left */
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 20px;
} 


.left_img{
	float: left;
	height: 200px;
	width: 200px;
	margin-bottom: 4px;
	margin-left: 4px;
}

.right_img{
	float: right;
	margin-bottom: 4px;
	margin-left: 4px;
}

#googleSearchUnitIframe{
	text-align: center;
}

#fdemo {
	text-align: center;
}

#fdemo .frame{
	border: 2px solid #CCCCCC;
}

.compact_link{
	line-height: 14px;

}

.txt_sml {
	font-size: 10px;
	line-height: 10px;
}

#gall img{
	border: 2px solid #333333;
	margin: 4px;
}
