/*#############################################################
#############################################################*/

/* structure */
body {
margin: 0;
padding: 0;
background: #323232 url(../img/bgbody.gif) repeat-y center top;
font: 80% tahoma, verdana, sans-serif;
}

#wrapper {
margin: 0 auto 15px auto;
padding: 0 0 20px 0;
width: 672px;
background: #ffffff;
min-height:100%;
}

/*header area-elements*/
#header {
height: 150px;
background: #505050 url(../img/bgheader3.jpg) repeat-x;
clear: both;
}

#header h1{
margin: 0;
padding: 110px 0 0 15px;
font: normal 2.2em tahoma;
}

/* main navigation elements */
#navlist
{
margin:0;
padding: 10px 0 20px 10px;
border-bottom: 2px solid #F89727;
border-left: 2px solid #F89727;
border-right: 2px solid #F89727;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #F89727;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }

/* mouseover colour sticks on current page */
body#home a.home, body#about a.about, body#areas a.areas, body#press a.press, body#gallery a.gallery{
border-bottom: 4px solid #F89727;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#main {
width: 660px;
margin: 3px 0 0 0;
padding: 3px 5px 5px 0;
/*border: 1px solid #d0d0d0;*/
}

/* sub navigation elements */
#left {
width: 120px;
float:left;
height:inherit;
}

.links {
margin: 10px 0 10px 0;
padding: 10px;
width: 102px;
color: #000000;
line-height: 1.3em;
border: 1px solid #F89727;
}

#subnavcontainer {
width: 100px;
}

#subnavcontainer ul{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#subnavcontainer a{
display: block;
padding: 3px;
width: 119px;
background-color: #F8992B;
border-bottom: 1px solid #eee;
}

#subnavcontainer a:link, #subnavlist a:visited{
color: #fff;
text-decoration: none;
}

#subnavcontainer a:hover{
background-color: #FDAF60;
color: #000;
}

/* content elements */
#right {
width: 520px;
float: right;
}

#right h1 {
font-size: 1.5em;
letter-spacing: 0.3em
}
#right ul {
padding: 5px 0 0 20px;
}
#right li {
padding: 2px 0 2px 0;
}

/* content elements */
#midright {
margin:0;
width: 420px;
float: right;
}
#midright h1 {
font-size: 1.5em;
letter-spacing: 0.3em
}
#midright ul {
padding: 5px 0 0 20px;
}
#midright li {
padding: 2px 0 2px 0;
}

/* content elements */
#farright {
width: 100px;
float: right;
margin:10px 0 0 0;
padding:0;

