body
{
	margin:0;
	padding:0;
	position:absolute;
	height:100%;
	width:100%;
	background-color:black;
	/*opacity:0.5;*/
	/*background-image:url("/images/background.jpg");
	background-repeat:repeat;*/
}

div#Full 
{ 
	left:215px; 
	position:absolute;
	margin: 0 auto;
	width:75%;
	background-color:black; 	
	height:100%;
	
}

div#CentreDiv
{
	left:215px; 
	position:absolute;
	margin: 0 auto;
	width:75%;
	background-color:black;
	height:auto;
}

div#Main
{
	margin: 0 auto;
	width: 80%;
	background-color:black;
	height:100%;
}

div#Navigation
{
	background-color:Red;
	height:100%;
	width:150px;
	float:left;
	position:absolute;
}

div#Content
{
	background-color:black;
	margin-top:2em;
	padding:1em;	
}

img
{
}

	img.GalleryImage
	{
		border:solid 1px white;
		margin:1em;
		
	}
	
	img#Logo
	{
		float:right;
	}
	
div#ImageBorder
{
	border:solid 1px white;
	margin:1em;
}

table#GalleryItem
{
	margin:auto;
	border:1;
}

	table#GalleryItem td
	{
		
	}
	
ul.SubGallery
{
	list-style-type:none;
}

	ul.SubGallery li
	{
		float:left;
		margin-left:2em;
	}
	
div#SubGallery
{
	text-align:center;
}

div#Menu
{
	width:210px;
	/*background-color:Black;*/
	text-align:left;
	position:absolute;
	top:22em;
	left:0;
	height:100%;
	border-right:solid 1px #B6B4A3;
}

ul.MenuList
{
	margin-left:1em;
	margin-right:1em;
	padding:0;
}

	ul.MenuList li
	{
		list-style-type:none;
		margin-top:0.5em;
	}

div.ListFloat
{
	float:left;
	padding:10px;
	height:200px;
}

a.SubGalleryLink
{
	font-size:130%;
	margin:1em;
}