/* ---------------------------------------------------------------
Copyright:   Keith Lyall, 2008
Description: Stylesheet for diving site.
Website:     www.kclyall.co.uk
Email:       kc.lyall@btinternet.com

Vers.        Date         History
 1.00        25/01/2009   Initial version   
------------------------------------------------------------------*/


/* Front page of website */

* {
	margin:0px;
	padding:0px;
}

html, body {
	height:100%;
}

body {
	background-color:#000000;
	color:#630; 
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance { 
	width:1px;
	height:50%;
	background-color:#000;
	margin-bottom: -200px; /* half of container's height */
	float:left;
}

#container-frontpage {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height: 400px;
	width:800px;
	clear:left;
	background-color: #000;
	border:1px solid #000;
	border-top-color:#000;
	border-left-color:#000;
	}

.float-right-nomargin {
	position: relative;
	right: 0px;
	float: right;
	margin: 0px;
	border: 0px solid #EEE;
	margin-left: 0px;
}

.float-left-nomargin {
	position: relative;
	float: left;
	left: 0px;
	margin: 0px;
	border: 0px solid #EEE;	
	margin-right: 0px;
}

.border {
	border: 10px solid #000000;
}
	
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1px 3px;  /* Was margin: 6px 12px; */
}

.align-centre {
	text-align: center;
	color: white;  /* Letter colour */
}


