body {
    background-color:000000;
    background-image:url(Images/background.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    color:999999;
    letter-spacing:1.5;
    border-color:666666;
    
    scrollbar-base-color:99ccff;
    scrollbar-track-color:ffffff;
    scrollbar-face-color:99ccff;
    scrollbar-highlight-color:ffffff;
    scrollbar-3dlight-color:aaddff;
    scrollbar-darkshadow-color:66aacc;
    scrollbar-shadow-color:66aacc;
    scrollbar-arrow-color:222277;
    font-family:arial, 'sans serif'; 
    font-size: 1.25em;
    
}

.main {
	margin-left:10%;
	width:80%;
	min-width:720px;

}

.left {
	float:left;
	margin-top:10px;
}

.social {
	margin-top:10px;
	margin-left:10px;
}

.top {
	

}

	.update {
	    font-size:x-small;
	    color:222222; 
	    font-weight:bold;
	}

	.hosting {
	    font-size:x-small;	    
	}
	
	.titlebar {
	

	}
	
		.titlebar img {
			border-radius: 8%;
				}


	.navbar {
		margin-top:1%;


	}
	
.navbar a img:hover {
    text-decoration:none;
    border-style:none;
    color:aaaaaa;
    background-image:url(SiteImages/menucolour.gif);
    background-repeat:no-repeat;   
    background-position:top left;
}  

	.navitem {
		   height:70px;
		   width:180px;
		   text-decoration:none;
		   border-style:none;
		   border-width:0;
		   outline-style:none;
		   display:inline;
		}

.nav {
	margin-top: 2%;
	margin-bottom: 2%;
    font-size:small;
}

	.nav a {
		margin-top:1%:
		}
.btn {
	font-size:small;
}

.content {
	margin-top:2%;
    font-size: medium;
	max-width:100%;
}

	.content img {

		align:center;
		max-width:100%;
		max-height:50%;
	
		margin-top:1%;
		border-radius: 8%;
		}

	.content p {
		align:center;
		max-width:100%;
		}

.section {
	margin-top: 5%;
}

.multi-imgcontainer{
	max-width:100%;
	display: inline-block;


}

	.multi-imgcontainer img{
			float:left;
			max-width: 45%;
			margin-left: 3.33%;
			margin-right: 0%;
			margin-top: 2%;
			margin-bottom: 2%;
		}

	}

.title {

font-weight:bold;
}

.text {
margin-top: 1%;
}


.footer {
	margin-top:100px;
    font-size: x-small;

}

	.footertext {
	    font-size:x-small;
	    color:666666; 
	    margin-top:10px;
	}





a {text-decoration:none;
   border-style:none;
   color:999999;
}


a:link {
   text-decoration:none;
   border-style:none;
    color:666666;
}     

a:visited {
   text-decoration:none;
   border-style:none;
    color:999999
}  


a:hover {
    text-decoration:underline;
	font-weight:bold;
    border-style:none;
    color:aaaaaa;
}


a:active {
    text-decoration:none;
	font-weight:bold;
    border-style:none;
    color: #99ccff;
}   


a img {border: none; }


.test {
    background-color:ff0000;
    background-image:url(SiteImages/Colour.gif);
    background-repeat:no-repeat;   
    background-position:top left;    
}