@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}
img {border:none;}
img.visitbritain {border:3px #630 solid;}

<!-- 
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color:#755934;
	background-image:url(images/background.jpg); background-repeat: repeat;
	margin: 0; 
	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;
}
.twoColFixLtHdr #container { 
	width: 917px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f1ead8;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #f1ead8;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f1ead8; /* the background color will be displayed for the length of the content in the column, but no further */
	border-right: #630 2px solid;
	padding: 15px 10px 15px 25px;
	margin-top:20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 20px 25px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent2 { 
	margin: 0 0 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 20px 25px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6e512f; 
} 
.twoColFixLtHdr #footer p {
	font-size:11px; color:#FFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { 
	float: right;
	width:300px;
	margin-left: 8px;
	text-align:right;
}
.fltlft { 
	float: left;
	width:200px;
	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:0;
    font-size: 1px;
    line-height: 0px;
}

#slideshow1 {position:relative; width:229px; height:172px; float:left;}
#slideshow2 {position:relative; width:229px; height:172px; float:left;}
#slideshow3 {position:relative; width:229px; height:172px; float:left;}
#slideshow4 {position:relative; width:229px; height:172px; float:left;}

#imagebox {position:relative; width:917px; height:172px; float:left;}

.textbox {position:relative;
			top:0px;
			left:20px;
			width: 600px;
			height:auto;
			margin:20px auto;
			padding:10px;
			text-align:left;
}
h1 {font-size:16px; padding-bottom:20px;}
h2 {font-size:14px; padding-bottom:5px;}
h3 {font-size:12px; padding-bottom:10px;}
p {font-size:12px; color: #630; padding-bottom:20px;}

p.green { font-weight:bold; color: #093;}
p.black { font-weight:bold; color: #000;}
	
a {color: #09C;}
a:visited {color:#999;}

a.noborder {border:none;}
a.noborder:hover {border:#630 2px solid;}

ul {padding-bottom:20px;}
li {list-style: disc; list-style-position:outside; font-size:12px; font-weight:bold; color: #060; margin-left:20px; padding-bottom:5px;}

td {font-size:12px; vertical-align:top;}

span.crossed {text-decoration:line-through}

/*form*/

.formfield {
		border: #c6c6c6 1px solid; font-size: 11px; color:#676767; font-family:Arial, Helvetica, sans-serif; background-color:#ffffff;}
		
.formbutton {
		border: #999999 1px solid; font-weight:bold; font-size: 11px; background-color: #630; color: #ffffff; font-family:Arial, Helvetica, sans-serif}
--> 


