/*

	stylesheet for chalkcottage.com

	Created by: 	Simon Pollard, 10 July 2006
	Last Updated:	Simon Pollard, 13 July 2006

	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;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-image: url(../images/background.jpg);

}
h1 {
	font-size: 22px;
	color: #000000;
	padding-top: 40px;
	padding-left: 75px;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
}
h2 {

}

a:hover {

}
div#main {
	width: 800px;
	vertical-align: middle;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding-bottom: 0px;
	background-image: url(../images/board-bg.jpg);
	background-repeat: repeat-y;
}
div#title {
	background-image: url(../images/top-bg.jpg);
	height: 132px;
	width: 800px;
	padding-top: 20px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 20px;
}
div#content img.img-left {
	float: left;
}
div#content img.img-right {
	float: right;
}
div#content p {
	margin-top: 15px;
}
div#content {
	float: right;
	width: 75%;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
div#content-header {
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
	height: 69px;
	width: 576px;
}
div#content-body {
	color: #000000;
	text-align: left;
	padding: 0px 60px 0px 60px;
	line-height: 162.2%;
	font-size: 16px;
}
div#content-footer {
	background-image: url(../images/content-footer.gif);
	background-repeat: no-repeat;
	height: 53px;
	width: 576px;
}
div#footer {
	width: 800px;
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 66px;
	padding-top: 20px;
	text-align: center;
}
div#envelope {
	background-image: url(../images/envelope.gif);
	padding-left: 75px;
	padding-top: 50px;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	line-height: 20px;
	padding-bottom: 15px;
}
p.printtext {
	font-size: 12px;
	clear: both;

}
/* Navigation bar styles */
div#nav {
	background-image: url(../images/links/background.jpg);
	float: right;
	width: 22%;
	text-align: left;
	background-repeat: no-repeat;
}
div#nav li {
	list-style-type: none;
}
div#nav li a {
	display: block;
	height: 40px;
	background-image: none;
}
div#nav li#home {
	width: 92px;
}
div#nav li#home a:hover {
	background-image: url(../images/links/home-ul.gif);
}
div#nav li#about {
	width: 122px;
}
div#nav li#about a:hover {
	background-image: url(../images/links/about-ul.gif);
}
div#nav li#pictures {
	width: 162px;
}
div#nav li#pictures a:hover {
	background-image: url(../images/links/pictures-ul.gif);
}
div#nav li#booking {
	width: 140px;
}
div#nav li#booking a:hover {
	background-image: url(../images/links/booking-ul.gif);
}
div#nav li#contact {
	width: 149px;
}
div#nav li#contact a:hover {
	background-image: url(../images/links/contact-ul.gif);
}
div#nav li#links {
	width: 95px;
}
div#nav li#links a:hover {
	background-image: url(../images/links/links-ul.gif);
}
/*  End naviagtion styles */
