@charset "utf-8";
/* CSS Document */
body {
	font-size: 75%; }

html>body {
	font-size: 12px; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
	margin:0; 
	padding:0; } 

body {
	font-family:Arial, Helvetica, sans-serif;
	 }
	 
#content {background-image:url(images/background1a.jpg);
background-repeat:repeat;}
#info {height:30em;}
#info p {text-align:center;}
.menu {display:inline-block;}
.menu {display:inline;}
.holder {display:table;}

.menu {
  display:table-row;
  padding:0;
  margin:0;
  list-style-type:none;
  white-space:nowrap; 
  }
.menu li {display:inline;}
.menu a, .menu a:visited {
  display:block;
  float: left;
  /* padding 4 px 16px */
  padding:6px 22px;
  color:#000; 
  background:#fc7d0c; 
  border:1px solid #d6d6d6; 
  text-decoration:none;
  }
.menu a:hover {
  color:#fff; 
  background:#9c5b3d;
  }

#wrapper1 {text-align:left;}
#wrapper2 {text-align:center;}
#wrapper3 {text-align:right;}

#wrapper1 .holder {margin:0;}
#wrapper2 .holder {margin:0 auto;}
#wrapper3 .holder {margin:0 0 0 auto;}

/*.............BASIC TYPOGRAPHY..........................
...................................................*/
/* links */
a {color:#000000;}
a:link {color:#8c4600;}
a:visited {color:#953b3d;}
a:hover, a:active, a:focus {color:#fc7d0c}

/* headings */
h1 {
	font-size:1.5em;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0.857em; 
	color: #000000; }

h2 {
	font-size:1.5em;
	line-height: 1;
	margin-top: 0em;
	margin-bottom: 0em;
	color:#000000; }

h3 {
	font-size:1.1667em;
	line-height: 1.1428;
	margin-top: 0em;
	margin-bottom: 0.1428em;
	color: #000000; }

h4 {
	font-size:1.1667em;
	line-height: 1.1428;
	margin-top: 0em;
	margin-bottom: 0.1428em;
	color: #000000; }

h5 {
	font-size:1em;
	font-weight:bold;
	line-height: 1.1428;
	margin-top: 0em;
	margin-bottom: 0.1428em;
	color: #000000; }

h6 {
	font-size:1em;
	line-height: 1.1428;
	margin-top: 0em;
	margin-bottom: 0.1428em;
	color: #000000; }
	
/*text*/
p {
	font-size:1em;
	margin-top: 1.166em;
	margin-bottom: 1.166em; 
	line-height: 1.166; 
	margin-left: 5px;
	margin-right: 5px;}
blockquote {
	margin-left:10px;}
	
pre {
	font-family: monospace;
	font-size: 1.0em;}
	
strong, b {
	font-weight: bold;}
	
em, i {
	font-style:italic;}
	
code {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    white-space: pre; }
	
/* lists tables and images*/
ul, ol {
	font-size:1em;
	line-height: 1.333;
	margin: 1.166em 0 1.166em 2.5em;
	padding: 0 0 0 0;}

li {
	margin-bottom: 0.333em;}

th {
	font-size: 1.1667em;
	background: #DEE0E9;}	
	
img {
	border: 0; /* prevents blue border around image links */}

/*.......... END BASIC TYPOGRAPHY ................

