@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	
}

#header {
	height: 100px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/ara_header_100x730.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#navbar {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}

#main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}
#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
}


#main .my_carousel {
	position: relative;
	width: 900px;
	margin: 0px;
	background-color: #fff;
	margin: 5px auto 5px auto;
}

#main .carousel_container {
	height: 340px;
	margin: 0px;
	background: #a00 
	 url(images/background.jpg) 
	 no-repeat 0px 0px;
	 }
	 
#main #carousel {
	margin: 0px auto 0px auto;
	width: 600px;
	height: 300px;
}
#carousel img {
	width: 200px;
	height: 275px;
	cursor: pointer;
}
#main .nextItem { 
     position: absolute; 
	 top: 230px; left: 0px; 
	 z-index: 1001; 
	 cursor: pointer; 
}
.prevItem { 
     position: absolute; 
	 top: 230px; 
	 right: 0px; 
	 z-index: 1002; 
	 cursor: pointer; 
}

.caption_container {
	width: 435px;
	/*border-left: 3px solid #6A344E;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#captions h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 5px 0px;
	color: #581D37;
	text-shadow: 2px 2px 3px #666;
}

.capitalLetter
{
   float:left;
   color:#581D37;
   background:white;
   /*border:1px solid #999999; */ 
   font-size:80px;
   line-height:60px;
   padding:2px;
   font-family:Georgia, "Times New Roman", Times, serif;
   margin-right: 5px;
}

#captions p {
	font-family: Arial;
	font-size: 14px;
	color: #444;
	margin: 0px 0px 0px 3px;
	text-align: justify;
}

.leaves {
	position: absolute;
	top: 246px;
	left: 163px;
	z-index: 1000;
}

.carousel_data {
	 display: none; 
}


#footer #footnav {
	float: left;
	width: 340px;
}
#footer #contact {
	float: left;
	width: 340px;
}
#footer h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6A344E;
}
#footer #network a img {
	padding-right: 20px;
}
a.footer:link {
	font-size: 10px;
	font-weight: normal;
	color: #6A344E;
	text-decoration: none;
}
#footer #contact p {
	font-size: 12px;
}
