/*CSS page for SNOWGUM website*/

body
{
background-color: gray;
}
#container
{
margin: 20px auto;
width: 840px;
height: 980px;
background: url(Snowgumbg.jpg) no-repeat ;
}
#topbar
{
width: 100%;
heiht: 120px;
}
#content
{
borer-top: thin solid;


}

#maintext
{
width: 750px;
float: left;
padding: 20px;
border-left: thin solid;
}
.mainpic
{
padding: 15px;
margin-left: 200px;
}
#basebar
{
text-align: center;
padding: 20px 

}
.clear
{
clear: both;
}
h1
{
text-align:center;
font-family: Calibri;
font-size: 2.75em;
color: white;
}
h2
{
text-align:center;
font-family: Verdana;
color: yellow;
}
body
{
font-family: sans-serif;
}
