/* Style Sheet:	tdbstyle.css
   Author:	Trevor Drake-Brockman
   Website:	TDB Software
   Date:	2nd of March 2012
   Description: Customised main Style sheet 
*/

/* RESET ALL */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0 auto;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
    table-layout: fixed;
}

html {
  background: #EBFFF2;
}

body {
  clear:both;
  line-height: 1;
  margin: 0 auto;
  padding: 0;
  font: 12px Georgia, Helvetica, Arial;
  color: white;
  width: 940px;
  text-align: Left;

  background-color: #0381FF;
  background: -webkit-linear-gradient(left, #BDD9FF, #0381FF); /* For Safari 5.1 to 6.0  */
  background: -o-linear-gradient(right, #BDD9FF, #0381FF);     /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #BDD9FF, #0381FF);   /* For Firefox 3.6 to 15  */
  background: linear-gradient(to right, #BDD9FF, #0381FF);     /* Standard syntax        */      
}

#footer-block {
    background-color: blue;
    color: #ffffff;
    width: 940 px;
    margin: 0 auto;
    padding-top: 0 em;
    padding-bottom: 0.8 em;    
    clear: both;
    text-align: center;
    font-family: 'Georgia';
    font-size: 0.8 em;
    font-weight: normal;    
}

.smalltext {text-align:center; font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-Serif; font-size: 0.8em; font-weight: normal;}

#main {
  width: 940px;
  background: #006F37;	
}

<style type="text/css">
   a:link { color: #FF8080 }
   a:visited { color: #02FF2D }
   a:hover { color: #02FF2D }   
   a:active { color: #00B240 }
</style>

#wrapper {
     width: 940px;
     margin: 0 auto;
     clear:both;     
}

hr {
border:none;
border-top:1px #000000 solid;
height: 1px;
}