/* HTML */
html, body
{
	width : 100%;
	text-align : center;	
}

body
{
	margin : 0px;
	padding : 0px;
	background-color : #fff;
}

body, td, p, li
{	
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 11px;
	color : #9b988c;
}

p
{
	margin : 4px 0px 4px 0px;
}

p.home
{
	font-size : 11px;
	margin : 10px 0px 10px 18px;
}

p.copyright
{
	font-size : 9px;
	color : #5d5b54;
	margin-left : 20px;	
}


/* TABLES */
.tbl_main
{
	width : 760px;
	text-align : left;
	margin : 0px auto 0px auto;
}

.td_redbar
{
	height : 8px;
	background-color : #8a0202;	
}

.td_nav
{
	height : 42px;
	vertical-align : bottom;
	background-color : #9b988c;
	padding-left : 20px;
}

.td_content
{
	background-color : #fff;	
}

.tbl_content
{
	width : 100%;
}

.td_copyright 
{
	height : 15px;
	background-color : #9b988c;
	color : #fff;
	text-align : left;
}

a
{
	border:none 0px;
}

.popup
{
	text-decoration:none;
}

.copywrite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.aboutcopy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

.boldcopy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #666666;
}

.galleryMenu
{
	color:#9b988c;
}

.galleryMenuSelected
{
	color:#8a0202;
}