html {
    height: 100%;
    box-sizing: border-box;}
@font-face {
    font-family: "Raleway";
    src: url("fonts/raleway-medium-webfont.woff2") format("woff2"),
         url("fonts/raleway-medium-webfont.woff") format("woff"),
         url("http://theuniversody.co.uk/fonts/raleway-medium-webfont.woff2") format("woff2"),
         url("http://theuniversody.co.uk/fonts/raleway-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
	 font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #dedede; 
    background-color: #000000;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 100%;}
 	 
a:link, a:visited {color: #529FEE; font-weight: normal; font-size: 15px; text-decoration: none;}
a:active, a:hover {color: #77B1F3; font-weight: normal; font-size: 15px; text-decoration: underline;}

*,
*:before,
*:after {
    box-sizing: inherit;
}

#container {
   background-color:#000000;
   position: static;
	width: 1240px;
	min-height: 100%;
	height: 100%;
	margin: 0 auto; }
	
div.top1 {
	 position: fixed;
	 z-index: +3;
    top:0px;
	 color: #79A187;
    background: #000000;
	 margin-top: 0px;
	 width: 1240px;
	 max-width: 1240px;
	 min-height: 100px;
	 height: 100px;  
	 text-align: left;
	 font-size: 15px;
}
div.nav1 {
	 position: fixed;
	 z-index: +2;
    top:100px;
	 color: #dedede;
	 background-color: #000000;
	 text-align: left;
    width: 170px;
    margin: 0;
    min-height: 100%;
    float: left;
    font-size: 15px;
}
.page {
    position: relative;
    z-index: +1;
    background-color:#000000;
    top:110px;
    text-align: left;
    margin: 0;
    max-width: 1240px;
    width: 100%;
    min-height: 100%;
    font-size: 15px;
}
   div.page1 {
	 margin-left: 170px;
	 position: relative;
	 background-color:#000000;
	 padding-left: 20px;
	 padding-right: 20px;
	 padding-top: 10px;
	 padding-bottom: 20px;
	 max-width: 1070px;
	 color: #dedede;
	 font-size: 15px;
	 text-align: left;
    overflow: visible;
}

   div.page2 {
	 position: relative;
	 background-color:#000000;
	 padding-left: 20px;
	 padding-right: 20px;
	 padding-top: 10px;
	 padding-bottom: 20px;
	 max-width: 1240px;
	 color: #dedede;
	 font-size: 15px;
	 text-align: left;
    overflow: visible;
}
#aout a  { text-align: center; font-weight: normal; font-size: 15px; }
#aout a:link    { color: #26A13E; 	text-decoration: none;}
#aout a:visited  { color:#26A13E; 	text-decoration: none;}
#aout a:active   { color: #56953B; text-decoration: underline; }
#aout a:hover   { color: #56953B; text-decoration: underline; }
 
span.aout a  { text-align: center; font-weight: normal; font-size: 15px; }
span. a:link    { color: #79A187; 	text-decoration: none;}
span. a:visited  { color:#79A187; 	text-decoration: none;}
span. a:active   { color: #56953B; text-decoration: underline;}
span. a:hover   { color: #56953B;  text-decoration: underline;}

div.video { border: 1px border-color: #000000;}
    
ul  { list-style: none; padding: 4px;  margin: 4px;  color: #dedede; font-size: 15px; }
li  { list-style: none; padding: 2px; margin: 0px; color: #dedede; font-weight: normal;  font-size: 15px; }

td  {padding: 0px; font-size: 15px;}
td.pad   { padding: 10px;}
td.image { padding: 10px;}

hr { height:1px; border:none; color:#606060; background-color:#606060;}

div.video {
	border-color: gray;	border-style: solid; border-width: 0px;
}


.footer {
    text-align: center;
    position: absolute;
    bottom: 0px;
    max-width: 1240px;
    background-color: none;
}