body {
	margin: 0;
	padding: 18px 0 0 0;
	text-align: center;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
	background-color: #5B533C;
}

body, body td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#page {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#main {
	width: 800px;
	background-color: white;
}

table.layout {
    border-spacing: 0;
    border-collapse: collapse;
}
table.layout td {
    padding: 0;
    margin: 0; 
    vertical-align: top;
}

#header {
	width: 800px;
	height: 221px;
	background-image: url(images/HeadBG.jpg);
	background-repeat: no-repeat;
}

h1#sitetitle {
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
	height: 194px;
}

#nav {
	background-position: center right;
	background-repeat: no-repeat;
	height: 27px;
	line-height: 27px;
	text-align: right;
	padding-right: 5px;
}
#nav a {
	padding: 0 9px;
	font-family: "Myriad Pro Condensed","Arial Narrow",sans-serif;
	font-size: 14px;
	*font-size: 12px;
	font-weight: bold;
	letter-spacing: -.2px;
	text-decoration: none;
	color: white;
}
#nav a:hover {
	color: #FFCB17;
}

td.left {
	width: 270px;
}

#tagcell {
	background-image: url(images/TagLeftBG.jpg);	
	background-repeat: no-repeat;
	height: 293px;
}

td.right {
	width: 530px;
}

#photocell {
}

#photoholder {
}

#tag {
	width: 270px;
	height: 293px;
}
#photomask {
	width: 530px;
	height: 293px;
}

#l2 {
	background-image: url(images/LeftBG2.jpg);
	background-repeat: repeat-x;
	background-color: #FEFEFC;
}

#l2 .pad {
	margin: 18px;
}

.morelink {
	text-align: right;
}
.morelink a {
	color: #6C6658;
	text-decoration: none;
}


#contentcell {
	background-color: black;
	color: white;
}

#contentcell .pad {
	margin: 18px;
}

#footcell {
	background-color: #FFCB17;
}
#footcell, #footcell a {
	color: #060000;
}

#footcell .pad {
	margin: 18px;
}

#copyright {
	float: left;
}

#footnav {
	float: right;
}
#footnav a {
	margin: .3em;
	text-decoration: none;
}
#footnav a:hover {
	text-decoration: underline;
}

h2, h3 {
	font-family: "Myriad Pro Condensed","Arial Narrow", sans-serif;
	font-weight: bold;
	font-size: 180%;
	margin-bottom: .5em;
}

.clear {
	clear: both;
}

img.png {
	behavior: url("pngbehavior.htc");
}

.pngbacked {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='');
}


