@charset "utf-8";
/* CSS Document */

#homeschoolingdownundertemplate{
color:#000000;
background-color:#FFFFFF;
font:"Comic Sans MS",Georgia, "Times New Roman", Times, serif;

}
#header{
width:95%;
height:220px;
background-color:#FFFFFF;
font-size:50px;
text-align:center;
padding-right:20px;
padding-bottom:20px;

color:#6a8f49;

background-image:url(images/homeschooling_downunder_header2.jpg);
background-repeat:no-repeat;
background-position:center;

}

#topmenu{
width:100%;
height:45px;
background-color:#c8d3c2;
font-size:18px;
text-align:center;

padding-right:30px;
color:#6a8f49;

}
/*topmenubuttons*/
#topmenu a{
width:80%;
padding:0px 0px 0px 10px;

text-decoration:none;}
#topmenu a:hover {
background-color:#003300;
color:#FFFFFF;}
#text{

background-color:#FFFFFF;
width:79%;
float:left;
}






#navbar{
width:25%;
height:3600px;

float:left;
font-size:14px;
margin-right:20px;
}
/*Navbuttons*/
#navbar a{
width:80%;
padding:10px 0px 10px 10px;
text-decoration:none;}
#navbar a:hover {
background-color:#003300;
color:#FFFFFF;}
#sidebar{


background:#CCFF00;
width:19%;
height:3600px;
background-color:#ffffff;
float:right;
margin-left:12px;
}

/*sidebarbuttons*/
#sidebar a{
width:80%;
padding:10px 0px 10px 10px;
text-decoration:none;}
#sidebar a:hover {
background-color:#003300;
color:#FFFFFF;}

a {
color:#003300;}

#bottommenu{
width:100%;
height:50px;
background-color:#FFFFFF;
font-size:18px;
text-align:center;
padding-left:30px;
color:#6a8f49;

border-bottom: medium #993300 solid;
margin bottom: 20px;
}