﻿body				{
				background-color:	white;
				}

#top-banner			{
				position:		center;
				top:			0px;
				height:			200px;
				width:			910px;
				background-image:	url("front.jpg");
				border:			1px solid black;
				}



#news				{
				position:		relative;
				top:			0px;
				left:			0px;
				width:			275px;
				padding:		10px;
				padding-top:		0px;
				background-color:	rgb(250,250,255);
				border:			1px dotted gray;
				border-left:		none;
				
				}

#main				{
				position:		relative;
				top:			0px;
				left:			0px;
				width:			380px;
				padding:		10px;
				padding-top:		5px;
				padding-right:		5px;
				text-align:		center;
				}

#main_cont			{
				position:		relative;
				top:			0px;
				left:			0px;
				width:			380px;
				padding:		10px;
				padding-top:		5px;
				padding-right:		5px;
				height:			100px;
				text-align:		center;
				}

#footer				{
	position:		relative;
	top:			0px;
	width:			100%;
	height:			20px;
	margin-top:		30px;
	font-family:		Verdana, Serif;
	font-size:		10px;
	line-height:		1.3em;
	left: -1px;
	text-align:		center;
				}


#title				{
				position:		absolute;
				top:			120px;
				left:			8px;
				}


#menuitem1			{
				position:		absolute;
				top:			125px;
				left:			320px;
				}

#menuitem2			{
				position:		absolute;
				top:			125px;
				left:			418px;
				}				
				

#menuitem3			{
				position:		absolute;
				top:			125px;
				left:			516px;
				}

#menuitem4			{
				position:		absolute;
				top:			125px;
				left:			614px;
				}

#menuitem5			{
				position:		absolute;
				top:			125px;
				left:			712px;
				}

#menuitem6			{
				position:		absolute;
				top:			125px;
				left:			810px;
				}

#menuitem7			{
				position:		absolute;
				top:			125px;
				left:			222px;
				}



#a1				{
				position:		relative;
				top:			0px;
				left:			0px;
				width:			175px;
				height:			125px;
				border:			1px solid gray;
				}

#a2				{
				position:		relative;
				top:			10px;
				left:			0px;
				width:			175px;
				height:			125px;
				border:			1px solid gray;
				}

#a3				{
				position:		relative;
				top:			20px;
				left:			0px;
				width:			175px;
				height:			125px;
				border:			1px solid gray;
				}

#truck				{
	position: right;
	top: 0px;
	left: 0px;
}	

p.content	{
		font-family:		Verdana, Serif;
		font-size:		11px;
		margin-right:		0px;
		}

p.SubSection    {
		font-family:		Verdana, Serif;
		font-size:		13px;
		font-weight:		bold;
		color:			blue;
		margin-right:		0px;
		}

p.IndentTitle	{
		font-family:		Verdana, serif;
		font-size:		11px;
		font-weight:		bold;
		color:			black;
		margin-left:		30px;
		margin-right:		0px;
		}

p.IndentContent	{
		font-family:		Verdana, Serif;
		font-size:		11px;
		margin-left:		30px;
		margin-right:		0px;
		}
		
.bold  {
		font-weight:		bold;
		}

#navbarcont	{
		position:		relative;
		top:			0px;
		left:			0px;
		width:			910px;
		background-color:	rgb(0,0,0);
		margin:			0px;
		padding:		0px;
		border:			1px gray solid;
		color:			white;
		font-family:		Verdana;
		font-size:		10px;
		}

#navbar ul	{
		margin:			0px;
		padding:		0px;
		list-style:		none;
		color:			white;
		left:			-50px;
		}

#navbar li	{
		margin:			0px;
		padding:		2px;
		padding-left:		2px;
		padding-right:		12px;
		border-left:		1px red solid;
		color:			white;
		display:		inline;
		}

#navbar a	{
		color:			white;
		}

#navbar a:hover	{
		background-color:	red;
		color:			white;
		}
