html {
	padding: 0px;
	margin: 0px;
}

body {
	overflow-y: scroll;
	margin: 0px;
	padding: 0px;
	background-image: url('/images/bg.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
}

img {
	border: none;
}

a {
	color: #b8b8ff;
	font-weight: bold;
}

h1 {
	margin: 10px 0px 8px 0px;
	padding: 0px 20px 0px 20px;
	font-family: Tahoma;
	text-align: left;
}

h2, h3, h4, h5, h6 {
	margin: 10px 0px 8px 0px;
	padding: 0px 20px 0px 20px;
	font-family: Tahoma;
	text-align: left;
}

hr {
	margin: 10px 20px 10px 20px
}

#header {
	position: relative;
	margin: 0px auto 0px auto;
	width: 960px;
	height: 82px;
	background-image: url('http://breakawayhols.co.uk/images/logos/sunflower.gif');
	background-position: right;
	background-repeat: no-repeat;
}

#header .comments-box {
	position: absolute;
	bottom: 0px; right: 0px;
	margin: 0px 123px 12px 0px;
	width: 350px;
	text-align: right;
}

#header .comments-box a {
	display: block;
	width: 350px;
	text-decoration: none;
	color: #000000;
}

#content {
	width: 960px;
	margin: 0px auto 20px auto;
	padding: 0px 0px 0px 0px;
}

#content .sidebar {
/*	position: fixed; */
	float: left;
	width: 238px;
	color: #151530;
	font-size: 12px;
	text-align: center;
}

#content .sidebar .telephone {
	font-size: 30px;
}

#content .sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content .sidebar li {
	margin: 4px 0px 4px 0px;
	border: 1px solid #303030;
	background-color: transparent;
	text-align: left;
}

#content .sidebar a {
	display: block;
	background-image: url('/images/white-trans.png');
	padding: 9px;
	text-decoration: none;
	color: #000000;
}

#content .sidebar a:hover, #content .sidebar .thispage {
	background-image: url('/images/blue-trans.png');
	text-decoration: none;
	color: #ffffff;
}

#content .page {
	float: right;
	position: relative;
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 10px 0px;
	width: 680px;
	min-height: 500px;
	background-color: transparent;
	background-image: url('/images/blue-trans.png');
	border: 1px solid #555555;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

#content .reg-border {
	border: 1px solid #ffffff;
}

#content .center-img {
	margin: 0px auto 0px auto;
	width: 592px;
	height: 169px;
}

#content .page p {
	padding: 0px 20px 10px 20px;
	text-align: left;
}

#content .page form {
	padding: 0px 20px 0px 20px;
	text-align: left;
}

#footer {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 10px 0px;
	background-color: transparent;
	background-image: url('/images/white-trans.png');
	border: 1px solid #555555;
	font-size: 10px;
	vertical-align: middle;
}

#slideshow-border {
	position: relative;
	height: 199px;
	width: 592px;
	margin: 0px auto 0px auto;
	background-image: url('/images/slideshow/border.png');
}

#slideshow {
	position: absolute;
	top: 13px; left: 14px;
	height: 169px;
	width: 561px;
	overflow: hidden;
}

#copyright {
	width: 960px;
	margin: 20px auto 20px auto;
	font-size: 10px;
}

#content .profile-pic {
	float: left;
	margin: 0px 10px 0px 0px;
	border: 1px solid #fff;
}

.polaroid {
	float: left;
	width: 210px;
	margin: 40px 0px 0px 70px;
	padding: 6px 6px 0px 6px;
	background-color: #ffffff;
}

.polaroid span {
	display: block;
	padding: 2px 0px 6px 0px;
	color: #000000;
}

.info-bullets {
	float: left;
	margin: 0px 0px 0px 30px;
	height: 60px;
	width: 300px;
	text-align: left;
}

.info-bullets img {
	float: left;
	margin: 0px 8px 0px 0px;
}

.clear-both { clear: both; }
.right { float:right; }
.left { float:left; }

.textarea {
	width: 300px;
	height: 100px;
}

.single_image img {
	border: 1px solid #fff;
}

.holiday-table {
	width: 640px;
	margin: 0px 20px;
	border-collapse: collapse;
}

.holiday-table td {
	vertical-align: top;
	width: 50%;

}

.holiday-details {
	margin: 0px auto;
	width: 90%;
	border-collapse: collapse;
}

.holiday-details td {
	width: 33%;
	padding: 5px;
	background: #fff;
	border: 1px solid black;
	color: #000;
}

.img-holder {
	vertical-align: middle;
	text-align: center;
}

