
/*************************************  

ALWAYS INTERACTIVE
www.alwaysinteractive.com

V1 - Get A Job On A Yacht - October 2008

*************************************/

html, body, div, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	margin: 0 auto;
}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
#header ul,
#nav ul,
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/********** LAYOUT **********/

body {
	background: #666 url(/images/layout/bg.png) top center no-repeat;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}
.clear {
	clear: both;
}
img {
	behavior: url(/iepngfix.htc);
	border: 0;
}
img.left, .left img {
	float: left;
	margin: 2px 20px 16px 0;
}
img.right, .right img {
	float: right;
	margin: 2px 0 16px 20px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
	color: #333;
}
.bold_italic {
	font-weight: bold;
	font-style: italic;
}
.orange {
	color: #333;
}
p {
	padding: 5px 0;
	line-height: 1.8em;
}
a:link, a:active, a:visited {
	color: #333;
}
a:hover {
	color: #FFF;
}
h1 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 10px;
}
h2 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 8px;
}
h3 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 4px;
}
h4 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 2px;
}
hr {
	border: none;
	height: 1px;
	background-color: #333;
	margin: 10px 0;
}
.hide {
	display: none;
	visibility: hidden;
}
    
/********** CONTAINER **********/

#container {
	width: 600px;
	margin: 0 auto;
	border: 2px solid #333;
	background-color: #FFF;
	border-top: none;
	margin-bottom: 25px;
}

/********** HEADER **********/

#header a {
	width: 600px;
	height: 0;
	padding-top: 180px;
	overflow: hidden;
	display: block;
	background: url(/images/layout/header.jpg) no-repeat;
}	
		
/********** CONTENT **********/
			
#content {
	padding: 20px;
}	
				
/********** FOOTER **********/	
    			
#footer {
	font: 11px Arial, Helvetica, sans-serif;
   	color: #b12725;
   	text-align: center;
   	padding: 10px;
   	border-top: 1px solid #b12725;
}				 
	
	
	