* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #000000 url(../images/body-bg.jpg) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:justify;
}

#wrapper {
	background: #E43B32 url(../images/segway-bg1700.jpg) repeat-x;
	margin:0 auto;
	width:1000px;
}

#content {
	background: transparent url(../images/segway-lakefront.jpg) no-repeat;
	min-height: 1000px;
}
#main {
	float: right;
	width: 615px;
	border: 1px solid #ffffff;
	background: #D9D9D9;
	margin-top: 20px;
	min-height: 930px;
}

img{
	border:none;
}

#header {
	height: 100px;
	float: left;
	position:relative;
}
#menu {
	float: left;
	width: 615px;
	height: 75px;
	padding-left: 0;
	background: url(../images/buttons.gif) repeat-x;
}
#menu ul { list-style: none; }
#menu li { display: inline; }
#logo {
	width: 250px;
	height: 175px;
	float: left;
	background:transparent;
	padding-top: 20px;
	padding-left: 40px;
	clear:both;
}

#logo h1{
	display:none;
}

#logo img{
	width: 250px;
	height: 175px;
}

#address {
	position:absolute;
	top:630px;
	left:50px;
	z-index:50;
	width:300px;
}

#address address{
	margin:10px 15px;
	font-size:1.1em;
	line-height:1.6em;
	font-style: normal;
	font-weight:bold;
}

#address address a:hover{
	color:#000;
}

.TA_rated {
	position:absolute;
	top:780px;
	left:80px;
	z-index:50;
	display:block;
}

#left {
	float: right;
	padding: 10px 0 10px 1px;
	width: 240px;
}
#left ul {
	border: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	list-style: none;
}
#left li {
	padding: 4px 10px;
	background: url(../images/small.gif) no-repeat left;
}
#left p { padding: 10px; }

.photoSideNav {
 padding:20px 0 20px 10px;
}


#right {
	width: 330px;
	padding-left: 20px;
}
#right p, #mainContent p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#mainContent {
	width: 585px;
	padding:0 10px 10px 10px;
}

.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
}
#footer {
	height: 30px;
	clear: both;
	padding: 20px 0 0 0;
	background: #000;
}
#footer p {
	margin: 0;
	font-size: 11px;
	text-align: center;
	color: #E43B32;
}
