/* Layout elements */
* {padding: 0px; margin: 0px;}


/* Fundamentals */

html {
	font: 0.75em/1.3 Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	text-align: center;
        background: #fff3c8;
}

/* Body container */

body {
        position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 1200px;
        color: #0a0a1d;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
}

img {
        border: 0;
}

hr { 
        width: 100%;
        color: #a75c16;
}

/* Links */

a:link, a:visited {
        color: #0a0a1d;
	text-decoration: underline;
}

a:hover, a:active {
	color: #0a0a1d;
	text-decoration: underline;
}

/* Headings */
h1 {
        color: #0a0a1d;
        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: #0078bf;
/* 
        color: #990033;
        color: #8e5a64; 
*/
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px;
        text-decoration: none;
        text-indent: 0px;
        font-weight: bold;
        z-index: 2;
        margin: 5px 0px 0px 0px;
}

h3 {
        color: #fff3c8;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        text-indent: 0px;
}
h4 {
        color: #fff3c8;
        font-size: 25px;
        font-weight: bold;
        text-decoration: none;
        text-indent: 10px;
}

#home p {
        color: #0a0a1d;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        vertical-align: top;
        margin: 0px 0px 0px 0px;
}

div {
  margin: 0;
  padding: 0;
  border-size: 0;
}
p {margin: 0;}

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

/* Lists */

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

li {
	list-style-type: square;
}

/* Layout IDs */

#center {
        background: url(images/background-center.jpg) 0 0 repeat-x; 
        clear: both;
        margin: 0px;
        padding: 0px;
        height: 415px
}

#center-secondary {
        background: url(images/background-center-secondary.jpg) 0 0 repeat-x; 
        clear: both;
        margin: 0px;
        padding: 0px;
        height: 50px
}

#separator-top {
        background: url(images/background-center-top.jpg) 0 0 repeat-x; 
        clear: both;
        margin: 0px;
        padding: 0px;
}

#separator-bottom {
        background: url(images/background-center-bottom.jpg) 0 0 repeat-x; 
        clear: both;
        margin: 0px;
        padding: 0px;
}

/* Header */

#head {
	width: 1200px;
	height: 186px;
}



/* Navigation */

#nav {
	margin: 0;
	padding: 0;
	width: 1200px;
	height: 70px;
}

/* Navigation list */


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


#nav a {
	background-color: #EBEFF5; 
	color: #0a0a1d;
	width: 150px;
	padding: 5px 6px 9px 5px;
	text-decoration: none;
        margin: 0px 0px 0px 0px; 
}

#nav a:hover {
	color: #0a0a1d;
        background-color: #dbdae6;
}



#form a:link, #form a:visited {
	color: #0a0a1d;
}

#form a:hover {
	color: #0a0a1d;
}

#form table {
       margin-left: 20px;
}




/* Span to change colour */
/*

#nav li a:link span, #nav li a:visited span {
	margin: 0;
	padding: 0;
	color: #5588b5;
	text-decoration: none;
}

#nav li a:hover span, #nav li a:active span {
	margin: 0;
	padding: 0;
	color: #5588b5;
	text-decoration: none;
}
*/

/* Main content */

#main, #maintop, #mainbottom {
  display: inline-table;
  z-index: 2;
  position: relative;
  float: left; 
  padding: 0 0 0 0;
}


#main {
 width: 1200px;
}


#maintop {
  position: relative;
  top: -39px;
  width: 479px;
  padding:5px 40px 0 30px;
  background: left top no-repeat;
}

#house {
  clear:both; 
  padding-top: 100px;
  margin-top: 80px;
}


/* Footer */

#foot {
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
        background: #e6dbb4;
}

#foot p {
	margin: 0;
	padding: 20px 0;
	font-weight: bold;
}


