@charset "utf-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #003366;
	background-image: url(/graphics/corrugated-metal.jpg);
	background-repeat: repeat-x;
	margin-top: -2px;
	margin-right: 0;

	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
p{
	line-height:1.2ems;
	font-size: 12px;
}
h3 {
	font-size: 18px;
	color: #FFFFFF;
}

h1 {
	font-size: 24px;
	margin-bottom: -10px;
	padding-bottom:10px
	line-height: 1em;
	margin-bottom:10px;
}
h4{
	padding-top:20px;
	line-height:120%;
	} 
.headbox {
	padding: 3px 0 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCFF00;
}
.twoColFixRtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: #6699FF;
	background-image: url(/graphics/yellow-car-and-police-van.png);
	background-repeat: no-repeat;
	background-position: 20px 17px;
	margin-top: -21px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColFixRtHdr #containeredit {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #containerblank {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-color: #6699FF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	background-image: url(/graphics/logo_cairngormautos.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 114px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: -3px;
	padding-left: 20px;
} 
.twoColFixRtHdr #header h4 {
	color: #999999;
	margin-top: -30px;
	margin-right: 0;
	margin-bottom: -30px;
	margin-left: 0;
	padding: 0px;
	display:none;
}
.twoColFixRtHdr #sidebar1 h1 {
	margin-top:5px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #333333;
	padding-top: -10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #FFFFFF;
	margin: 15px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 230px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.carpics {
margin:-5px 0 5px;
border:solid 1px #fff;
}
.topbits {
	font-size: 18
}
#boxout {
	background-color:#FFCC66;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: auto;
	margin-right:0px;
}
#sidebar1 a:link {color:#fff;}
#sidebar1 a:visited {color:#fff;}

#mainContent a:link {color:#000;}
#mainContent a:visited {color:#000;}

