/*

	stylesheet for lakeholiday.co.uk

	Created by: 	Simon Pollard, 3 July 2005
	Last Updated:	Simon Pollard, 26 September 2005

	NOTES:
	- Uses the * html selector to fix problems with Internet Explorer for Windows - more information can be found at http://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html

*/
* { padding:0px; margin:0px; } 
* html body {
	text-align: center;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E9E4FA;
	margin: 0px;
	padding: 0px;
}
div#main {
	background-color: #FFFFFF;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 2px solid #000066;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000066;
	width: 800px;
	vertical-align: middle;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
div#header {
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 608px;
	background-position: left;
	text-align: left;
}
div#content {
	margin-left: 155px;
	text-align: left;
	margin-top: 25px;
	margin-right: 25px;
	font-size: 13px;
}
div#content img {
	margin: 2px;
	border: 1px solid #000000;

}
/* Navigation bar styles */
div#links {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
div#links a:hover {
	background-color: #E9E4FA;

	}
div#links img {
	margin-top: 5px;

}
/*  End naviagtion styles */
div#footer {
	text-align: right;
	margin-top: 15px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
	margin-right: 25px;
	margin-left: 25px;
	font-size: 9px;
	clear: both;
}
div#footer-left {
	float: left;
	font-size: 9px;
	color: #000066;
	font-weight: bold;
}
div#tables {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	border: none;
}
a:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
.pic-border {

	border: 1px solid #000000;
	margin-right: 5px;
	margin-left: 5px;
}
.big-letter {
	font-size: 24px;
	border: 1px solid #000000;
	float: left;
	height: 30px;
	width: 30px;
	margin: 10px 0px 0px;
	padding: 0px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
img {
	border: none;
}
div#bigpage {
	border: 1px solid #000000;
}
div#tab1 {
	border: 1px solid #000000;
}
div#tab2 {
	border: 1px solid #000000;
}
