* {
				margin : 0;
		padding : 0;
		}
		
		
		
		body {
		background : #fff;
		font-size : 14px;
		color : #464646;
		font-family : "Courier New", Courier, Monaco, Consolas, monospace;
		line-height : 18px;
		letter-spacing : 0;
		}
		
		
		a {
		color : #464646;
		background-color : transparent;
		border-bottom: 0px solid;
		text-decoration : none;
		padding : 0 0 0 0;
		}
		
		
		a:active {
		color : #dddddd;
		background-color : transparent;
		border-bottom: 0px solid;
		text-decoration : none;
		padding : 0;
		}
		
		
		a:visited {
		color : #464646;
		background-color : transparent;
		text-decoration : none;
		}
		
		
		a:hover {
		color : #dddddd;
		background-color : transparent;
		border-bottom: 0px solid;
		text-decoration : none;
		}
		
		
		a:focus {
		outline : none;
		}
		
		
		a img {
		border : none;
		}
		
		
		#menu {
		width : 250px;
		overflow : auto;
		top : 0;
		left : 0;
		position : fixed;
		height : 100%;
		background-color : #fff;
		}
		
		
		#menu ul {
		list-style : none;
		margin : 0 0 3px 0;
		}
		
		
		#menu ul li.section-title {
		font-weight : roman;
		color : #F16477;
		margin : 18px 0 0 0;
		}
		
		
		#menu ul li.active a {
		color : #dddddd;
		font-weight : roman;
		background : transparent;
		text-decoration : none;
		}
		
		
		#content {
		height : 100%;
		margin : 0 0 0 250px;
		top : 0;
		}
		
		
		.container {
		margin : 0 0 0 0;
		padding : 35px 0 0 40px;
		}
		
		
		#content .container {
		padding-left : 3px;
		}
		
		
		#content p {
		width : 400px;
		}
		
		
		p {
		margin : 0 0 1px 0;
		}
		
		
		h1 {
		font-size : 12px;
		}
		
		
		h2 {
		font-size : 12px;
		}
		
		
		h3 {
		font-size : 12px;
		}
		
		
		h4 {
		font-size : 12px;
		}
		
		
		#img-container {
		margin : 0;
		padding : 0;
		}
		
		
		#img-container p {
		width : 400px;
		margin : 0;
		padding : 0 0 12px 0;
		}
		
		
		#once {
		clear : left;
		}
		
		
		#footer {
		position : fixed;
		bottom : 35px;
		left : 31px;
		background : #fff;
		font-size : 14px;
		font-family : "Courier New", Courier, Monaco, Consolas, monospace;
		line-height : 1.3em;
		letter-spacing : 0;
		text-transform : none;
		}
		
		
		#long-sandy-beach .one-box {
		float : left;
		padding-right : 50px;
		}
		
		
		#long-sandy-beach .caption-box {
		padding-top : 5px;
		}
		
		
		#long-sandy-beach .caption-box .title {
		font-weight : roman;
		}