/* page formatting */

div {
	border-width:0px;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
}	

html {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

body {
	text-align:center;
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none;}

/* header formatting */

#header {
	position:relative;
	padding:0px;
	width:750px;
	height:258px;
	margin-left:auto;
	margin-right:auto;
}

/* links formatting */

#nav_links {
	height:30px;
	width:730px;
	background-color:#909090;
	margin-left:auto;
	margin-right:auto;
	font-weight:bolder;
	font-variant:small-caps;
	font-size:115%;
	color:#666666;
}

#nav_links a {
	color:#ffee91;
	text-decoration:none;
}

/* formatting for content */

#base
{
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:730px;
	background:url("/styles/images/grey.png");
	padding-top:10px;
	padding-bottom:20px;
}

.leftcol {
	clear:none;
	background:url("/styles/images/box_top.png");
	background-repeat:repeat-x;
	background-color:white;
	width:250px;

	float:left;
	position:relative;
	top:20px;
	left:15px;

	padding-top:40px;
}

.rightcol {
	clear:none;
	background:url("/styles/images/box_top.png");
	background-repeat:repeat-x;
	background-color:white;
	width:380px;

	float:right;
	position:relative;
	right:15px;
	top:20px;

	padding-top:40px;
}

.fullcol {
	clear:both;
	background:url("/styles/images/box_top.png");
	background-repeat:repeat-x;
	background-color:white;
	width:680px;

	position:relative;
	top:20px;
	left:15px;

	padding-top:40px;
}

.halfcolleft {
	clear:none;
	background:url("/styles/images/box_top.png");
	background-repeat:repeat-x;
	background-color:white;
	width:315px;
	float:left;

	position:relative;
	left:15px;
	top:20px;

	padding-top:40px;
}

.halfcolright {
	clear:none;
	background:url("/styles/images/box_top.png");
	background-repeat:repeat-x;
	background-color:white;
	width:315px;
	float:right;

	position:relative;
	right:15px;
	top:20px;

	padding-top:40px;
}

.title {
	font-weight:bold;
	font-variant:small-caps;
	font-size:120%;
	color:orange;
	position:absolute;
	top:0px;
}

.fullbuffer {
	clear:both;
	height:12px;
}

.rightbuffer {
	clear:right;
	height:12px;
}

.leftbuffer {
	clear:left;
	height:12px;
}

.driver {
	float: none;
	/*text-align: top;*/
}

.driver img{
	display:block;
	float:left;
	padding-right:5px;
}
