body {
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:14px;
	background-color:black;
	color:white;	
}

img.mb_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	opacity:0.8;
	z-index:-3;
}
.mb_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../images/pattern.png) repeat top left;
	z-index:-2;
}
.mb_pattern div{
	position:absolute;
	width:50px;
	height:50px;
	background:#000;
	z-index:-1;
}

#logo{
	
	margin-bottom:-190px;
	margin-left:12px;
	margin-right:100px;*/
	}
#Wrapper {
	
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	width:900px;
	/*border:1px solid;*/
	
}

#container{
	background-image: url(../images/boxbg.png);
	/*border:#333 solid 1px;
	border:1px solid;*/
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	width:650px;
	height: 1600px;
	padding:50px;
	padding-top:10px;
	margin:160px auto;
	float:right;
	left:40%;
	
}	
	


#nav{
/*	border:grey solid 1px;
*/	margin:150px 0px 0px -10px;
	float:left;
	height:200px;
	clear:both;
	letter-spacing:2px;
}

/*portfolio fade bit
*/
ul#portfolio li img{
	width:214px;
	height:320px;
	margin:-230px 0px 150px 220px;
}
/*end */

#tagline{
	float:right;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: -180px;
	opacity:0.5;
	filter:Alpha(opacity=50);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#footer {
	float:right;
	font-size:12px;
	margin-top:0px;
	margin-right:-70px;
	background-image: url(../images/boxbg.png);
	letter-spacing:1px;
	padding:-5px 25px -5px 25px;
	
	clear: both;
	/*border:1px solid;*/
	
}	

#footer2 {
	
	

	/*border:1px solid;*/
	
}	


#Gallery {
	
	border:0px solid;

}

#Gallery2 {
	margin-left:100px;
border:0px white solid;
	
	
}

a {
   outline: none;
   text-decoration: none;
   font-weight:normal;
}

ol,ul {list-style:none;}

a:hover {color:#F00;}
a:link {
	color:#F00;
} /* unvisited link */
a:visited {color:#F00;} /* visited link */

a img { border: solid 0px }
a:hover img { border: solid 0px}

#green {
	color:#0C6;
	font-weight:bold;
	font-style:italic;
}

#vidbox {
	margin:0 auto;
	
	
	width:620px;
	border:0px solid white;
	
}

#words {

	font-size:16px;
}



.mb_centre{
	text-align:center;
	margin:0 auto;
	
}
.mb_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#111;
	opacity:0.9;
	height:30px;
	padding-bottom:5px;
	/*text-transform:uppercase;*/
	z-index:4;
}
.mb_footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #111;
	color:#ddd;
	float:right;
}
.mb_footer a:hover{
	color:#fff;
}
.mb_footer a span{
	font-weight:bold;
}
.mb_footer a.mb_left{
	float:left;
}