/* General Structure */

    body{
		font-family: verdana, sans-serif;
		font-size: small;
		margin-top: 12px;
		margin-left: auto;
		margin-right: auto;
		text-align: center; /* for IE */
		/*border: 1px solid #0000FF;*/
		/*background-color: #eeeeee;*/
    }
    
    h1, h2, h3, h4, h5, h6 {
		/* margin is top, right, bottom, left */
		margin: 0 0 0.5em 0;
		border-bottom: 1px solid #ccc;
		font-family: arial, verdana, sans-serif;
	}
	
	#content {
		width: 99%;
		margin-left: auto;
		margin-right: auto;
	}
	
/* Navigation */

	:link { color: #af2837; text-decoration: none; }
	:visited { color: #af2837; text-decoration: none; }
	:link:hover, :visited:hover { color: #000000; text-decoration: none; }
	:link:active, :link:active { color: #af2837; text-decoration: none; }
	
/* footer */

	hr {
		height: 1px;
		color: #aaa;
		background-color: #aaa;
		border: 0;
		width: 100%;
	}
	
/* Unit Sizes Table (http://www.somacon.com/p141.php) */

	table {
		border-width: 1px;
		border-spacing: 0px;
		border-style: solid;
		border-color: black;
		border-collapse: collapse;
		background-color: white;
	}
	table th, td {
		border-width: 1px;
		padding: 2px;
		border-style: solid;
		border-color: gray;
		background-color: #FFFFFF;
	}
	
/* columns */

	.map {
		float: left;
		width: 210px;
		height: 200px;
		overflow: hidden;
	}
	
	.sitelink {
		color: #af2837;
		font-weight: bold;
		font-size: 20pt;
	}
	
	.address {
		
	}

	.phone {
		font-weight: bold;
	}
	
	.columns {
		/*border: 1px solid red;*/
		text-align: center; /* counter the body center */
		width: 480px;
		margin: auto
	}

	.leftcolumn {
		float: left;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		/*border: 1px solid green;*/
		text-align: center;
	}
	
	.rightcolumn {
		float: left;
		padding-right: 0%;
		padding-top: 5px;
		padding-bottom: 5px;
		/*border: 1px solid blue;*/
		text-align: center;
	}
	

/* Header */

	#header {
		position: relative;
		width: 590px;
		padding: 0;
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 0px;
		margin-left: auto;
		margin-right: auto;
		/*float: right;
		padding: 0px 0;
		margin-left: auto;
		margin-right: auto;
		display: block;
		text-align: right;
		min-height: 39px;*/
	} #ignored {}
	
	#header ul {
		width: auto;
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
		padding: 0 15px 0 0;
		list-style: none;
		z-index: 90;
	}
	#header li {
		float: right;
		background: transparent url("images/header_tab.gif") 100% -600px no-repeat;
		padding: 0 6px 0 0;
		margin: 0 1px 0 0;
		border-bottom: 1px solid #515358;
	}
	#header ul a {
		float: left;
		display: block;
		padding: 4px 4px 4px 10px;
		background: transparent url("images/header_tab.gif") 0% -600px no-repeat;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	#header ul li:hover a { background-position: 0% -400px; }
	#header ul li:hover { background-position: 100% -400px; }









