﻿@import url('reset-fonts-grids.css');

html {
	background-color: #000000;
}

body {
	font-family: 'Segoe UI';
}

h1 
{
	font-size: 18px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

p {
	padding:10px;
}

#leftMenu div 
{
	margin-bottom: 5px;
}

#wrapper 
{
	width: 1000px;
	height: 1063px;
	background-image: url('/Asset/Image/Background.jpg');
	margin: 0px auto;
	border-top: 1px solid #000000;
	text-align: center;
}

#homeWrapper 
{
	width: 1000px;
	height: 1063px;
	background-image: url('/Asset/Image/HomeBackground.jpg');
	background-repeat: no-repeat;
	margin: 0px auto;
	border-top: 1px solid #000000;
}

#home 
{
	float: left;
	display: inline;
}

#homeContent 
{
	height: 640px;
}

#content 
{
	width: 700px;
	height: 800px;
	margin-left: 200px;
	text-align: left;
}

#galleryHolder 
{
	text-align: left;
}

#galleryHolder img
{	
	margin: 5px;
	display: inline;
}

#contact 
{
	vertical-align: bottom;
}

#menu 
{
	margin-left: 50px;
	margin-top: 75px;
	font-size: x-large;
}

.glingbobsContent 
{
	vertical-align: top;
	height: 800px;
	width: 750px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
}

#woodenDesigns
{
	height: 400px;
	font-size: 14px;
}

.mapDownload 
{
	text-align: center;
	margin: 5px;
}