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

body {
	background: #fff url("../images/starfish.jpg") 200px -100px no-repeat;	
	font: 76%/1.4em arial, sans-serif;
	color: #333;
	text-align: center;
	/*overflow:auto;*/
	margin:0;
	padding:0;
}

h3 {
	margin-bottom:0;
}

a {
	text-decoration: none;
}

#page {
	width:850px;
	margin:120px auto auto auto;
	padding:0;
	border:0;
}

a h1 {
	display:none;
}

#header {
	width:850px;
	height:60px;
	margin:0;
	padding:0;
	border:0;
	position:relative;
}

#header a {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:300px;
	height:50px;
	background: transparent url("../images/logo.jpg") left top no-repeat;
}

#header .subhead {
	position:absolute;
	bottom:0;
	right:50px;
	color:#002b8e;
	font-size:14px;
	font-weight: bold;
}

#content {
	padding:0;
	margin:10px 0 0 0;
	border:0;
}

.photostream {
	width:800px;
	margin:0 auto;
	text-align:center;
}

/*.photostream ul {
	list-style-type:none;
	padding:0;
	margin:0;
	border:0;
}*/

/*.photostream ul li {
	display:inline;
	padding:0;
	margin:0;
}*/

/*.photostream img {
	padding: 3px;
	border: 1px solid #aaa;
	margin:0;
}*/

.main {
	position:relative;
	height:500px;
}

.description {
	position:absolute;
	width:470px;
	/*margin:0 0 0 30px;*/
	text-align:left;
	top:0;
	left:30px
}

.newsbox {
	/*position:absolute;
	width:300px;*/
	/*margin:0 0 0 30px;*/
	text-align:left;
	/*top:0;
	right:30px;*/
	border:1px solid #F00;
	background:#FFEFEF;
}

.sidebar {
	position:absolute;
	width:300px;
	/*margin:0 0 0 30px;*/
	text-align:left;
	top:0px;
	right:30px;
}

#footer {
	position:relative;
	bottom:0;
}

/*Carousel*/
#html-carousel { 
    background: #FFFFFF;
}

#html-carousel .carousel-list li { 
    margin:4px 10px 0px 10px;
}

#html-carousel .carousel-list li { 
    /*width: 106px;*/ 
    border: 0;
    padding: 0;
    padding-top: 15px;
    color: #3F3F3F;
    display:inline;
}

#html-carousel .carousel-list li a img { 
    border:1px solid #999;
    display:block;
}

#html-carousel {
	float:left;
    margin:0 auto 10px 10px;
    width: 690px;
    height: 150px;
}

/* BUTTONS */
#prev-arrow-container { 
    float:left;
    margin: 0px;
    padding: 0px;
    margin:30px 0 0 0;
    width:50px;
}

#next-arrow-container {
	float:right;
    margin: 0px;
    padding: 0px;
    margin:30px 0 0 0;
	width:50px;
}

#next-arrow { 
    cursor:pointer; 
}

#prev-arrow { 
    cursor:pointer; 
}

/* Overlay */
/*#overlay {
  width: 200px;
  height: 80px;
  background-color:  #FFF;
  position: absolute;
  top: 25px;
  left: 150px;
  padding-top: 10px;
  z-index: 100;
  color: #000;
  border:1px dotted #000;	
	text-align: center;
	font-size: 24px;
  filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}*/
