@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:245px;
background-color:#FFFFFF;
font-size:16px;
text-align:right;
padding-right:20px;
color:#6a8f49;

background-image:url(images/homeschooling_downunder_header.jpg);
background-repeat:no-repeat;
background-position:40% 20%;

}

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

padding-right: 30px;
color:#6a8f49;
border-top:medium #993300 solid;
margin-top: 20px;

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

#text{

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






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

float:left;
font-size:14px;
margin-right:20px;
}
/*Navbuttons*/
#navbar a{
width:80%;
padding:10px 0px 10px 10px;
border:thin solid #003300;
display:block;
background: #c8d3c2;
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;
border:thin solid #003300;
display:block;
background: #c8d3c2;
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;
}