#header {
	margin-top: 0;
	height: 30px;
	background-color: #56c9e7;
}

#nav {
	font-family: 'CaviarDreamsRegular', Helvetica, sans-serif;
	text-align: right;
	font-size: 17px;
	margin-top: 40px;
	float: right;
	color: #147cb6;
}

#nav a, ul {
	color: #147cb6;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
	margin-right: 12px;
}

#headline {
	margin-top:20px;
}

#headline h2 {
	font-family: 'Lobster13Regular', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 50px;
	margin-bottom: 0;
}

#headline p {
	font-size: 25px;
	font-family: 'CaviarDreamsRegular', Helvetica, sans-serif;
}

#contentBox {
	height: 350px;
	background-image: url(photo1-fpo.jpg);
	margin-top: 0;
	-webkit-box-shadow: 2px 2px 5px #D4D4D4;
	-moz-box-shadow: 2px 2px 5px #D4D4D4;
	box-shadow: 2px 2px 5px #D4D4D4;
	border: 3px solid white;
}


.lineItem {
	margin-top: 50px;
	height: 140px;
	background-color: #ccc;
	-webkit-box-shadow: 3px 3px 5px #D4D4D4;
	-moz-box-shadow: 3px 3px 3px #D4D4D4;
	box-shadow: 3px 3px 5px #D4D4D4;
	outline: 3px solid white;
	overflow: hidden;
}

.lineItemText {
	margin-top: 70px;
	color: #494949;
}

.lineItemText h2 {
	font-family: 'Lobster13Regular', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 0;
}

.lineItemText p {
	font-size: 19px;
	font-family: Arial Narrow;
}

.lineItemText h4{
	font-size: 17px;
	font-family: Arial Narrow;
}

#footer p {
	font-size: 14px;
	font-family: 'CaviarDreamsRegular', Helvetica, sans-serif;
}

#footer {
	margin-top: 100px;
	height: 30px;
	background-color: #56c9e7;
}


@font-face {
	font-family: 'Lobster13Regular';
	src: url('Lobster_1.3-webfont.eot');
	src: local('‚ò∫'), url('Lobster_1.3-webfont.woff') format('woff'), url('Lobster_1.3-webfont.ttf') format('truetype'), url('Lobster_1.3-webfont.svg#webfontHqICmWr8') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CaviarDreamsRegular';
	src: url('CaviarDreams-webfont.eot');
	src: local('‚ò∫'), url('CaviarDreams-webfont.woff') format('woff'), url('CaviarDreams-webfont.ttf') format('truetype'), url('CaviarDreams-webfont.svg#webfontdHSnsI35') format('svg');
	font-weight: normal;
	font-style: normal;
}