* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #4b2f0f;
}
body,td,th {
	font-family: Corbel, Helvetica, Verdana, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}
#container {
	width:600px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}

#header {
	height: 70px;
	background-image:url(images/headerbg.jpg);
	padding-top: 50px;
	padding-left: 120px;
	margin:0px;
	line-height: 70px;
	font-size: 38px;
	font-weight:bold;
	color:#FFFFFF;
}

#header h1 {
	font-size: 38px;
	font-weight:bold;
}

#lower {
	background-image:url(images/lowerbg.jpg);
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
	min-height: 232px;
}

#navigation {
	width: 110px;
	height:232px;
	padding-top:9px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight:bold;
	font-size:15px;
	float: left;
	clear:both;
	
}


#navigation ul, li {
	padding: 0px;
	margin: 0px;
	list-style:none;
}

#content {
	padding: 10px;
}

#content a {
	color: #2b8402;
}

#content li {
	list-style:circle;
	*margin-left:2em;
}

#navigation a {
	color:#FFFFFF;
	text-decoration: none;
}

#navigation h2 {
	display:none;
}

#footer, #push {
	height: 20px; /* .push must be the same height as .footer */
	text-align:center;
}


table {
	border-collapse:collapse;
	border:none;
}

td, tr, th {
	border: none;
}

#innercontent table {
	margin-left: auto;
	margin-right: auto;
}

#innercontent th {
	text-align: center;
}

#innercontent td {
	text-align: center;
}

input, textarea {
	font-family: Corbel, Helvetica, Verdana, Arial, sans-serif;
}

textarea {
	font-size: 12px;
}


#gallerytable {
	margin-right:auto;
	margin-left:auto;
}

#gallerytable td {
	text-align: center;
	width: 140px;
	height: 140px;	
	vertical-align: bottom;
}
