body {
	background-color: #504d27;
	background-image: url(artwork/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body, div, ul, li, h1, h2, h3, h4, p, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#wrapper {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	width: 1050px;
	height: 80px;
	margin-top: 10px;
	text-align: center;
}
#header h3 {
	font-family: "Trebuchet MS", Trebuchet, "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #E2DFC5;
}
#header h1 {
	font-family: Georgia, Garamond, serif;
	font-size: 50px;
	font-weight: normal;
	margin-top: 5px;
	color: #FFFFFF;
}
#beachscene {
	background-image: url(artwork/beachscene.jpg);
	float: left;
	height: 620px;
	width: 1000px;
	margin-right: 25px;
	margin-left: 25px;
}
#navigation {
	text-align: center;
	float: left;
	width: 1050px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2DFC5;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Georgia, Garamond, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}
#navigation a {
	color: #bed600;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF;
}
#content {
	float: left;
	width: 990px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2DFC5;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	height: 170px;
}
#content p {
	font-family: "Trebuchet MS", Trebuchet, "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 8px;
}
#content h3 {
	font-family: Georgia, Garamond, serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #bed600;
}
#content ul {
	margin-left: 15px;
	color: #CCCCCC;
	font-size: 9px;
	list-style-type: square;
	margin-bottom: 8px;
}
#content li {
	font-family: "Trebuchet MS", Trebuchet, "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}


#content a {
	color: #FFFFFF;
	text-decoration: none;
}
#content a:hover {
	color: #E2DFC5;
}

#column {
	float: left;
	width: 300px;
	padding-right: 15px;
	padding-left: 15px;
}
#footer {
	text-align: center;
	float: left;
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#footer p {
	font-family: Georgia, Garamond, serif;
	font-size: 11px;
	font-weight: normal;
	color: #E2DFC5;
}


.green {
	color: #bed600;
}
.italic {
	font-style: italic;
	color: #E2DFC5;
}
#divi, #branding, #interactive, #appdev {
	float: left;
	width: 990px;
	display: none;
}
