body 
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: gray;
}

h1 
{
	text-align: center;
}

br.clear 
{
	clear: both;
}

.required 
{
	color: red;
}

.testimony 
{
	font-style: italic;
	margin-bottom: 40px;
}


@media screen and (max-width: 600px) {
	#divContent 
	{
		width: 512px;
		margin: auto;
		background-color: white;
		padding: 10px;
		font-size: 14px;
	}
}

@media screen and (min-width: 1024px) {
	#divContent 
	{
		width: 1024px;
		margin: auto;
		background-color: white;
		padding: 10px;
		font-size: 14px;
	}
}

#divSubmitStatus 
{
	margin-bottom: 20px;
}
	
#divSubmitStatus.success,
#divSubmitStatusBottom.success 
{
	color: green;
	font-weight: bold;
}

#divSubmitStatus.failure,
#divSubmitStatusBottom.failure
{
	color: red;
	font-weight: bold; 
}

#divImageContacts 
{
	float: left;
	width: 480px;
	padding: 10px;
}

#imgCorkMain 
{
	width: 460px;
	margin: auto;
}

#divYachtsDeliveryHome 
{
	float: left;
	width: 502px;
}

#divBoatsDeliveries 
{
	float: left;
	width: 460px;
	padding: 10px;
}


#imgBoatsDeliveries 
{
	float: left;
	width: 520px;
	margin-left: 20px;
}

#divTestimonyMain 
{
	margin-top: 0px;
	padding: 10px;
}
	
#pTestimonyMain 
{
	font-style: italic;
}
