div#id1 {
	width: 50%;
	border: 2px solid red 
}

div#id1 {

	border: 2px solid blue; 
}

div#id2 {

	border: 2px solid yellow; 
}

div#id3 {
	position: relative;
	
	left: 40px;
	
	border: 2px solid black;
}

div#id4 {
	position: absolute;
	
	top: 0px;
	left: 600px;	
	
	border: 2px solid purple
}

div#left {
	float: left;
	border: 2px solid red;
}

body
{
	margin: 0;
	padding: 0;
	

	font-family: Times New Roman;
	
	background-color: #d2d2d2;
	color: #333;
}

#number {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 65px;
	background-image: url(images/numbers.gif);
}

div.box {
	border: 1px solid black;
	width: 100%;
	margin-bottom: 10px;
}

div.header {
	text-align: center;
	background-image: url(images/gray.gif);
	background-repeat: repeat-x;
	height: 22px;
	color: black;
	font-weight: bold;
	
}

div.boxcontent {
	background: #ffffff;
	background-image: url(images/gradient2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#sidePanel {
	float: left;
	
}

div#centerPanel {
	float: left;
	width: 600px;
}

div#rightPanel {
	float: left;
	width: 300px;
	height: 100%;
	margin-left: 120px;
	background-color: #d9e9f1;
	padding: 10px;
	font-style: arial;
	font-size: 85%;
	color: black;
}


#nav
{
	margin: 0;
	font-size: 90%;
	background-image: url(images/gradient.gif);
	padding: 2px 0;
 	border-top: #444444 2px solid;
	border-bottom: #222222 2px solid;
}

#nav li
{
	display: inline;
	list-style-type: none;
	padding-left: 50px;
}

#nav a:link, #nav a:visited
{
	color: #333;
	background-color: transparent;
	text-decoration: none;
}

#nav a:hover, #nav a:active
{
	color: #fff;
	background-color: #333;
}

#nav ul {
	display: block;
	visibility: hidden;

}

#items ul {
	display: block;
	visibility: hidden;
	width: 100%;
}

#items li {
	list-style-type: none;

}

#items li:hover {
	background-color: white;
}

#header
{
	width: 100%;
	height: 65px;
	color: #000;
	background-color: #FFF;
	background-image: url(images/executive4.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

#messagebox {
	background-color: white;
	width: 550px;
	height: 300px;
	margin: 10px;
	background-image:url(images/gradient2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 80%;
}

img.fleet {
	border: 1px white solid;
	float: left;
	margin: 5px;
}

img.blueborder {
	border: 3px #DDDDDD solid;
}

img.blueborder:hover {
	border:3px #000077 solid;
}


table.form {
	margin: 10px;
}

table.form td {
	border: 1px solid black;
}


td.lcol {
	font-size: 85%;
	background-color: #CCCCCC;
}

.bigfont {
	font-size: 200%;
	font-weight: bold;
}

.left {
	margin: 5px;
	float: left;
	width: 200px;

}

.middle {
	margin: 5px;
	width: 95%;
	padding: 10px;
	border-left: 1px solid;
	border-right: 1px solid;
	background-image: url(images/maingradient2.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-style: sans-serif;
	font-weight: bold;
	font-size: 80%;
}

.right {
	margin: 5px;
	float: right;
	width: 200px;

	font-style: Arial;
}

.roundpanel {
	background-image: url(images/roundpanel.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid black;
	width: 95%;
	padding-left: 10px;
	color: white;
}

.black {
	background-color: black;
	color: white;
}

.carcol{
	background-color: #d5ddff;
}

ul.carlist {
	margin-top: 0px; 
	list-style-image: url(images/goldbullet.gif);
}

h3.fleet {
	margin: 0px;
	font-size: 200%;
}

span.elements {
	margin-left: 20px;
	margin-top: 100px;
}

.nolines :link {
	text-decoration: none;
}

.rform input {
	border: 2px solid #888888;
}

.dgray {
	background-color: #BBBBBB;
	color: white;
}

.lgray {
	background-color: #DDDDDD;
}

.theading {
	background-color: #AAAAAA;
	color: white;
}

.partyfont {
	color: white;
	font-size: 30px;
	text-align: center;
}
