
* html, * html body
{
	overflow: hidden;/* remove scroll mechanism from body*/
	padding: 63px 0;/* for ie5 and 5.5.*/
	margin: -63px 0;
	padding: 0;
	margin: 0;
	font-family: "Arial";
}

* html #outer 
{
	overflow:auto;
	height:99.9%;
	voice-family: "\"}\""; voice-family:inherit; 
}

* html #content
{/* must contain all content except for top and bottom bars - ie5 doesnt want this so jumps it as mentioned above*/
	position: absolute;/* due to a bug in ie6 where children of elements that have overflow defined behave as those they are fixed*/
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding-bottom: 63px;
}

#footer-inner 
{
	background: #E3F3FC;
	background-image: url('/thesea.jpg');
	height: 63px;
}

#footer
{
	color: #000000;
	font-family: Arial, tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 63px;
	z-index: 999;
	background: #E3F3FC;
	background-image: url('/thesea.jpg');
}

.spacer 
{
	height: 63px;
	min-height: 63px;
}

.prop
{
	height: 63px;
}

p
{
	margin-top: 0;
}

html>body #footer
{
	position:fixed
}/* for moz/opera and others*/

#gap
{
	height: 50px;
	background: blue;
}

input:focus, textarea:focus
{
	border: 2px solid #DD0000;
}

.contacts
{
	font-size: 12px;
	padding-top: 20px;
}

.style1
{
	font-family: Arial;
	font-size: 12px;
}

.style3 
{
	color: #FF0000;
}

.style2 
{
	font-family: "Arial";
	font-size: 13px;
	font-weight: normal;
	color: blue;
	text-transform: uppercase;
}

.style5 
{
	vertical-align: top;
	font-family: "Arial";
	font-size: 12px;
}

.style6 
{
	font-size: 20px; 
	color: #FF3300; 
}

.style7
{
	font-size: 18px;
}

.style10
{
	font-family: Arial;
	font-size: 12px;
}

.popup {
width: 250px;
border: solid 1px #333;
font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
font-size: 10px;
display: none;
position: absolute;
z-index: 60;
}

.popuptitle {
width: 250px;
background: white;
color: black;
font-weight: bold;
font-size: 14px;
height: 15px;
padding: 5px;
}

.popupbody {
width: 250px;
background: #ddd;
padding: 5px;
text-align: center;
padding-left: 5px;
}

.popupbody a, .popupbody font, .popupbody td
{
	font-size: 12px;
	font-family: Arial;
}

#popup { top: 100px; left: 500px; }

#cvvaclists p
{
	font-size: 10px;
}

#inflogo a
{
	border: 0;
}
