BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
}

/* GENERAL STYLES */

IMG {
	border: none
}


/* LAYOUT STYLES */


DIV#page-wrapper {
	width: 776px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 154px;
}

DIV#content-wrapper {
	width: 776px;
	background-color: #F9F9E3;
	background-image: url('../images/bg-menu.gif');
	background-repeat: repeat-y;
}

DIV#content {
	width: 596px;
	float: right;
	background-color: #F9F9E3;
	padding: 20px
}

DIV#menu {
	width: 130px;
	float: left;
	background-color: #CCCDC7
}

DIV#header {
	position: absolute;
	top: 0px;
	width: 776px;
}


/* SIDE MENU STYLES */

DIV#menu UL {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

DIV#menu UL A {
	color: #ffffff;
	text-decoration: none
}

DIV#menu UL A:HOVER {
	text-decoration: underline
}


DIV#menu UL LI {
	font-size: 1.4em;
	border-bottom: solid 4px white;
	padding: 4px
}

DIV#menu UL LI UL {
	margin-top: 0.2em
}

DIV#menu UL LI UL LI {
	font-size: 0.8em;
	margin-left: 0.3em;
	border-bottom: none;

}

/* HEADER VISUAL STYLES */

DIV#header DIV#top-left {
	float: left;
	width: 130px;
	height: 23px;
	margin-bottom: 7px;
	margin-right: 10px;
	background-color: #A6BAEC;
}

DIV#header DIV#top-right {
	float: left;
	width: 34px;
	height: 23px;
	margin-bottom: 7px;
	background-color: #CCCDC7;
}

DIV#header DIV#bottom-left {
	width: 130px;
	height: 113px;
	float: left;
	clear: left;
	margin-right: 10px;
	background-color: #000000;
	background-image: url('../images/st-matthews-house-logo.gif');
	background-position: bottom left;
	background-repeat: no-repeat
}

DIV#header DIV#bottom-right {
	width: 636px;
	height: 113px;
	float: left;
	background-color: #A6BAEC;
}

DIV#header DIV#bottom-left A {
	display: block;
	width: 130px;
	height: 113px;
	color: black
}





/* CONTENT STYLES */
H1 {
	font-size: 1.5em;
	margin-top: 0px
}

H2 {
	font-size: 1.2em;
	margin-top: 2em
}


/* Photo page */
DIV.gallery-image {
	width: 178px;
	float: left;
	padding: 10px;
	text-align: center;
}

DIV.gallery-image P {
	margin: 0px;
	margin-top: 0.2em
}

IMG.left {
	float: left;
	margin-right: 10px
}

IMG.right {
	float: right;
	margin-left: 10px
}

.clear {
	clear: both !important
}

.margintop {
	padding-top: 0.1em;
}

FORM LABEL {
	width: 8em;
	display: block;
	float: left;
	clear: both;

}

FORM INPUT {
	width: 12em;
}


FORM TEXTAREA {
	width: 20em;
	height: 8em
}
