body {
	background:#000;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
a, a:visited {
	text-decoration:none;
	color:#89b4ad;
	}
a:hover {
	color:#fff;
	}
#wrap {
	width:960px;
	margin:0 auto;
	padding:0;
	background:url(../img/background.jpg) no-repeat;
	}
#nav {
	padding-top:105px;
	font-size:11px;
	margin-left:9px;
	}
	#nav h1, #nav h1 a, #nav h1 a:visited {
		color:#FFF;
		font-size:14px;
		font-weight:bold;
		}
	#nav h1 a:hover {
		color:#89b4ad;
		}
		
	#nav ul {
		color:#89b4ad;
		list-style:none;
		text-align:right;
		width:97px;
		text-transform:lowercase;
		}
		
#header {
	text-align:right;
	font-size:10px;
	font-weight:bold;
	padding-top:12px;
	}
	#header img {
		border-top:#89b4ad dotted 1px;
		border-bottom:#89b4ad dotted 1px;
		}
		
#content {
	padding:0 25px;
	font-size:11px;
	line-height:16px;
	margin-bottom:35px;
	}
	
	#content h2 {
		font-size:12px;
		}
			
#footer {
	font-size:.9em;
	margin-top:95px;
	}


/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer { 
	width:960px !important;
	height:279px;
	background-color:#1E312D;
	display:block; 
	position:relative; 
	padding:0 10px;
	border-top:#89b4ad dotted 1px;
	border-bottom:#89b4ad dotted 1px;
	}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:200px; 
	bottom:0px; 
	right:5px; 
	background:url(../img/slideitmoo_forward.png) no-repeat center;  
	}
#SlideItMoo_outer .SlideItMoo_back { 
	left:5px; 
	background:url(../img/slideitmoo_back.png) no-repeat center;  
	}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:900px; /* set a display width to make the slider look good in case js is disabled */
	margin:0 auto;
	padding:10px 0;
	}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items {
	display:block; 
	position:relative; 
	}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0 2px; 
	font-size:11px; 
	}
#SlideItMoo_items a { padding:0; margin:0; clear:both; display:block; }
#SlideItMoo_items a img{ border:none; }
