body {
	background-color:#FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

#header {
	height: 188px;
}

#linkbar {
	background-image:url(images/linkbar_back.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding: 0 0 0 127px;
}

#linkbar a {
	color: red;
	text-decoration: none;
}

#linkbar li {
	display: inline;
	font-weight: bold;
	padding-left: 17px;
}

#linkbar li:hover {
	background-image: url(images/greekflag.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#sitecontent {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 100%;
	min-height: 788px;
}

#homecontent {
	border: #000000 1px solid;
	background-color: #6699cc;
	width: 350px;
	float: right;
	margin: 50px 125px 0 0;
	padding: 20px;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: left;
	display: inline;
}

#homecontent p {
	margin-bottom: 0.9em;
}

#homecontent dt {
	float: left;
: left;
	color: #000000;
	font-weight: bold;
}

#homecontent dd {
	padding-bottom: 5px;
}

#homesubcontent {
	border: #000000 1px solid;
	background-color: #6699cc;
	width: 240px;
	float: left;
	margin: 50px 0 0 170px;
	padding: 20px;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: center;
	display: inline;
}

#homesubcontent p {
	text-align: left;
}

/* driver page */
#driverabout {
	width: 350px;
	border: #000000 1px solid;
	background-color: #6699cc;
	margin: 50px 0 0 150px;
	float: left;
	text-align: left;
	padding: 20px;
	display: inline;
}

#driverabout h1 {
	font-weight: bold;
	color: #ffff66;
	font-size: 1.2em;
	padding: 0 0 20px 0;
}

#driverabout p {
	font-size: 0.9em;
}

#driverpic {
	width: 200px;
	border: #000000 1px solid;
	background-color: #6699cc;
	margin: 50px 130px 30px 0;
	padding: 20px;
	float: right;
	display: inline;
}

#drivercontent {
	clear: both;
	font-size: 0.9em;
	width: 700px;
	border: #000000 1px solid;
	background-color: #6699cc;
	margin-left: 150px;
	margin-right: 130px;
	padding: 20px;
	text-align: left;
}

#drivercontent p {
	padding-bottom: 0.5em;
}

/* car page */
#carabout {
	width: 350px;
	border: #000000 1px solid;
	background-color: #6699cc;
	margin: 50px 0 30px 150px;
	float: left;
	text-align: left;
	padding: 20px;
	display: inline;
}

#carabout h1 {
	font-weight: bold;
	color: #ffff66;
	font-size: 1.2em;
	padding: 0 0 20px 0;
}

#carabout p {
	font-size: 0.9em;
}

#carpic {
	width: 270px;
	border: #000000 1px solid;
	background-color: #6699cc;
	margin: 50px 130px 30px 0;
	padding: 20px;
	float: right;
	display: inline;
}

#carpic p {
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
}

#carcontent {
	clear: both;
	font-size: 0.9em;
	width: 700px;
	border: #000000 1px solid;
	background-color: #6699cc;
	margin-left: 150px;
	margin-right: 130px;
	padding: 20px;
	text-align: left;
}

#carcontent p {
	padding-bottom: 0.5em;
}

/* resume page */
#resumecontent {
	font-size: 0.9em;
	width: 700px;
	border: #000000 1px solid;
	background-color: #6699cc;
	margin: 50px 130px 0px 150px;
	padding: 20px;
	text-align: left;
}

#resumecontent h1 {
	font-weight: bold;
	color: #ffff66;
	font-size: 1em;
	padding: 0 0 10px 0;
}

#resumecontent h2 {
	font-weight: bold;
	font-size: 1em;
	color: #000000;
}

#resumecontent h3 {
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
}

#resumecontent ul {
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 0.8em;
	line-height: 97%;
}

#resumecontent ul.comp {
	padding-left: 20px;
	font-size: 0.8em;
	padding-bottom: 0px;
	line-height: 97%;
}

#resumecontent img {
	border: #000000 3px solid;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

/* support pages */
#supportcontent {
	font-size: 0.9em;
	width: 700px;
	border: #000000 1px solid;
	background-color: #6699cc;
	margin: 50px 130px 0px 150px;
	padding: 20px;
	text-align: left;
	overflow: hidden;
}

#supportcontent h2 {
	font-size: 1.0em;
	font-weight: bold;
	padding-bottom: 1em;
}

#supportcontent h3 {
	font-size: 0.9em;
	font-weight: bold;
}

#supportcontent a, a:visited {
	text-decoration: none;
	color: #000000;
}

#supportcontent a:hover, a:active {
	text-decoration: underline;
}

#supportcontent ul {
	font-size: 0.9em;
	padding-bottom: 0.9em;
}

#supportcontent p {
	padding-bottom: 1em;
}

#supportcontent p.links {
	clear: both;
	text-align: right;
	padding-right: 30px;
}

#supportcontent p.links a, p.links a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}	

#supportcontent dl {
	padding-bottom: 1em;
}

#supportcontent dt {
	float: left;
	width: 140px;
	text-align: right;
}

#supportcontent dd {
	margin: 0 0 0 150px;

}

#supportschedule ul {
	float: left;
	padding-left: 10px;
}

#supportschedule li.head {
	font-weight: bold;
}

.supportlists {
	overflow: hidden;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.supportlists h3 {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}	

#supportcity {
	float: left;
	width: 50%;
}

#supportcar {
	float: right;
	width: 50%;
}

#supporttrans {
	float: left;
	width: 50%;
	clear: both;
}

#supportentry {
	float: right;
	width: 50%;
}

#supportcontent img {
	border: #000000 3px solid;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

/* sponsor pages */
#sponsorcontent {
	font-size: 0.9em;
	width: 700px;
	border: #000000 1px solid;
	background-color: #6699cc;
	margin: 50px 130px 0px 150px;
	padding: 20px;
	text-align: left;
	overflow: hidden;
}

#sponsorcontent h1 {
	font-size 1.2em;
	font-weight: bold;
}

#sponsorcontent ul {
	padding: 1em 0 1em 0;
}

#sponsorcontent li {
	padding: 1em 0 1em 0;
}

/* contact page */
#contactcontent {
	font-size: 0.9em;
	width: 700px;
	border: #000000 1px solid;
	background-color: #6699cc;
	margin: 50px 130px 0px 150px;
	padding: 20px;
	text-align: left;
	overflow: hidden;
}

/* Contact Information */
#contact-address {
	overflow: hidden;
}

.vcard span.fn {
	font-weight:bold;
	font-size: 1.4em;
}

.vcard span.fn, .vcard address.adr {
	margin:0pt 0pt 0.5em;
}

.vcard address.adr, .vcard span.street-address {
	display:block;
}

.vcard dt {
	float: left;
	font-weight: bold;
}

.vcard dd {
	margin-left: 4em;
}

.vcard dd.email a, dd.email a:visited {
	text-decoration: none;
	color: #000000;
}

.vcard dd.email a:hover, dd.email a:active {
	text-decoration: underline;
}

/* ATLElite text ad */
.atlelite {
	font-size: 0.7em;
}

.atlelite a, a:visited {
	text-decoration: none;
	color: #000000;
}

.atlelite a:hover, a:active {
	text-decoration: underline;
}