body {
	margin: 0;
	padding: 20px 0 0 0;
	background: #FFF;
	text-align: center;
}
p,ul,ol,li,td,h1,h2,h3,h4,h5,h6,div,form {
	margin: 0;
	padding: 0;
	list-style: none;
	_height: 0;
	min-height: 0;
	font-family: Georgia, 'Times New Roman', serif;
	color: #666;
}
hr { display: none; }

/* Frame */
#frame {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

/* Header */
#header {}
#header ul {
	text-align: right;
	background: url('header-logo-bg.gif') 592px top no-repeat;
	padding: 10px 10px 10px 0;
}
#header li {
	display: inline;
	padding: 0 0 0 15px;
}
#header li a {
	font-size: 11px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
}
#header li a:hover {
	background: #DDD;
}
#header h1 {
	font-size: 24px;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}

/* Photos */
#photos {}

/* Content */
#textcontent {
	padding: 20px 0 0 20px;
}

/* Content, Left */
#textcontent #left {
	width: 210px;
	float: left;
}
#textcontent #left h1 {
}
#textcontent #left p {
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 11px 0;
}
#textcontent #left ul {
	padding: 0 0 11px 0;
}
#textcontent #left li {
	font-size: 11px;
	line-height: 16px;
	background: url('li-bg.gif') left 6px no-repeat;
	padding: 0 0 0 10px;
}

#textcontent #left .address {}
#textcontent #left .address h4 {
	padding: 0 0 6px 0;
}
#textcontent #left .address h4, #textcontent #left .address h4 a {
	font-size: 18px;
	line-height: 23px;
	color: #999;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Verdana, sans-serif;
	text-decoration: none;
	padding: 0 0 6px 0;
}#textcontent #left .address h4 a:hover {
	color: #333;
	text-decoration: underline;
}
#textcontent #left .address p {
	font-size: 12px;
	line-height: 18px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
#textcontent #left .breakout {}
#textcontent #left .breakout h4 {}
#textcontent #left .breakout p {}

/* Content, Right */
#textcontent #right {
	margin: 0 0 0 244px;
}

/* Content, Right, Ad Content */
#textcontent #right #adcontent {
	width: 207px;
	float: right;
}
#textcontent #right #adcontent ul {}
#textcontent #right #adcontent li {
	font-size: 13px;
	padding: 0 0 13px 0;
}
#textcontent #right #adcontent li a {
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
}
#textcontent #right #adcontent li a:hover {
	text-decoration: underline;
}
#textcontent #right #adcontent li p {
	padding: 0 0 0 10px;
	background: url('breakout-bg.gif') left top repeat-y;
	font-size: 11px;
	line-height: 18px;
	margin: 10px 0 0 0;
}
#textcontent #right #adcontent li .text {
	font-style: italic;
	color: #999;
}
#textcontent #right #adcontent li .address {}
#textcontent #right #adcontent li .phone {}

/* Content, Right, Main Content */
#textcontent #right #maincontent {
	margin: 0 235px 0 0;
}
#textcontent #right #maincontent.blank {
	margin: 0 0 0 0;
}
#textcontent #right #maincontent h1 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px;
	color: #333;
	padding: 0 0 12px 0;
}
#textcontent #right #maincontent h4 {
	font-size: 14px;
}
#textcontent #right #maincontent p {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 12px;
	line-height: 17px;
}
#textcontent #right #maincontent ul {
	padding: 0 0 12px 0;
}
#textcontent #right #maincontent li {
	font-size: 12px;
	line-height: 17px;
	background: url('li-bg.gif') left 6px no-repeat;
	padding: 0 0 0 10px;
}