body{background:#000000;
margin-top:0px;
width:750px;
height:auto;
margin:auto;
}


table, td,tr{
border:0px;
border-collapse: collapse; 	}
#menu-a ul{ margin:0px; padding:0px; width:260px; height:auto;}
#menu-a ul li{width:260px; height:20px; text-align:center; padding:8px 0px 0px 0px; background:url(../images/button.gif); list-style:none; cursor:pointer;}
#menu-a ul li:hover{ background:url(../images/button-hover.gif);}

#bodyDiv{position:relative; width:750px; height:auto;}
#mapa {

	position:absolute;
	left:270px;
	top:328px;
	width:116px;
	height:52px;
	z-index:1;
}
.left{background:url(../images/left.gif) no-repeat; width:109px; height:216px; float:left;}
.car{background: url(../images/car.gif) no-repeat; width:80px; height:216px; float:left;}
.top{ background:url(../images/top.gif) no-repeat; width:558px; height:84px; float:left;}
.bottom{background:url(../images/bckgrnd.gif) no-repeat; width:558px; height:150px; float:left;}


.center{
	text-align: center;
}

DIV.error {
	color: white;
	background-color: red;
	padding: 5px 5px 5px 5px;
}

BODY {		
	background-color: black;
}

A:link {
		color		: white;
		text-decoration	: none;
}

A:visited {
		color		: white;
		text-decoration	: none;
}

A:hover {
		color		: lightblue;
		text-decoration	: none;
}


A.dark:link {
		color		: darkblue;
		font-size 	: 11px;
		text-decoration	: none;
}

A.dark:visited {
		color		: darkblue;
		font-size 	: 11px;
		text-decoration	: none;
}

A.dark:hover {
		color		: darkblue;
		font-size 	: 11px;
		text-decoration	: underline;
}

TABLE {
    border-collapse: collapse;
}
TD {
		vertical-align: top;
		text-align:left;
		padding: 1px 0px 5px 1px;
		font-family: Tahoma, Arial, Sans-Serif;
		font-size 	: 11px;
		color: white;
}
H1 {
		font-size 	: 18px;
}
H2 {
		font-size 	: 15px;
		color: red;
}
IMG {
	border: none;
}
P {
	text-align: left;
}

TABLE.body_table {
	width: 750px;
	height: 600px;
	background-color: #097427;    	
}

TABLE.body_table TD.main  {  
		color	: white;
		background-image	: URL('../images/bckgrnd.gif');
		background-repeat	: no-repeat;
		background-position	: 0px 84px;
}

TABLE.body_table TD.menu  {  
		background-image	: URL('../images/menu_bckgrnd.jpg');
		background-repeat	: no-repeat;
		background-position	: 0px 217px;
		width: 100px;

}

A.menu{
	font-size: 11px;
	width: bold;
}
	
DIV.menu {	
	padding: 4px 0px 9px 0px;
	
}
DIV.mapa {	
	padding: 20px 0px 0px 0px;
	vertical-align: center;
}

TD.Border { 
			width: 750px;
			border-left			: #C8E0CE 2px solid;
			border-bottom	: #C8E0CE 3px solid;
			border-top			: #C8E0CE 2px solid;
			border-right		: #C8E0CE 2px solid;
}

TD.top_space {
		background-image	: URL('../images/top.gif');
		background-repeat	: no-repeat;
		background-position	: 0px 0px;
        height: 84px;
		vertical-align: top;
		text-align: right;
		width: 551px;
		}

