html { height: 101%; }

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-image: url(../layout/background.jpg);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #996734;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

#page {
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#page #heading #logo {
}
#page #heading #navigation {
	width: 760px;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#page #heading #logo {
	clear: both;
	width: 760px;
	padding-top: 5px;
}
#page #heading #title {
	height: 25px;
	padding-bottom: 2px;
	padding-left: 9px;
}

#page #heading #title h1 {
	padding-top: 0px;
	margin: 0px;
}
#page #main {
	background-color: #0366FF;
	border: 1px solid #FFFFFF;
	padding: 9px;
}

#page #main #gallery {
	font-size: .8em;
}
#page  #main  #about  {
	float: right;
	width: 330px;
}
#page #main #end {
	clear: both;
}



#page #footer {
	font-size: 0.6em;
	padding-bottom: 10px;
}
