/* ---------------------------------- General Styles ---------------------------------- */
*{
margin:0;
padding:0;
}

body{
width:850px;
margin:20px auto 0 auto;
background-color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:white;
line-height:16px;
}

li{
list-style-type:none;
}

#clearfloat{
clear:both;
}

img{
border:none;
}
/* ---------------------------------- Header---------------------------------- */
#masthead{
width:850px;
background-color:#FFFFFF;
}

.logo{
float:left;
}

.topmenu{
float:right;
margin-top:70px;
margin-bottom:0px;
}

ul.topmenu li{
display:inline;
}


/* ---------------------------------- Left Side Content ---------------------------------- */
#sidebar_a{
float:left;
height:433px;
width:141px;
}

#container{
width:860px;
padding:10px 0 10px 10px;
background-color:#FFFFFF;
}

#menu{
height:210px;
}

#contact{
margin-top:5px;
height:218px;
background-image:url(../img/sidebar_images/bg.gif);
background-repeat:repeat;
}

*html #contact{
margin-top:3px;
}

.menulist{
padding-top:1px;
}

.menulist2{
padding-top:1px;
}

*html .menulist{
padding-top:2px;
}

*html .menulist2{
padding-top:3px;
}

#gatesleft{
float:left; 
width:370px; 
margin-left:40px;
}

*html #gatesleft{
margin-left:20px;
}


/* ---------------------------------- Centre Content ---------------------------------- */
#content{
width:575px;
height:400px;
outline:0px solid red;
margin-left:149px;
margin-right:126px;
}


*html #content{
height:438px;
overflow:hidden;
margin-left:146px;
}

#image{
height:210px;
width:575px;

}

#text{
width:571px;
overflow:auto;
margin-top:5px;
height:218px;
background-color:#647b18;
overflow:hidden;
}

*html #text{
margin-top:3px;	
height:221px;
}

.bold{
font-weight:bold;
}

#text a{
color:white;
}

#text img, p{
margin:10px 10px 0 40px;
}

#download{
clear:both; 
padding-top:30px;
}

*html #download{
padding-top:20px;
}

/* ---------------------------------- Right Side Content ---------------------------------- */
#sidebar_b{
float:right;
height:433px;
width:121px;
margin-right:10px;
}

*html #sidebar_b{
margin-right:5px;
}

#sidebar_b img{
border:1px solid #cccccc;
}


/* ---------------------------------- Footer ---------------------------------- */
#footer{
clear:both;
width:850px;
padding-top:5px;
}