.left_box {
	float: left;
	border: 0.3em solid inset #d00000;
	width: 12em;
	padding: 0.5em;
	}

.right_box {
	float: right;
	border: 0.3em solid inset #d00000;
	width: 12em;
	padding: 0.5em;
	}


body {	background-color: white;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: bottom right
		}

.tour	{background-image: url('images/b_ship.JPG') }
.serv	{background-image: url('images/b_whichway.JPG') }	
.about	{background-image: url('images/b_office.JPG'); background-position: bottom left;}	
.apply	{background-image: url('images/b_ship.JPG') }
.merge	{background-image: url('images/b_notes.JPG'); background-position: bottom left;}		

p.copyright {	text-align: center; font-weight: normal; font-size: 7.5pt;}


.services {	margin-left:5em;
			margin-right:5em;
			}
			
.servicesheading1 {	font-size:1.6em;
					font-variant:small-caps;
					font-weight:bold;
					text-align:center;
					color: #000000;
					background-color: #D0D0D0;
					border-style:solid;
					border-color: #ff0000 #A00000 #800000 #d00000;
					}

.servicesheading2 {	font-size:1.2em;
					font-variant:normal;
					font-weight:bold;
					text-align:center;
					color: #000000;
					background-color: #D0D0D0;
					border-style:solid;
					border-color: #ff0000 #A00000 #800000 #d00000;
					}

.servicesdetails {	font-size:1em;
					text-align:center;
					margin-left:2em;
					margin-right:2em;
				 }


img	{ vertical-align: top }
							
table { background-color:	transparent;
	border-collapse:	collapse;
	border-style:		none;
	border: 		0px;
	cellpadding: 		0;
	}
		
td.shade { valign: top;
	   color: black;
	   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/blue.png');
	 }

td.shade[class] {	background-image:url('images/blue.png');
					valign: top;
					color: black;
					}
					
td.clear		{	color: black;
					valign: top;
					}

h1 		{	text-align: center }

p.job 	{	padding: 6px 6px 6px 12px;
			font-weight:bold;
			}

p.details { padding: 6px 0px 6px 0px;
			font-weight:normal;
			border-bottom: thin inset #CE0808;
			}

p.salary {	padding: 6px 0px 6px 0px;
			font-weight:bold;
			text-align: center;
			}

p.ref	{	padding: 6px 0px 6px 12px;
			font-weight:bold;
			text-align: center;
			}

p.text	{	margin-left: 7%;
			margin-right: 7%;
			}


					
