/*
    Main Stuff
*/

	body {
		background: #C0C0C0;
		color: #000000;

		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	#wrapper {
		width: 600px;

		margin: 0px 0px 0px -300px; /* half the overall 800px width */
		padding: 0px;
		position: absolute; top: 0px; left: 50%;

	}

/*
    Header Stuff
*/
	#header {

		height: 100px;
		width: 100%;

	}

	#header div.TopBar {

		background: #939393;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;

		height: 30px;
		width: 100%;
	}

	#header div.MidBar {

		background: #981301 url(/images/header-bg.gif) repeat-y;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;

		height: 50px;
		width: 100%;
	}


	#header div.NavBar {

		background: #981301;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;

		height: 20px;
		width: 100%;

		text-align: center;

		font-family: Tahoma, arial;
		color: #FFFFFF;
		font-size: 12px;
	}

	#header div.NavBar a, #header div.NavBar a:visited {

		font-family: Tahoma, arial;
		color: #FFFFFF;
		font-size: 12px;
		text-decoration: none;
	}

	#header div.NavBar a:hover, #header div.NavBar a:hover:visited {

		font-family: Tahoma, arial;
		color: #FFFFFF;
		font-size: 12px;
		text-decoration: underline;
	}

/*
    Page Stuff
*/

	#Content {
		background: #FFFFFF;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;

		width: 100%;

		font-family: Arial;
		color: #000000;
		font-size: 12px;

		position: Relative;
	}


	#Content a, #Content a:visited {

		font-family: Tahoma, arial;
		color: #000000;
		font-size: 12px;
	}

	#Content a:hover, #Content a:hover:visited {

		font-family: Tahoma, arial;
		color: #981301;
		font-size: 12px;
	}

	#TextBox {
		padding-left: 20px;
		padding-right: 20px;

		font-family: Arial;
		color: #000000;
		font-size: 12px;
	}

	.Page-Title {
		text-align: left;

		font-family: Arial;
		font-weight: bold;
		color: #981301;
		font-size: 16px;
		padding-top: 10px;
	}

	.MainTitle {
		font-family: Arial;
		font-weight: bold;
		color: #981301;
		font-size: 14px;
	}


	.Main-Text {
		font-family: Arial;
		color: #000000;
		font-size: 12px;
	}

	.Sub-Header {
		font-family: Arial;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 14px;
	}

	

	#Text-Header {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 10px;
		margin-bottom: 10px;

		padding-left: 7px;
		padding-right: 7px;

		font-family: Arial;
		font-weight: bold;
		color: #610C00;
		font-size: 14px;
		text-decoration: none;

		border-bottom: 1px dashed #610C00;
	}

	#Text-Header A, #Text-Header A:Hover, #Text-Header A:Visited, #Text-Header A:Hover:Visited {
		font-family: Arial;
		font-weight: bold;
		color: #610C00;
		font-size: 14px;
		text-decoration: none;
	}


/*
    Businesses List
*/

	div.ListItem {
		Padding-Left: 30px;
		Padding-Top: 3px;
		Padding-Bottom: 3px;

		width: 260px;

	}

	hr.ListItem {
		Height: 0px;
		Width: 0px;
		display: none;
	}

	.ListTitle, #ListTitle a, #ListTitle a:hover, #ListTitle a:visited, #ListTitle a:hover:visited {
		font-family: Arial;
		font-weight: bold;
		color: #981301;
		font-size: 14px;
	}

	.ListText {
		font-family: Arial;
		color: #000000;
		font-size: 12px;
	}

	.ListURL, #ListURL a, #ListURL a:visited {
		font-family: Arial;
		color: #000000;
		font-size: 12px;
	}


	#ListURL a:hover, #ListURL a:hover:visited {
		font-family: Arial;
		color: #981301;
		font-size: 12px;
	}

/*
    Businesses List
*/

	#BizItem {
		Padding-Left: 30px;
		Padding-right: 30px;
		Padding-Top: 3px;
		Padding-Bottom: 3px;
	}

	#BizItemText {
		Padding-Left: 5px;
		Padding-right: 5px;

		width: 390px;
	}

/*
    Footer
*/
	#Footer {
		background: #981301;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;

		height: 20px;
		width: 600px;

		text-align: center;

		font-family: arial;
		color: #FFFFFF;
		font-size: 12px;
	}


	#Footer A, A:Visited{
		font-family: arial;
		color: #FFFFFF;
		font-size: 12px;
	}