/* CSS Document */

	body {
		margin:50px 0px 0px 0px; padding:0px; 
		background:#fff;
		}
	
	#ContentFrame {
		width:825px;
		height:600px;
		margin:0px auto;  /*Right and left margin widths set to "auto" */
		}

	#Logo {
		width:600px;
		height:200px;
		margin:0px auto;  /*Right and left margin widths set to "auto" */
		}

	#Header {
		width:825px;
		height:117px;
		float:left;
		background-image: url("../images/pages/images/header_black.jpg");
		background-repeat: no-repeat;
		}

	#NavContainer {
		width:500px;
		margin-left:206px;
		margin-top:75px;
		float:left;
		}

	#Left {
		width:192px;
		height:413px;
		float:left;
		background-image: url("../images/pages/images/left.jpg");
		background-repeat: no-repeat;
		}

	#Main {
		width:633px;
		height:413px;
		float:left;
		background-image: url("../images/pages/images/main.jpg");
		background-repeat: no-repeat;
		}

	#Footer {
		width:825px;
// changed from 55px
		height:76px;
		float:left;
		background-image: url("../images/pages/images/footer.jpg");
		background-repeat: no-repeat;
		}

	#FooterContainer {
//height: 100px;
		width:725px;
		margin:0px auto;
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		}	

	#Pager {
		width:534px;
		height:14px;
		float:left;
		padding:10px;
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #000;
		background-color:#ccc;	
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #ACACAC;
		border-right-color: #ACACAC;
		border-bottom-color: #ACACAC;
		border-left-color: #ACACAC;
		}



	#CarNavShell {
		margin-top:25px;
		float:left;
		line-height:21pt;
		}		

	#BodyFull {
		width:572px;
		height:820px;
		float:left;
		background:#FFFFFF;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #fff;
		border-right-color: #ccc;
		border-bottom-color: #fff;
		border-left-color: #fff;	
		}


	#BodyContent{
		width:414px;
		height:371px;
		float:left;
		background:none;
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:small;
		font-weight: normal;
		}


	#Text{
		width:285px;
		height:371px;
		float:left;
		padding: 40px 0px 0px 14px;
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:x-small;
		font-weight: normal;
		line-height: 13pt;
		color: #000;
		background:none;
		}

	#Text2{
		width:285px;
		height:371px;
		float:left;
		padding: 40px 0px 0px 14px;
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:x-small;
		font-weight: normal;
		line-height: 13pt;
		color: #000;
		background:none;
		}
