* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/landing-bg.JPG);
	background-repeat: no-repeat;
    background-color: #631f20;
	min-height: 800px;
	min-width: 1000px;
	font-size: 12px;
	height: 100%;
	padding: 0;
	font-family: Arial;
}

li {
	list-style-position: inside;
}

#footer {
	clear: both;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	width:708px;
	height: 113px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	color: #6a151a;
}

#footer a{
	color: #6a151a;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 120px;
}

#header a{
	color: white;
	text-decoration: none;
}

#header a:hover{
	text-decoration: underline;
}

#holder {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height:800px;
	text-align: left;
}
#landing-content {
	margin-left: auto;
	margin-right: auto;
	width:815px;
	margin-top: 125px;
}

#gallery-holder {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
/* 	min-height: 550px; */
	background-image: url(../images/lcts-bg.jpg);
	background-color: #c7b29a;
	padding-top: 16px;
	padding-bottom: 16px;
}

#gallery-header{
	margin-left: auto;
	margin-right: auto;
	width: 759px;
	background-color: #E5D696;
	color: #6A151A;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#gallery{
	width: 759px;
	margin-left: auto;
	margin-right: auto;
}

#copyright{
	float: left;
	margin-left: 10px;
}

#bottom-nav{
	float: left;
	margin-left: 125px;
}
#social{
	float: right;
	margin-right: 10px;

}
#disclaimer{
	width: 600px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	margin-top: 48px;
}

#content {
	position: relative;
	top: -400px;
	left: 354;
	background-image: url(../images/mc_bg.png);
	background-repeat: no-repeat;
	height:616px;
	width:775px;;

}
#admin {
	position: relative;
	text-align: center;
	top: 50px;
	margin: 0 auto;
	font-size: .8em;
	font-family: Helvetica;
	color : black;
	background-color: white;
}
#admin td {
	text-align: center;
	font-size: .6em;
	width:50px;
}

#help {
	position: relative;
	top: 50px;
	margin: 0 auto;
	font-size: 1.2em;
	font-family: Helvetica;
	color : black;
	background-color: #EEEEEE;
	width: 800px;
}

