/* CSS Document - Bellas Beachfront Bed and Breakfast by grasshoppergraphics.ca 2010*/

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size : 0.8em;
	line-height: 150%;
	font-weight: normal;
	color: black;
	font-family: "Lucida-Sans", Arial, sans-serif;
	background: #000066 url(images/stars_bckgr.jpg);
	z-index: -1000;
}



h1, h2, h3, h4, h5, h6 {
	color: #993333;
	line-height: 100%;

}
#siteContainer {
width: 900px;
margin: 0 auto;
z-index: -500;
background: url(images/middle.jpg) repeat-y;
z-index: -500;
}
#content {
position: relative;
width: 755px;
margin: 0px auto 0px 80px;
z-index: 0;

}
.left {
width: 200px;
padding: 0px 30px 0px 0px;

}

.right {
width: 515px;

}
.feature {
text-align: center;
font-weight: bold;
color: #993333;

}
.red {color: #993333;}
.reditalic {color: #993333; font-style: oblique;}
.redbold {color: #993333; font-weight: bold;}

#footer {
width: 860px;
margin: -10px auto 10px auto;
padding: 3px;
text-align: center;
font-size: 80%;
color: white;
background-color: #993333;
z-index: -500;

}

#footer a {color: white;}




