/* CSS Document */

body {
	background-color: #43393E;
	margin-top: 0px;
	text-align: center;
	height: 100%;
	}
	
#logoContainer {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 300px;
	height: 175px;

}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 300px;
	/*text-align: left;*/
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	
}

h3 {
	font-size: 12px;
	color: #B98B4D;
	font-weight: normal;
	margin-bottom: 0px;
	display: block;	
}

b {
	font-weight: bold;
}

a {
	color: #B98B4D;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}

a:hover {
	text-decoration: underline;
	color: #DAD1CE;
}

img { 
	border:none;
	}