/* Layout elements */

/* Fundamentals */

html {
	font: 0.75em/1.3 Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	text-align: center;
        background: #37362b url(../images/a-country-touch-background-image.jpg) no-repeat scroll;
}

/* Body container */

body {
        position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 851px;
        color: #48462e;
        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background:transparent url(../images/fall-background.jpg) no-repeat scroll;
}

img {
        border: 0;
}

hr { 
        width: 90%;
}

/* Links */

a:link, a:visited {
        color: #473F3C;
	text-decoration: underline;
}

a:hover, a:active {
	color: #655A56;
	text-decoration: underline;
}

/* Headings */
h1 {
        color: #48462e;
/* 
        color: #990033;
        color: #8e5a64; 
*/
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        text-decoration: underline;
        text-indent: 0px;
        text-transform: uppercase;
        z-index: 2;
}

h2 {
        color: #48462e;
/* 
        color: #990033;
        color: #8e5a64; 
*/
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        text-decoration: underline;
        text-indent: 0px;
        z-index: 2;
}

h3 {
        color: #48462e;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        text-indent: 2px;
}

p, td {
        color: #48462e;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 17px;
        vertical-align: top;
        margin-right: 10px;
}
#home p {
        color: #48462e;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        vertical-align: top;
        float: left;
        clear: both;
}

textarea {
        width: 80%;
        height: 100px;
}



/* Lists */

ul {
	margin-left: 15px;
	padding: 0 15px 0 10px;
}

li {
	list-style-type: square;
}

/* Layout IDs */

/* Header */

#head {
	width: 733px;
	height: 186px;
	background: transparent ;
}



/* Navigation */

#nav {
        float: left;
	margin: 150px 0px 0px 4px;
	padding: 0 0 0 0;
	width: 190px;
	height: 200px;
}

#nav a {
       text-decoration: none;
       border: 0 none;
       
}

/* Navigation list */

#navmenu 
{
        position: relative;
        margin: 7px;
        padding: 5px 5px;
}

#nav li
{
  list-style-type: none;
  padding: 0px 5px; 
}

/* Main content */

#main {
  display:inline-table;
  position: relative;
  float: left; 
  padding: 330px 0 200px 0;
  width: 435px;
  height: 380px;
  margin: 0;
}

/* Right Side */

#right-side {
  display:inline-table;
  position: relative;
  float: left; 
  padding: 330px 0 200px 0px;
  width: 170px;
  color: #48462e;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#right-side a {
  color: #48462e;
  text-decoration: none;
}


/* Footer */

#foot {
	margin: 0;
	padding: 0;
        color: #48462e;
	text-align: center;
	clear: both;
}

#foot p {
	margin: 0;
	padding: 20px 0;
	font-weight: bold;
        color: #48462e;
        font-size: 13px;
}
#foot a {
        color: #48462e;
        font-size: 13px;
      }

