@charset "utf-8";
/* CSS Document */

body {
	height:100%;
	background-color: #FF6600;
}


#title {
	padding:40px;
	position:absolute;
	width:80%;
	bottom:0px;
	margin-bottom:0px;
	z-index: 9999;
	float:right;
} 

.Name a, a:visited, a:active{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:"Trebuchet MS", Nevis;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}


.Name a:hover{
color:#FFFFFF;
border-bottom:1px solid #FFFFFF;
text-decoration:none;
}

#menu {
	visibility:hidden;
}

#carousel li{
padding-bottom:50px;

}

#carousel li a, a:visited, a:active{
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
font-family:"Trebuchet MS", Nevis;
color:#FFFFFF;
border-bottom:1px solid #000000;
padding-left:50px;
}

#carousel a:hover{
color:#FFFFFF;
border-bottom:1px solid #FFFFFF;
}

#details {}




