body {
background: #FFF url(http://www.yasig.org.uk/images/page-bg.png) bottom left repeat-x;
background-attachment: fixed;
margin: 10px 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.6em;
color: #414042;
min-height: 800px;
}

a {
color: #414042;
}

/* *************************************** */
/* Structure */
/* *************************************** */

#container {
margin: 0 auto;
width: 840px;
}

#container-cont {
float: left;
background: #b0bec3 url(../images/container-bg.jpg);
width: 800px;
padding: 20px;
}

#header {
float:left;
background: url(../images/header-bg.png) no-repeat;
width: 800px;
height: 136px;
}

h1 {
font-family: Helvetica, Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: 0px;
line-height: 1.2em;
margin: 0 0 8px 0;
color: #607f8b;
}

ul#mainNav {
float: right;
margin: 40px 15px 0 0;
}

ul#mainNav li {
list-style: none;
display: inline-block;
float: left;
}

ul#mainNav li a {
display: inline-block;
float: left;
margin: 0 1px 0 0;
background: url(../images/nav-active.png) no-repeat;
width: 69px;
height: 29px;
text-align: center;
padding: 5px 0 0 0;
text-decoration: none;
font-weight: bold;
}

ul#mainNav li a:hover {
color: #FFF;
}

ul#mainNav li a.grey:hover {
background: url(../images/nav-grey.png) no-repeat;
}

ul#mainNav li a.orange:hover {
background: url(../images/nav-orange.png) no-repeat;
}

ul#mainNav li a.blue:hover {
background: url(../images/nav-blue.png) no-repeat;
}

ul#mainNav li a.green:hover {
background: url(../images/nav-green.png) no-repeat;
}

ul#mainNav li a.yellow:hover {
background: url(../images/nav-yellow.png) no-repeat;
}

ul#mainNav li a.purple:hover {
background: url(../images/nav-purple.png) no-repeat;
}

ul#mainNav li a.pink:hover {
background: url(../images/nav-pink.png) no-repeat;
}

ul#mainNav li a.teal:hover {
background: url(../images/nav-teal.png) no-repeat;
}

#main {
float:left;
background: url(../images/people-sil.png) no-repeat bottom left;

}

#mainImage {
float: left;
margin: 10px 0;
width: 800px;
}

#main-left {
float: left;
width: 500px;
margin: 0 15px 0 0;
}

#main-right {
float: left;
width: 285px;
}

#main-col-left {
float: left;
width: 470px;
background: url(../images/col-left-bg.png) no-repeat;
padding: 20px 15px;
}

#main-col-left-bot {
float: left;
width: 500px;
margin: 0 15px 0 0;
background: url(../images/col-left-bg-bot.png) no-repeat bottom left;
}

#main-col-right {
float: left;
width: 255px;
background: url(../images/col-right-grey.png) no-repeat;
padding: 20px 15px;
}

#main-col-right.green {
background: url(../images/col-right-green.png) no-repeat;
}

#main-col-right.orange {
background: url(../images/col-right-orange.png) no-repeat;
}

#main-col-right.blue {
background: url(../images/col-right-blue.png) no-repeat;
}

#main-col-right.green {
background: url(../images/col-right-green.png) no-repeat;
}

#main-col-right.yellow {
background: url(../images/col-right-yellow.png) no-repeat;
}

#main-col-right.purple {
background: url(../images/col-right-purple.png) no-repeat;
}

#main-col-right.pink {
background: url(../images/col-right-pink.png) no-repeat;
}

#main-col-right.teal {
background: url(../images/col-right-teal.png) no-repeat;
}
ul#subNav {
float: left;
}

ul#subNav li {
display: block;
}

ul#subNav li a {
font-size: 16px;
text-decoration:  none;
display:  block;
margin: 0 0 10px 0;
font-weight: bold;
}

ul#subNav li a:hover {
color: #58595b;
text-decoration: underline;
}

#sponsors {
width: 800px;
float: left;
margin: 189px 0 10px 15px;
}

#sponsors a {
margin: 0 10px 0 0;
}


#footer {
width: 800px;
float:left;
margin: 10px 0 0 0;
}

ul#footerNav {
float: left;
}

ul#footerNav li {
display: inline-block;
float: left;
}

ul#footerNav li a {
float: left;
margin: 0 10px 0 0;
color: #FFF;
}


.newspost {
float:left;
margin: 0 0 15px 0;
border-bottom: 1px solid #EEE;
padding: 10px 0;
}

.newspost h2 {
font-size: 15px;
margin: 0 0 8px 0;
}

#contact {
border: 1px solid #EEE;
padding: 20px;
float:left;
background: #EEE;
width: 420px;
}

#contact p {
float:left;
width: 420px;
margin: 0 0 10px 0;
}

#contact p label {
width: 100px;
display: block;
float:left;
font-weight: bold;
}

#contact p input {
width: 310px;
}

#contact p input.button {
width: 310px;
margin: 0 0 0 100px;
}

#contact p textarea {
width: 310px;
height: 100px
}

#main-col-right strong {
display: block;
margin: 0 0 10px 0;
}





#formContainer {
margin: 0 auto;
width: 500px;
font-size: 12px;
}

#formCont {
float:left;
width: 460px;
padding: 20px;
background: #FFF;
}

#formCont p {
float:left;
width: 460px;
margin-bottom: 5px;
border-bottom: 1px solid #999;
font-size: 12px;
padding-bottom: 5px;
}

#formCont p label {
font-weight: bold;
display:block;
float:left;
width: 350px;
}

#formCont p input {
margin-right: 13px;
}

#formCont p strong {
margin-right: 23px;
}

#formCont p textarea {
width: 450px;
height: 120px;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
padding: 5px;
}

#formCont h2 {
font-size: 16px;
background: #607f8b;
float:left;
width: 440px;
color: #FFF;
padding: 10px;
margin-bottom: 20px;
margin-top: 20px;
}