html,body,img,p,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,pre,form,blockquote,fieldset,input,div { margin:0px; padding:0px; }
h1,h2,h3,h4,h5,h6,pre,code,kbd { font-size:1em; }
:link,:visited { text-decoration:none;  }
table { border-collapse:collapse; border:0px; }
ul,ol { list-style:none; }
img { border:0px; vertical-align:bottom; }


body{
	background-color:#b6952c ;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:white;
	padding-left:10px;
	margin-top:10px;
	background-color:#DC941B;
}

.container{
	width:800px;
	height:1000px;
	margin:0 auto;
}

.container2{
	float:right;
	height:1000px;
	width:500px;
	border-left:1px white solid;
	border-right:1px white solid;
	margin-left:10px;
	background-image:url(images/stripes3.jpg);
	background-repeat:repeat;
	
}

.container2 p, .container2 ul.body{
	background-color:#DC941B;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	padding-left:20px;
	font-weight:bold;
}

.container2 p img{
	border:5px white solid;
	margin: 5px 0;
}

.container2 p a{
	text-decoration:underline;
	color:white;
}

.container2 p a:hover{
	text-decoration:none;
}


ul.wheretofind{
	display:block;
	width:auto;
	line-height:1.2em;
}

ul.wheretofind li{
	background-color:#DC941B;
	background-repeat:repeat;
	display:block;
	float:left;
	width:240px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:10px;
	font-weight:bold;
	
}

h6{
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}

.footer{
	width:100%;
	height:60px;
	background-color:#e1d3a6;
	border-top:1px white solid;
}

.footer2{
	margin:0 auto;
	width:800px;
	color: #b6952c;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	z-index:100;
	line-height:30px;
}

.footer2 p{
	text-align:center;
}

.footer2 p a{
	color:#DC941B;
	text-decoration:none;
}



ul.menu{
	padding-top:150px;
}

ul.menu li, ul.menu li a{
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:60px;
	text-align:right;
	text-decoration:none;
}

ul.menu li a:hover{
	border-bottom:2px white dotted;
}

ul.menu li span{
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}