/*
(c)2008 - 2010 Ramona Maxwell - all rights reserved
Design by Ramona Maxwell
Please visit www.MaxwellArts.com for web development and media services.
*/

body {
	margin: 0px 0;
	background: #7998C6;
	font: normal 13px Arial, Helvetica, sans-serif;
	}

h1 {
	font: italic 197% "Times New Roman", Times, serif;
	color: #7998C6;
}

h2 {
	font-size: 107%;
	color: #7998C6;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 167%;
	font-size: 107%;
	font-color: #7998C6;
	}

blockquote {
	padding: 15px 0 0 20px;
	background: url(images/gallery/gallery-bullet.gif) no-repeat;
	text-align: left;
	font: italic 100% "Times New Roman", Times, serif;
	font-color: #7998C6;
}

ol {
	list-style-position: inside;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 20px;
	background: #333333 url(images/gallery/gallery-bullet.gif) no-repeat left;
}

a {
	text-decoration: none;
	color: #7998C6;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

#marquee {
	width: 460px;
	height: 45px;
	background: #333333 center center;
	font: italic 200% "Times New Roman", Times, serif;
	color: #7998C6;
	vertical-align: middle;
	} 

/* Logo */

.logo {
	width: 100%;
	height: 460px; 
	background: #333333;
	margin-bottom: 15px;
	}	
	
/* Container for header images */

#container {
	width: 1200px;
	height: 460px; 
	margin:0 auto; 
	}

#box1 {
	width: 150px;
	height: 180px;
	float: left;
	margin-top: 145px;
	}

.box2 {
	width: 900px;
	height: 440px;
	background: url(images/gallery/celilo.jpg);
	float: left;
	margin-top: 10px;
	}
	
.box2 h1 {
	margin: 0;
	text-align: center;
	padding: 35px 80px 0px 0px;
	text-transform: lowercase;
	letter-spacing: -1px;
	font: normal 46px "Times New Roman", Times, serif;
	font-style: italic;
}

.box2 h2 {
	margin: -7px 0 0 0;
	text-align: center;
	padding: 0px 70px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 7px;
	font-weight: bold;
	
}

.box2 a {
	text-decoration: none;
	color: #7998C6;
}
	
#box3 {
	width: 150px;
	height: 180px; 
	float: right;
	margin-top: 145px;
	}	

.clear {clear: both; line-height: 1px; visibility: hidden}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #7998C6;
	}

/* Content */

.content {
	float: left;
	width: 468px;
	height: 5000px;
	padding: 0 0 0 10px;
	background: #333333;
	}
	
.content p {
	color: #7998C6;
	padding-left: 20px;
	padding-right: 20px;
	}
	
#slideshow {
	padding-left: 20px;
	background: #333333;
	}	

/* Sidebar */

.sidebar {
	float: right;
	width: 250px;
	height:5000px;
	padding: 0 10px 0 10px;
	background: #333333;
}

.sidebar h2 {
	margin-bottom: 1em;
	}
.sidebar blockquote {
	color: #7998C6;
	}	

/* Menu */

#menu {
	padding-top: 20px;
	background: #333333;
}

/* img */

.img
  {
  margin: 2px;
  border: 0px solid #7998C6;
  float: left;
  text-align: center;
  }

.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #7998C6;
  }

.img a:hover img
  {
  border: 1px solid #0000ff;
  }

/* Footer */

.footer {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	background: #333333 url(images/img06.gif) no-repeat;
	}

.footer p {
	margin: 0;
	font-size: 77%;
}

.footer .links {
	float: left;
	padding: 15px 0 0 97px;
	color: #7998C6;
}

.footer .legal {
	float: right;
	padding: 15px 62px 0 0;
	color: #7998C6;
}

.footer a {
	color: #7998C6;
}