/* CSS Document */
html,body{
margin:0;
padding:0;
font-size:95%;
font-family:Arial, Helvetica, sans-serif;
height:100%;
}
h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.3em;
color:#003399;
font-weight:lighter;
}
img{
border:none;
}
#wrapper{
width:960px;
margin:0 auto;
background-color:#ffffe2;
height:830px;
}
#banner{
width:960px;
height:247px;
background-image:url(Biltongalabanner.gif);
background-position:0 0;
background-repeat:no-repeat;
background-color:#FFFFFF;
}
#midcontent{
background-color:#ffffe2;
background-image:url(textblockbg.jpg);
background-repeat:repeat-x;
height:1300px;
}
#newsscroll{
position:absolute;
top:214px;
height:30px;
width:715px;
background-color:#2960de;
border-top:3px solid white;
border-bottom:3px solid white;
color:#FFFFFF;
}
#scrolltitle{
padding:5px 0 0 0;
float:left;
width:193px;
font-size:1.5em;
text-align:right;
}
#scroller{
float:left;
padding:8px 10px 0 10px;
font-size:1.2em;
width:500px;
}
#leftcolumn{
float:left;
width:193px;
}
#textblock{
width:482px;
float:left;
padding:20px;
}
#sidemenu{
float:left;
width:243px;
height:700px;
padding:0 0 0 0;
font-size:1.4em;
background-color:#FFFFFF;
border-left:1px #CCCCCC solid;
border-right:1px #CCCCCC solid;
border-bottom:1px #CCCCCC solid;
}
#sidemenu ul{
margin:0;
padding:0;
}
#sidemenu ul li{
list-style-type:none;
padding:5px 0 5px 50px;
}
#copyright{
text-align:center;
clear:both;
padding-top:20px;
}
#photos img{
margin:10px 10px 0 0;
}
#nextgall{
float:right;
padding:0 40px 0 0;
}
#prevgall{
float:left;
}
