/* GENERAL RULES */

* {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
#lattitude {
 position:absolute;
 top: 0px;
 left: 50%;
 width: 1px;
 height:100%;
	}
#header {
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 125px;
	background-color: #838484;
	text-align: center;
	}
#colourline {
	position: absolute; 
	top: 125px;
	width: 100%;
	height: 5px;
	bottom: 130px;
	}	
#footer { 
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0px;
	background-color: #838484;
	text-align: center;
	}
#leftsidetop {
	position: absolute;
	top: 130px;
	left: -390px;
	width: 380px;
	height: 255px;
	background-color: #D8D8D8;
	z-index:1;
	}
#leftsidetop2 {
	position: absolute;
	top: 130px;
	left: -390px;
	width: 380px;
	height: 380px;
	background-color: #D8D8D8;
	z-index:1;
	}
#leftsideimage {
	position: absolute;
	top: 140px;
	left: -380px;
	width: 360px;
	height: 235px;
	z-index:2;
	}
#leftsideimage2 {
	position: absolute;
	top: 140px;
	left: -380px;
	width: 380px;
	height: 290px;
	z-index:2;
	}
#leftsidebottom {
	position: absolute;
	top: 390px;
	left: -390px;
	width: 380px;
	bottom: 60px;
	background-image: url(../images/swa_corner.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	z-index:0;
	}
#rightsidetop {
	position: absolute;
	top: 130px;
	left: 1px;
	width: 400px;
	height: 20px;
	}
#rightsidemiddle1 {
	position: absolute;
	top: 174px;
	left: 10px;
	width: 400px;
	height: 15px;
	}
#rightsidemiddle2 {
	position: absolute;
	top: 194px;
	left: 10px;
	width: 400px;
	height: 15px;
	}
#rightsidemiddle3 {
	position: absolute;
	top: 214px;
	left: 10px;
	width: 400px;
	height: 15px;
	}
#rightsidemiddle4 {
	position: absolute;
	top: 234px;
	left: 10px;
	width: 400px;
	height: 15px;
	}
#rightsidemiddle5 {
	position: absolute;
	top: 254px;
	left: 10px;
	width: 400px;
	height: 15px;
	}
#rightsidemiddle6 {
	position: absolute;
	top: 274px;
	left: 10px;
	width: 400px;
	height: 15px;
	}
#rightsidebottom {
	position: absolute;
	top: 235px;
	left: 10px;
	width: 380px;
	bottom: 60px;
	background-color: #D8D8D8;
	}
#rightsidebottom_cars {
	position: absolute;
	top: 295px;
	left: 10px;
	width: 380px;
	bottom: 60px;
	background-color: #D8D8D8;
	}
#rightcontent {
	position: absolute;
	top: 235px;
	left: 20px;
	width: 360px;
	bottom: 60px;
	overflow: auto;
	padding-right: 10px;
	}
#rightcontent2 {
	position: absolute;
	top: 440px;
	left: 20px;
	width: 360px;
	bottom: 60px;
	overflow: auto;
	}
#rightcontent3 {
	position: absolute;
	top: 295px;
	left: 20px;
	width: 360px;
	bottom: 60px;
	overflow: auto;
	padding-right: 10px;
	}
#rightimages {
	position: absolute;
	top: 305px;
	left: 20px;
	width: 360px;
	height: 134px;
	}
	
.boxed {width:60px}
.boxedtwo {width:100px}
.inputbox {width:180px}

label {
	float: left;
	color: #444444;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}
p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #444444;
}
h5 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #444444;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:0px;
	color: #FFFFFF;
	text-align: left;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:16px;
	color: #FFFFFF;
	text-align: center;
	}
h2 {
	font-size: 12px;
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
}
h1 {
	font-size: 13px;
	line-height:0px;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	text-align:center;
}
a:link {
	color: #000000;
}
a.whitelink:link {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #000000;
}
.links {
	color: #CCCCCC;
	line-height:27px
	}
textarea{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #444444;
}

