body {
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:black;
	background: white;
}





	h1{
		font-size: 18pt;
		font-weight: 300;
		text-align: left;
		margin: 10px 0px 10px 0px;
		color:#FFFFFF;
	}
	
	h2{
		font-size: 12pt;
		text-align: left;
		margin: 10px 0px 0px 0px;
	}
	
	a{
		color: #FFFF00;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:hover{
		color:#009900;
	}

	p{text-align: justify;}
	
	li{text-align: justify;}

	
	.opening td{border:1px solid #009900; padding:2px;}


	.index-pic{
		padding:10px;
		width:450px;
	}

	.index-pic img{
		margin:2px;
		border:1px solid #009900;
	}
	
	.index-pic a{
		margin:0px;
	}
	



/* LAYOUT */

	#bg{
		width: 908px;
		/*width: 931px;*/
		text-align: left;
		margin-top: 20px;
		color:#FFFFFF;
	}
	
	#container{
		background-image: url(../images/wb_new_01.png);
		background-repeat: no-repeat;
	}

	#main{
		width: 853px;
		position: relative;
		left: 107px;
		text-align: left;
	}
	
	.header{
		background-repeat: no-repeat;
		background-position: bottom right;
		width:800px;
	}

	
	
	.contents{
		background: #003300;
		min-height: 500px;
		width: 800px;
		background-image: url(../images/wb_new_05.png);
		background-repeat: no-repeat;
	}

	
	.menu{
	/*	background-color: #003300;*/

text-align:center;
		padding-right:8px;
	}
	
	.nav {padding-top:20px;}
	
	.nav a{margin:0px;}
	
	.nav img{
		border:none;
	}
	

	.content{
		padding:10px 25px;
	}

	.footer{
		color:#999999;
		font-size:8pt;
		text-align:center;
		margin-top:10px;
		width:800px;
	}

	.footer a{color:#a60000 !important;}

	.major{
		background-image:url(../images/major.jpg);
		background-position: bottom right;
		background-repeat:no-repeat;
	}

	
	.terms{font-size:8pt;}

	.terms li, .terms p{margin-bottom:5px;}
	
	.tc{margin-left:30px;}

/* CLEAR DIV */
	.clear{clear:both;}
	
	
	
.carBoxes
{
	font-family:arial;
	font-size:1.0em;
	margin:5px;
	width:230px;
	height:210px;
	
	text-align:center;

	float:left;
	background-color:white;
	color:black;
	border: 2px solid green;

	
	padding-top:7px;
}

.carBoxes img
{
	border:none;
}