/* ================================================================ 
GENERAL STYLESHEET PROPERTIES
=================================================================== */

/* Start: Define Layout using Div Tags  */

body { 
margin-top: 0;
margin-bottom: 25px;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
width: 96%  }


#decoration { 
position: absolute;
left: 0px;
padding: 0px;
width: 150px;  }
  

#content { 
margin-left: 150px;
padding: 0px;
margin-right: 15px;  }


#header {
background: url(images/strictly-logo.jpg) left top;
background-repeat: no-repeat;
height: 110px;
position: relative;
left: 0px;  }


#menu {
margin-top: 10px;
width: 800px;
height: 30px;
position: relative;
left: 5px;
z-index: 10;   }


#main {
clear:left;
margin-top: 15px;
width: 100%;
position: relative;
left:10px;   }


#lessons {
float: left;
width: 275px;
padding:20px;  }


#stop-press {
clear:left;
margin-top: 10px;
width: 80%;
position: relative;
left:10px;
padding: 20px;
padding-top: 10px;
border: 2px solid yellow  ;
}


#home-box {
float: left;
width: 800px;
}

#footer {
clear:left;
position: relative;
left: 10px;
font-size: 10px;
padding: 20px;
margin-left: 150px;  }

/* End: Define Layout using Div Tags */




/* Define general styling */
body {
font-family: Geneva, Arial, Helvetica, sans-serif;
background-repeat: repeat;
color: #F8FB62;
background-color: #000000;  }


table {
padding: 20px;
border-style: none;   }


tr {
padding: 10px;
border-style: none;  }


td {
font-family: Geneva, Arial, Helvetica, sans-serif;
width: 30%;  
padding: 10px;
border-left: 2px dotted red;  }


th {
color: #FFFF66;
font-weight: bold; 
width: 30%; 
padding: 10px;  
text-align: left;
border-bottom: 2px dotted red;  }


p {
margin-top: 0px;
padding-top: 0px;
color: #F8FB62;  }


#main img {
float: right;
padding: 10px;
margin-left: 20px;   }



/* Define the default look of links */
a:link { 
color: #FF6600;
text-decoration: none;   }


#main a:hover { 
color: white;
text-decoration: none;
  }


a:visited { 
text-decoration: none;
color: #FF6600;  }


a:active {
text-decoration: none;
color: #FF6600;   }



/* Define Header tags */
h1 {
color: red;  }


h2 {
text-transform: uppercase;
margin-top: 30px;
margin-bottom: 0px;
padding-bottom: 0px;
color: #FF6600;  }



/* Define h3 tag so it looks like a proper subheading */
h3 {
margin-bottom: 0px;
padding-bottom: 0px;
color: #FF6600;  }



/* Define customised text tags */
.nb {
color: #FFFFFF;  }


.question {
font-weight: bold;  }




/* Define customised tags for the Lessons box */
#lessons h3 {
margin-top: 10px;
margin-bottom: 3px;
text-transform:none;
color: #FFFFFF;  }


#lessons .nb {
text-transform:none;
color: #FFFFFF;
font-size: 12px;  }

/* End tags for the Lessons box */





/* Define customised tags for the Gallery pages */

#gallery table {
padding: 20px;
border-style: none;   }

#gallery p {
color: red;   }


#gallery tr {
padding: 10px;
border-style: none;  }


#gallery td {
font-family: Geneva, Arial, Helvetica, sans-serif;
width: auto;
padding: 10px;
border: 2px dotted red;  }


#gallerybuttons td {
font-family: Geneva, Arial, Helvetica, sans-serif;
width: auto;
padding: 10px;
border: 0px;  }




/* End customised tags for the Gallery pages */
