@import url('navigatorBar.css');
@import url('content.css');
@import url('aboutUs.css');
@import url('contact.css');
@import url('products.css');
@import url('JSCom.photoViewer.css');
@import url('module.uncategorisedGallery.css');

html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
}

html
{
	overflow-y: scroll;	
}

body
{
	background-color: #000000;
}

.Logo
{
	margin-top: 21px;
}

.LogoBox
{
	margin: 0 auto;
	width: 800px;
	height: 100px;
}

.Footer
{
	width: 100%;
	height: 82px;
	margin: 0 auto;
	text-align: center;
	background-color: #272723;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #383833;
	border-width: 1px;
}

.FooterText
{
	margin-top: 20px;

	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	line-height: 15px;
	color: #7C7565;
}

.NavigatorBox
{
	height: 26px;
	width: auto;
	background-image: url('navigatorBox.gif');
	background-repeat: repeat-x;
}

.NavigatorBackground
{
	position: absolute;
	top: 101px;
	left: -200px;
	z-index: 0;
}

.Content
{
	margin: 0 auto;
	width: 800px;
}

.EmptyBox
{
	height: 120px;
}