/*redcairn.net pages.css CSS Document */
* {
margin:0;
padding:0;
	}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin: 0; 
	}
	
ul,li,dd { 
margin-left:1.5em;
	}
	
fieldset { 
padding:0.5em; 
	}

body {
	background-color: #E8E6E3;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	/*background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
	}

h1 {
	font-size:1.5em;
	}
	
h2 {
	font-size:1.3em;
	}

a {
	text-decoration: none;
	color: #FFFFFF;
	}

/* this div contains all others */
#container {
	margin: 0 auto;
	width: 600px;
	text-align: center;
	}

/* contains logo, #navdiv and nav.php */
#top {
	text-align:left;
/*	background-image:url(../images/redcairn2.gif);
	height:115px;*/
	}

/* between #top and #maindiv */
#spacer {
	float:left;
	height:20px;
	background-color: #FFFFFF;
	width: 600px;
	}

/* goes at top of each include page */	
#spacertop {
	float:left;
	height:20px;
	background-color: #FFFFFF;
	width: 600px;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
#spacerbot_rnd {
	float:left;
	height:20px;
	width: 600px;
	background-image: url(../images/page_bottom_round.gif);
	}
	
#spacerbot {
	float:left;
	height:20px;
	width: 600px;
	background-image: url(../images/page_bottom.gif);
	}
	
#footer {
	float:left;
	height:20px; 
	background-color: #E8E6E3;
	width: 600px;
	text-align: right;
	color: #999999;
	}

#maindiv {
	overflow: auto;
	width:600px;
	height:100%; /* change this to fixed value to create an iframe alternative */
	float:left;
	margin: 0px;
	background-color: #FFFFFF;
	border: 0px none #000000;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

#page {
	margin: 0 auto;
	width: 500px;
	height:auto;
	text-align:left;
	line-height: 1.25;
	} 
  
#page a {
	color: #96964B;
	font-weight: bold;
	}

.left {
	float:left;
	width:40%;
	padding-left:15px;
	color:#666666;
	}

.right {
	float:right;
	width:45%;
	padding-left:15px;
	color:#666666;
	}

#center {
	text-align:center;
	}

a:hover {
	text-decoration: underline;
	}
	
#contactdetails {
	width:250px;
	margin-left:30px;
	}
