body {
		text-align: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
background-color: black;
background-image: url('http://www.nmug.org.uk/newback.jpg');

	}
		
.header {
		font-family: Tahoma;
		text-align: left;
		font-size: 1em;
		font-weight: bold;
		color: #3333FF;
		top: 0px;

	}
h2 {	font-family: Tahoma;
		font-size: 0.7em;
		font-weight: bold;
		color: #FF0000;
	}
.container {
		width: 800px;
		top: 2px;
		margin-right: auto;
		margin-left: auto;
	}
.navigation {
		text-align: left;
		top: 321px;
		width: 235px;
		font-family: Tahoma;
		font-size: 1em;
		font-weight: bold;
		text-decoration: none;
		color: #FFCC33;
		padding: 15px;
		z-index: 3;
		background-repeat: no-repeat;
		
	}
.details {
		text-align: left;
		float: right;
		top: 321px;
		width: 565px;
		font-family: Tahoma;
		color: #FFFF99; 
		font-size: 0.8em;
		padding: 15px;

		z-index: 2;
		background-repeat: no-repeat;

	}
h3 {	font-family: Tahoma;
		font-size: 1.9em;
		text-decoration: none;
		color: #FFCC33;
	}
h4 {	font-family: Tahoma;
		font-size: 1em;
		color: #FFCC33;
	}
h5 {	font-family: Tahoma;
		font-size: 1em;
		text-decoration: underline;
		color: #FFCC33;
	}	
h6 {	font-family: Tahoma;
		font-size: 0.9em;
		font-style: normal;
		color: red;
	}
.photo {
		text-align: left;

	}	
.myBox { 	margin: 0 auto;
    		border: 0px solid #ffffff;
    		color: #ffffff;
    		width: 60%;
    		padding: 20px;
    		text-align: left;
    		background-color: #ff0000;
    		border: 3px solid #ffffff;
    }

a:link {font-family: Tahoma; color:white; text-decoration: underline;}
a:visited {font-family: Tahoma; color:white; text-decoration: underline;}
a:hover {font-family: Tahoma; color:#FFCC33; text-decoration: underline;}
a:active {font-family: Tahoma; color:#FFCC33; text-decoration: underline;}

a.navigation2:link {font-family: Tahoma; color:#FFCC33; text-decoration: none;}
a.navigation2:visited {font-family: Tahoma; color:#FFCC33; text-decoration: none;}
a.navigation2:hover {font-family: Tahoma; color:white; text-decoration: none;}
a.navigation2:active {font-family: Tahoma; color:white; text-decoration: none;}

.imgbdr {	border: 2px solid black; margin: 8px 8px 8px 8px;
	}