
body
{
	background-color:#EFC491;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background: url(../images/background.jpg) left top;
}
body,table,textarea,input
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
a
{
	color:#582E2A;
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}
img
{
	border:0;
}

h1
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#330033;
	margin:5px 0 10px 0;
}

table.main
{
	border:1px solid black;
	border-top:0;
	border-bottom:0;
	width:1000px;
	height:100%;
}
table.main td.top
{
	height:206px;
	vertical-align:top;
}
table.main td.middle
{
	background:url(../images/pattern_top.gif) center top no-repeat;
	vertical-align:top;
}
table.main td.bottom
{
	height:29px;
	background:url(../images/footer.gif) left top no-repeat;
	vertical-align:middle;
	padding-left:10px;
	color:#FFDDA0;
}
table.main td.bottom a
{
	color:white;
}

table.main table.body
{
	width:100%;
	height:100%;
	background:url(../images/pattern_bottom.gif) center bottom no-repeat;
}
table.main table.body td.left
{
	width:210px;
	font-size:14px;
	font-weight:bold;
	padding-top:30px;
	padding-left:10px;
}
table.main table.body td.right
{
	width:240px;
	color:#330033;
}
table.main table.body td.right a
{
	color:#330033;
}

div.photos
{
	text-align:center;
}
div.photos img
{
	border:1px solid #572E2A;
	margin:0 6px 10px 6px;
}


