/*  Body & header styles */
body{
background-color: #fff;
}

h1{
font-family: "comic sans";
font-size: 18pt;
font-weight: bold;
text-align: center;
padding-top: 10px;
padding-bottom: 5px;
/* Include this below risk insanity */
margin-top: 0px;
}

h2{
font-family: "comic sans";
font-size: 14pt;
font-weight: normal;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}
/* End of body & header styles */

/* Link Styles */ 
a:link{
text-decoration: none;
color: blue;
}

a:visited {
text-decoration: none;
color: red;
}
/* End of Link Styles */


#container{
top: 0px;
left: 0px;
height: 150px;
width: 100%;
position: absolute;
background-color: #fff; /* Change backgound colour here */
}

/* + */
#widget {
height: 150px;
width: 1000px;
position: relative;
margin-left: auto;
margin-right: auto;
background-color: #ccc; /* Colour edit *
/* Rounded is good */
-moz-border-radius:25px; /* Firefox */
border-radius:25px;
}

/** Start of choice.html specific section **/
#lft_btn{
display: block;
height: 140px;
width: 100px;
float: left;
/* Seperation is good too? */
margin-top: 5px;
margin-bottom: 5px;
margin-left: 6px;
/* Rounded is good */
-moz-border-top-left-radius:18pt; /* Firefox */
-moz-border-bottom-left-radius:18pt; /* Firefox */
border-top-left-radius:18pt;
border-bottom-left-radius:18pt;
}

a.lft_btn{
display: block;
height: 140px;
width: 100px;
background-color: #ececec;
background-image: url(../images/back.png);
/** Text properties **/
font-size: 12pt;
text-align: center;
/* Rounded is good */
-moz-border-radius: 18px 0 0 18px;
border-top-left-radius:18px;
border-bottom-left-radius:18px;
}

a.lft_btn:hover{
background-color: #fff;
/** Text properties **/
font-size: 12pt;
text-align: center;
/* Rounded is good */
-moz-border-radius: 18px 0 0 18px;
border-top-left-radius:18px;
border-bottom-left-radius:18px;
}



#level1_btn{
height: 140px;
width: 296px;
float: left; 
margin-top: 5px;
margin-bottom: 5px;
}

a.level1{
display: block;
height: 140px;
width: 296px;
background-color: #6c6;
background-image: url(../images/level1_icon.png);
/** Text properties **/
font-size: 16pt;
text-align: center;
}

a.level1:hover{
background-color: #ccc;
/** Text properties **/
font-size: 16pt;
text-align: center;
}

#level2_btn{
height: 140px;
width: 296px;
float: left; 
margin-top: 5px;
margin-bottom: 5px;
}

a.level2{
display: block;
height: 140px;
width: 296px;
background-color: #f66;
background-image: url(../images/level2_icon.png);
/** Text properties **/
font-size: 16pt;
text-align: center;
}

a.level2:hover{
background-color: #ccc;
/** Text properties **/
font-size: 16pt;
text-align: center;
}

#openresource_btn{
height: 140px;
width: 296px;
float: left; 
margin-top: 5px;
margin-bottom: 5px;
/* Rounded is good */
border-top-right-radius:18px;
border-bottom-right-radius:18px;
-moz-border-radius: 0 18px 18px 0;
}

a.openresource{
display: block;
height: 140px;
width: 296px;
background-color: #fc6;
background-image: url(../images/openresource_icon.png);
/** Text properties **/
font-size: 16pt;
text-align: center;
/* Rounded is good */
border-top-right-radius:18px;
border-bottom-right-radius:18px;
-moz-border-radius: 0 18px 18px 0;
}

a.openresource:hover{
background-color: #ccc;
/** Text properties **/
font-size: 16pt;
text-align: center;
/* Rounded is good */
border-top-right-radius:18pt;
border-bottom-right-radius:18pt;
-moz-border-radius: 0 18px 18px 0;
}
/** End of choice.html specific section **/