html {
	background: #181818 url(../images/top_bg.jpg) repeat-x; 
}

body {

	color: white;
	font-family: arial, helvetica, san-serif;
	
}


/* general sytles */


a {

	color: white;

}

a.button {
/* style the button */
}







#container {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

#header {

}

	#header #nav {
		float: right;
		overflow: hidden;
	}
	
		#header #nav li {
			float: left;
			background: #1d8604;
			list-style: none;
			padding: 6px 19px;
			height: 14px;
			line-height: 14px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;	
	}
	
		#header #nav li:hover {
			background: #3eb6f8;
		}
		
		#nav li a {
			text-decoration: none;
			display: block;
			font-weight: bold;
		}
		
		
/* main banner */

#banner {
	clear: both;
	position: relative;
	background: url(../images/logo_banner.jpg) no-repeat;
	margin-top: 30px;
	padding-bottom: 200px;
	
	
}


/* main content */

#main {
	clear: both;
	padding-top: 50px;
	margin-top: -50px;
	padding-top: 30px;
	
}
	#main h3 {
		color: #e5ed11;
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 4px;
		
	
	}
	
	#main #news li {
		line-height: 20px;
		list-style: none;
		font-size: 13px;
		margin-left: 0px;
		font-style: italic;
		
	
	
	}
	
		#main #newslink {
			line-height: 20px;
			font-size: 13px;
			text-align: right;
			text-decoration: none;
			font-weight: bold;
			display: block;
			color: #3eb6f8;
	
	}
		#main #newslink:hover {
			text-decoration: underline;
		
		}
	
		#main #packages li {
			line-height: 20px;
			list-style: none;
			font-size: 13px;
			margin-left: -10px;
	}
	
	#main h2 {
		color: #e5ed11;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 4px;
		
	
	}
	#main p {
		
		font-size: 13px;
		text-align: justify;
		margin-bottom: 10px;
		
	
	}
	#main i {
		
		font-size: 12px;
		text-decoration: italic;
		
		
	
	}
	
	#main strong {
		
		font-size: 14px;
		text-decoration: italic;
	
		
	
	}
	#main #sub2 a {
		
		text-decoration: none;
		color: #e5ed11;
	
	}
	
	#main #sub2 a:hover {
		
		text-decoration: underline;
	
	
	}
	
	#main img.floatLeft { 
		float: left; 
		margin-top: 6px;
		margin-right: 10px;
		margin-bottom: 8px;
		
}
	#main img.floatRight { 
		float: right; 
		margin-top: 6px;
		margin-left: 10px;
		margin-bottom: 8px;
}

/* footer */


#footer-wrap {
		background: #000000 url(../images/second_bg.jpg) repeat-x;
		
		
		}
		
	#footer {
		overflow: hidden;
		font-size: 12px;
		padding-top: 14px;
		padding-bottom: 22px;
	
		
		
		}	
		#footer h2 {
			color: #e5ed11;
			font-weight: bold;
			font-size: 14px;
			margin-bottom: 4px;
			
			}
	
		#footer li {
			list-style: none;
			margin-left: 0px;
			text-decoration: none;
			
			
			
			}
			
		#footer #members a {
			list-style: none;
			margin-left: 0px;
			text-decoration: none;
			font-weight: bold;
			
			
			
			}
		
		#footer #members li:hover{
			
			margin-left: 0px;
			
			text-decoration: underline;
			
			}
		#footer #party  {
			
			margin-left: 8px;
			padding-bottom: 10px;
			
			
			
			}
		#footer #testimonial li {
			line-height: 25px;
			list-style: none;
			font-size: 13px;
			margin-left: 0px;
			font-style: italic;
	
	
	}	
		#footer #testimoniallink {
			line-height: 20px;
			font-size: 13px;
			text-align: right;
			text-decoration: none;
			font-weight: bold;
			display: block;
			color: #3eb6f8;
	
	}
	
			#footer #testimoniallink:hover {
			line-height: 20px;
			font-size: 13px;
			text-align: right;
			text-decoration: underline;
			font-weight: bold;
			display: block;
	
	}
	
	
	
	/* bottom page */
#bottom-wrap {
		background: #000000 url(../images/bottom_bg.jpg) repeat-x;
		clear: both;
		padding-bottom: 50px;
		margin-bottom: -50px;
			}	
			
	#bottom {
		overflow: hidden;
		font-size: 12px;
		margin-top: -10px;
	}

		#bottom #nav {
			float: right;
			overflow: hidden;
			padding-top: 20px;
			
		}
		
			#bottom #nav li {
				float: left;
				background: #1d8604;
				list-style: none;
				padding: 6px 19px;
				height: 14px;
				line-height: 14px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;	
		}
		
			#bottom #nav li:hover {
				background: #3eb6f8;
			}
			
			#nav li a {
				text-decoration: none;
				display: block;
				font-weight: bold;
				
			}