/* CSS Document For Lazy Bear Cabins - Buy the Bear*/

body {
	background-color: #000000;
	color:#FFFFFF;
	text-align: center;
	}
#wrapper {
	position:relative;
	width:800px;
	color:#000000;
	text-align: left;
	padding-bottom:30px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 1px;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	padding-top: 15px;
	}

/* ---------------------------- Title Bar - Main Page ----------------------------*/

#titlebar {
	position:relative;
	background-image: url(images/titleback.jpg);
	background-repeat: repeat-x;
	width: 800px;
	text-align:center;
	padding-bottom: 15px;
	}
	
/* -------------------------- Title Bar - Secondary Pages -------------------------*/

#titlebar2 {
	position:relative;
	background-image: url(images/titleback2.jpg);
	background-repeat: repeat-x;
	width: 800px;
	text-align:center;
	background-position: bottom;
	height: 180px;
	}
#titlebar2 ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#titlebar2 li {
	display:inline;
	}
.titlebar2 {
	padding-left:10px;
	padding-right:10px;
	}

/* ---------------------------- Navigation ---------------------------*/
	
#navigation {
	position:relative;
	font-family:Chalkboard, Arial, Helvetica, sans-serif;
	font-size: .9em;
	letter-spacing: .09em;
	width:800px;
	height:25px;
	background-color:#000000;
	left: 0;
	text-align:center;
	padding-top:10px;
	}
#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#navigation li {
	display:inline;
	}
#navigation a:link, #navigation a:visited {
	padding: 1px 45px 1px 45px;
	color: #FFFFFF;
	text-decoration:none;
	border: none;
	}
#navigation a:hover {
	font-weight: bold;
	}
.youarehere {
	font-weight: bold;
	}
	
/* ---------------------------- Content ---------------------------*/
#content {
	position:absolute;
	width: 370px;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size: 0.9em;
	text-align:left;
	padding-top:30px;
	padding-left:20px;
	top: 230px;
	}
#content ul {
	margin:0;
	padding-left:10;
	list-style-image: url(images/paw.jpg);
	}
#content li{
	line-height: 1.5em;	
	}
#content a:link, #content a:visited {
	color: #FFFFFF;
	text-decoration:underline;
	border: none;
	}
#content a:hover {
	font-weight: bold;
	}
#content p {
	text-indent: 10px;
	}
h1 {
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:1.2em;
	text-indent: 6px;
	}
h2 {	
	color:#FFFFFF;
	font-size:1em;
	}

/* ---------------------------- Photos ---------------------------*/

#photos {
	position:relative;
	width: 780px;
	text-align:right;
	padding-right:20px;
	padding-top: 10px;
	}
.photo {
	border:solid #000000 4px;
	margin-top: 010px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}

/* ---------------------------- Bottom Bar ----------------------------*/
#bottombar {
	position: relative;
	text-align: right;
	width:800px;
	font-family:"Times New Roman", Times, serif;
	font-size: .65em;
	margin-top:10px;
	margin-left: auto;
	margin-right:auto;
	}
#bottombar a:link, #bottombar a:visited {
	color:#FFFFFF; 
	text-decoration: underline;
	}
#bottombar a:hover { font-weight:bold; }