/* Auchencairn Garage CSS (c)2005 The Digital Forge Ltd */
/* Text and object styling */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
/* Layers */
#navigation{
position:absolute; 
left:25px; 
top:0px; 
width:800px; 
height:300px; 
z-index:1;
}
#pagecell1{
	position:absolute;
	left:50%;
	top:5px;
	width:850px;
	z-index:1;
	background-color: #FFFFFF;
	height: 90%;
	margin-left: -425px;
}
#content{
	position:absolute;
	left:25px;
	top:306px;
	width:800px;
	z-index:2;
	overflow: visible;
	height: 255px;
}
#copyright{
	position:relative;
	left:0px;
	top:5px;
	width:800px;
	height:25px;
	z-index:3;
	background-color: #FFFFFF;
	color: #CCCCCC;
	line-height: 22px;
	text-align: center;
}
.capsule_title {
	background-color: #666666;
	color: #FFFF00;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.capsule_body {
	border: 1px solid #666666;
}
a {
	font-weight: bold;
	color: #009D00;
	text-decoration: none;
}
table#green {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	margin-top: 1px;
	margin-bottom: 1px;
}
.rt {
	float: right;
}
.txtrt {
	text-align: right;
}
.lft {
	float: left;
}


