/* CSS Document */

body {
	background:#FFFFFF;
	font-family:Verdanda, Geneva, sans-serif;
	font-size:20px;
	color:#543019;
}

#header {
	width: 950px;
	height: 150px;
	margin: 0 auto;
	background: #FFFFFF;
	padding-bottom:5px;
	border-bottom:2px solid #543019;
}

#logo {
	width:450px;
	height:90px;
	padding:20px 0px;
}

#logo a {
	border:none;
	color:#FFFFFF;
}

#logo a:hover {
	border:none;
	color:#FFFFFF;
}


#buttons {
	text-align:right;
	float: right;
	clear: both;
}

#buttons ul {
	margin: 0px;
	padding:0px;
	list-style: none;
	font-family:Verdanda, Geneva, sans-serif;
	font-size: 18px;
}

#buttons li {
	display: inline;
	padding-right: 30px;
}

a {
	color: #543019;
	text-decoration:none;
}


a:hover {
	color: #C4B3A6;
	text-decoration:none;
}

#content {
	width: 900px;
	margin: 0px auto 20px auto;
	padding:30px 20px;
}

#colOne {
	width:375px;
	float:left;
}

#colTwo {
	width:475px;
	float:left;
	text-align:justify;
}

#colThree {
	width:400px;
	float:left;
	text-align:left;
}

#colFour {
	width:400px;
	float:left;
	text-align:center;
}

.box {
	width: 300px;
	background-color:#F0ECE9;
	border: 2px #543019 solid;
	font-size:24px;
	text-align:center;
	padding:40px 10px;
}

#timages {
	float: left;
	clear: both;
}

#timages ul {
	margin-left: 30px;
	padding:0px;
	list-style: none;
}

#timages li {
	display:inline;
	padding-right: 6px;
}

#timages a {
	color: #543019;
	text-decoration:none;
}


#timages a:hover {
	color: #C4B3A6;
	text-decoration:none;
}


#footer {
	width: 950px;
	height: 40px;
	margin: 0 auto;
	padding-top: 5px;
	border-top:2px solid #543019;
}

#footer p {
	margin: 0;
	padding-bottom: 5px;
	text-align: center;
	color: #C4B3A6;
	font-size:10px;
}

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


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote {
	margin: 0;
}
