/* 
WEBSITE: www.stockportmasonicguildhall.org.uk
Created by: Richard Ebrey
--------------------------
Table of Contents
01. General
02. Main Layout
03. Links
04. Other
*/

/* 01. General*/

body {
	width: 100%;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content p {
	line-height: 135%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}


/* 02. Main Layout */

#wrapper {
	width: 85%;  
	max-width: 1050px;
	background: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#menu1 {
	height: 20px;
}
#menu1 ul {
	text-align: right;
}
#menu1 ul li {
	display: inline;
	list-style-type: none;
	margin-left: 30px;
}
#header {
	margin-bottom: 35px;
	padding: 0px;
}
#menu2 {
	height: 35px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
#graphic {
	margin-bottom: -3px;
	padding: 0px;
}
#menu2 ul {
	text-align: left;
	margin: 0px;
	padding: 10px 0 0 10px;
}
#menu2 ul li {
	display: inline;
	font-size: 90%;
	color: #FFF;
	margin-right: 18px;
}
#footer {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	text-align: center;
	margin-top: 20px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	vertical-align: middle;
	height: 25px;
}
#footer a {
	color: #999;
}


/* 03. Links */

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#menu1 a:link, #menu1 a:active, #menu1 a:visited {
	color: #666;
}
#menu2 a:link, #menu2 a:active, #menu2 a:visited {
	color: #FFF;
}
#sidebar2 a {
	color: #FFF
}


/* 04. Miscellaneous */

.fltrt { /* this class can be used to float an element right in the page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in the page The floated element must precede the element it should be next to on the page. */
  float: left;
  margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
/* end */

