html
{
	width: 100%;
	height: 100%;
}

body 
{
	background: #26548A;
	font-family: Verdana;
	font-size: 12px;
	color: #4b2700;
}

a {color: #3588da}
a img { border: none; }

#top_cap, #bottom_cap { margin: auto; display: block; }
#bottom_cap { background: url(/images/tp_bot-cap.gif) no-repeat top left; width: 774px; height: 43px;  }

div#wrapper_for_left_bg
{
	background: url(/images/tp_left_margine-tile.gif) repeat-y top left;
	width: 762px;
	margin: auto;
	padding-left: 12px;
}

div#wrapper_for_right_bg
{
	background: url(/images/tp_right_margin-tile.gif) repeat-y top right;
	width: 750px;
	padding-right:12px;
}

div#wrapper_for_main_bg
{
	background: url(/images/tp_page_shadow_tile.gif) repeat-y top left;
	width: 100%;
}

div#wrapper_for_top_bg
{
	background: url(/images/tp_pattern_background.gif) no-repeat top left;
	width: 100%;
	min-height: 796px;
}
* html div#wrapper_for_top_bg { height: 796px; }

div#page_header { vertical-align: top; height: 200px; }

#flash_span { vertical-align: text-bottom; }

div#content
{
	padding: 25px;
}

table.photoTable { margin-left: 10px; }

table.photoTable td { font-size: .9em; }

div.separator 
{
	clear: both;
	width: 278px;
	height: 9px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	background: url(/images/tp_sep-wave.gif) no-repeat top left;
}

.photo 
{
	overflow-y: hidden;
	padding: 0;
	float: left;
	width: 222px;
	height: 160px;
	margin-right: 10px;
	margin-bottom: 5px;
}
div.photo { display: inline; }
.photo img { margin-bottom: 10px; }

img.header { margin-bottom: 5px; }

.propertyTables td { vertical-align: middle; }

.footer
{
	text-align: right;
	padding-top: 3px;
	padding-right: 40px;
	color: White;
	font-size: 10px;
	font-weight:600;
}

.footer a
{
	text-decoration: none;
	color: White;
}
.footer a:hover { text-decoration: underline; }