/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body{
background-color:#3E3E40;
background-image:url(../img/bodyback4.png);
background-repeat:no-repeat;
background-position:center -100px;


}


.spectable { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
.spectable td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }


.menu{

border:0;

}

.bold{
color:#FFFFFF;
font-weight:bold;
}
.space{
padding-bottom:10px;
}
.white{
color:#FFFFFF;
}

.orange{
color:#ef8220;
}


.galleryborder{
border:2px solid #ef8220;


}

.catim{
border::0;

}

.grey{
#3e3e40;
}

html {
height:95%;
margin-top:0;
margin-bottom:0;

}
 body {
height:102%;
margin-top:0;
margin-bottom:0;
}


.wrapper {
	min-height: 95%;
	height: auto !important;
	height: 95%;
}

html{
background-image:url(../img/menuline.png);
background-repeat:repeat-x;
background-color:#3E3E40;
background-image:url(../img/bodyback4.png);
background-repeat:no-repeat;
background-position:center -100px;


}

/**************************************/
/*              HEADER                */
/**************************************/



/**************************************/
/*             NAVIGATION             */
/**************************************/
a.colourlink:link {color:#e4e523; text-decoration: none; }
a.colourlink:visited {color:#e4e523; text-decoration: none; }
a.colourlink:hover {color:#838383; text-decoration: underline; }

a.noborder:link {color:#e4e523; text-decoration: none; }
a.noborder:visited {color:#e4e523; text-decoration: none; }
a.noborder:hover {color:#838383; text-decoration: none; }


a.smalllink:link {color:#fff; text-decoration: none; }
a.smalllink:visited {color:#fff; text-decoration: none; }
a.smalllink:hover {color:#838383; text-decoration: underline; }


a.newsitem:link {color:#ef8220; text-decoration: none; }
a.newsitem:visited {color:#ef8220; text-decoration: none; }
a.newsitem:hover {color:#838383; text-decoration: underline; }


/**************************************/
/*            MAIN CONTENT            */
/**************************************/



/**************************************/
/*               FOOTER               */
/**************************************/
.footer{
height:80px;
background-color:#fff;
border-top:solid 3px #ef821f;
border-bottom:solid 20px #3e3e40;
}


.footerback{
height:162px;
background-image:url(../img/footer.png);
background-repeat:repeat-y;
background-position:-252px;

}


