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

*{margin:0; padding:0;}

html, body{
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	background:#2d2d2d;
}

#page-container{
	background:url(../images/images/background.png) no-repeat;
	margin:auto;
	margin-top:10px;
	width:940px;
	height:1000px;
}
#containment{
	margin:auto;
	width:793px;
	height:1000px;
	
}
/*header styling*/
#header{
	background:url(../images/images/header.png);
	width:793px;
	height:203px;
}
#header ul{
	padding:180px 0 0 30px;
	font-size:14px;
}
#header li{
	display:inline;
	padding: 0 30px 0 0;
}
#header a{
	text-decoration:none;
	color:#FFFFFF;
}
#header a:hover{
	color:#9b9b9b;
}

/*attraction Images*/

#animation{
	padding:10px;
	height:285px;
	background:#FFFFFF;
}
#animation img{
	border:1px solid #CCCCCC;
}

/*Content Area*/
#content h1{
	padding:10px 0 10px 0;
	color:#b43535;
}
#right h2{
	color:#FFFFFF;
	padding:5px 0 10px 0;
	font-weight:normal;
}
#right h3{
	font-weight:normal;
	color:#FFFFFF;
	padding:5px 0 5px 0;
}
#right h4{
	font-weight:normal;
	font-style:italic;
	font-size:12px;
	padding:0 0 10px 0;
	margin:0;
}

#content{
	background:#FFFFFF;
}
#left{
	
	width:450px;
	padding:10px;
	line-height:1.5em;
}
#left p{
	padding:5px 0 5px 0;
}
#left ul{
	margin-left:15px;
}
#left h3{
	padding:5px 0 5px 0;
}
#right{
	float:right;
	width:300px;
	margin-top:20px;
	padding:10px;
	background:#b43535;
	color:#FFFFFF;
	line-height:1.5em;
}
#right a{
	text-decoration:none;
	color:#333333;
}



.more{
	padding:10px 0 10px 0;
}
#shamuon {
	background:#ffffff;!important
}
#shamuon img{
    border:none;
}

/*Contact Page*/

#left input{
	background:#FFFFFF;
	border:1px solid #b43535;
	padding:5px;
}
#left textarea{
	background:#FFFFFF;
	border:1px solid #b43535;
	padding:5px;
}
#left input.submit{
	background:#b43535;
	color:#FFFFFF;
}

.spacer{
	padding-top:10px;
}

/*Footer Stylings*/
#footer{
	background:url(../images/images/footer.png);
	width:793px;
	height:143px;
}
#footer ul{
	text-align:right;
	padding:20px 0 5px 0;
}
#footer li{
	display:inline;
	padding:0 20px 0 0;
}
#footer a{
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover{
	color:#9b9b9b;
}
#footer p{
	text-align:right;
	color:#9b9b9b;
	padding:5px 20px;
}




