@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4E482F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background-color: #FFEFD8;
	background-image: url(i/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a {
	color: #9E3A16;
	text-decoration: none;
}
a:hover {
	color: #9E3A16;
	text-decoration: underline;
}
#top {
}
#topmenu {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	background-color: #FFF;
	height: 135px;
	overflow: hidden;
	background-image: url(i/IngatestoneHall_logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#topmenu h1 {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 135px;
}
#topmenu h1 a {
	color: #9E3A16;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
}
#topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	float: right;
	width: 200px;
}
#topmenu ul li {
	display: block;
	float: left;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
	padding-left: 8px;
}
#topmenu ul .last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topmenu ul li a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
}
#gallery  {
	height: 200px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-image: url(images/bg_gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF6E7;
}
.clock {
	text-align: center;
	font-size: 1em;
	color: #666;
	overflow: hidden;
	border: 1px solid #FCFCFA;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right;
	font-weight: bold;
	padding: 0px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 148px;
	height: 160px;
	background-image: url(i/bg_clock.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.coatofarms {
	height: 160px;
	width: 160px;
	padding: 5px;
	text-align: center;
	font-size: 1.1em;
	color: #666;
	overflow: hidden;
	border: 1px solid #FCFCFA;
	margin: 0px;
}
#header {
	height: 200px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EECC8F;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EECC8F;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	height: 140px;
	width: 280px;
	float: left;
	position: relative;
}
#header #menu {
	float: right;
	width: 600px;
	position: relative;
	text-align: right;
	vertical-align: middle;
	padding-top: 40px;
}
#header #menu ul{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	overflow: hidden;
	float: right;
}
#header #menu ul li{
	float: left;
	font-size: 0.8em;
	height: 66px;
	min-height: 66px;
	width: 70px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	display: block;
	overflow: hidden;
}
#header #menu ul li.last {
	float: left;
	height: 66px;
	min-height: 66px;
	width: 70px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	display: block;
	background-image: none;
}
#header #menu ul li a  {
	color: #FFF;
	text-decoration: none;
	display: table;
	text-align: center;
	width: 70px;
	height: 66px;
	*display: block;
	*position: relative;
	font-weight: bold;
}
#header #menu ul li a:hover  {
	color: #000;
	text-decoration: none;
}

#header #menu ul li a span {
	display: table-cell;
	vertical-align: middle;
	*display: block;
	*position: absolute;
	*text-align: center;
	*left: 0px;
	*width: 100%;
	*cursor: pointer;
	*top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
}
#header #menu ul li .active {
	color: #000;
	font-weight: bold;
}
#header #menu ul .active   {
	background-image: url(i/active.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(i/bg_paper.jpg);
	background-repeat: repeat-y;
	background-position: center top;
} 
#menuSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding: 0px;
}
#menuSidebar p a {
	color: #2C2FA4;
	text-decoration: none;
}
#menuSidebar h1 {
	color: #FFF;
	margin: 0px;
	background-color: #5B5BDB;
	text-indent: 42px;
	font-size: 1.2em;
	background-image: url(i/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#menuSidebar h2 {
	font-size: 1em;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
}
#mainContent #breadCrumbs{
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
	color: #666;
	font-weight: normal;
	font-size: .9em;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
}
#mainContent #breadCrumbs a{
	color: #9E3A16;
	text-decoration: none;
	font-weight: normal;
	line-height: 32px;
}
#mainContent #breadCrumbs ul{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
}
#mainContent #breadCrumbs ul li{
	display: block;
	list-style-image: none;
	list-style-type: none;
	float: left;
	padding-right: 8px;
	padding-left: 4px;
	height: 32px;
	vertical-align: middle;
	line-height: 32px;
	background-image: none;
}
#content {
	padding: 8px;
	color: #4E482F;
}
#mainContent {
	line-height: 140%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	display: block;
	float: right;
	font-size: 90%;
	text-align: justify;
	width: 720px;
	padding-top: 0;
	padding-right: 4;
	padding-bottom: 4;
	padding-left: 4;
} 
#mainContent a {
	color: #9E3A16;
	text-decoration: none;
}
#mainContent a:hover {
	color: #9E3A16;
	text-decoration: underline;
}
#mainContent p {
	padding-left: 42px;
}
#mainContent h1 {
	color: #333;
	margin: 0px;
	text-indent: 42px;
	font-size: 1.2em;
	background-image: url(i/heading.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#mainContent h2 {
	color: #9E3A16;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 22px;
	font-size: 1.2em;
}
#mainContent h3 {
	color: #9E3A16;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#mainContent .boxed {
	margin: 0px;
	padding: 4px;
	float: left;
	width: 48%;
}
#mainContent .boxed h2 {
	font-size: 1em;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
}
#mainContent .link span {
	padding-left: 22px;
	font-size: 0.7em;
	color: #666;
	letter-spacing: .3em;
	line-height: 12px;
	margin-left: 12px;
	padding-left: 16px;
	padding-right: 16px;
	margin-right: 12px;
	font-weight: normal;
}
#mainContent .link span a {
	text-decoration: none;
	color: #666;
	font-weight: normal;
}
#mainContent p.link {
	font-size: .9em;
}
#mainContent ul {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 42px;
}
#mainContent ul li {
	list-style-type: none;
	padding-top: 8px;
	list-style-image: url(i/diamond.gif);
}
.familytree {
	display: block;
	margin: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 22px;
	padding-left: 4px;
}
.familydate {
	font-weight: bold;
	padding: 12px;
	color: #333;
}
.portrait {
	width: 120px;
	height: 120px;
	display: block;
	float: left;
	padding: 5px;
	margin-right: 5px;
}
.familydetails {
	display: block;
	float: right;
	width: 50%;
	margin: 4px;
	padding: 4px;
}
.link img{
	background-color: #FFF;
	margin: 4px;
	padding: 4px;
	border: 1px solid #E8E8E8;
	display: block;
	height: 85px;
	width: 183px;
}
td {
	text-align: left;
}
.row0 {
	color: #FFF;
	background-color: #9E3A16;
}
.row1 {
	background-color: #FFF6E7;
}
.row2 {
	background-color: #F8F8F8;
}
.rightbox {
	float: right;
	width: 450px;
}
.small {
	font-size: .9em;
	font-style: italic;
}
.outlined {
	margin: 0px;
	padding: 1px;
	border: 1px solid #333;
	display: block;
}
.cboxed {
	margin: 0px;
	padding: 6px;
	background-color: #FFF6E7;
	font-size: 1.1em;
	border: 2px solid #333;
}
.ovalbox {
	float: right;
	width: 160px;
	margin: 4px;
	height: 100px;
	overflow: hidden;
	background-image: url(i/bg_oval.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 26px;
	padding-right: 32px;
	padding-bottom: 26px;
	padding-left: 32px;
	text-align: center;
	font-size: 1.1em;
}
.ovaltm {
	float: right;
	width: 190px;
	margin: 4px;
	height: 100px;
	overflow: hidden;
	background-image: url(i/bg_tmoval.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	font-size: 1.1em;
	padding: 48px;
}
.centre {
	text-align: center;
}
.imager {
	float: right;
	padding: 4px;
	margin: 4px;
	border: 1px solid #E8E8E8;
	background-color: #FFF;
}
.imagel {
	float: left;
	margin: 4px;
	padding: 4px;
	border: 1px solid #E8E8E8;
	background-color: #FFF;
}
.image {
	margin: 4px;
	padding: 4px;
	border: 1px solid #EDEDED;
	background-color: #FFF;
}
.imagec {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 4px;
	border: 1px solid #EDEDED;
	background-color: #FFF;
	display: block;
}
.taf {
	display: block;
	padding-top: 12px;
	text-align: right;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	float: right;
}
#bottom {
	background-color: #EFDAB5;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EECB8F;
}
#single  {
	height: 1px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#footer {
	text-align: left;
	width: 900px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 0.9em;
	color: #333;
	padding: 0;
} 
#footer h1 {
	background-color: #9E3A16;
	margin: 4px;
	padding: 4px;
	color: #FFF;
	font-size: 1.2em;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p a {
	color: #900;
	text-decoration: none;
}
#footer p a:hover {
	color: #000;
	text-decoration: none;
}
#footer .underlined {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9C7F4;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#footer .first {
	float: left;
	width: 30%;
	display: block;
	position: relative;
}
#footer .first ul li {
	list-style-image: none;
	list-style-type: none;
}
#footer .second {
	width: 38%;
	position: relative;
	display: block;
	padding: 2px;
	margin-left: 278px;
}
#footer .second ul li {
	list-style-image: none;
	list-style-type: none;
	padding-top: 2px;
}
#footer .second ul li a {
	color: #282B9B;
	text-decoration: none;
}
#footer .second h3 {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#footer .third {
	float: right;
	width: 30%;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#footer .third h3 {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#footer .third ul li {
	list-style-image: none;
	list-style-type: none;
	padding-top: 2px;
}
#lowbar {
	background-color: #000;
	font-size: .8em;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footermenu {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
#footermenu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#footermenu ul li {
	padding: 4px;
	margin-right: 12px;
	margin-left: 12px;
	float: left;
	display: block;
}
#footermenu ul li a {
	color: #E6D7B9;
	text-decoration: none;
}
#footermenu p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#footermenu p a {
	color: #E5F2FF;
	text-decoration: none;
}

#copyright {
	text-align: right;
	color: #E8E8E8;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 8px;
	clear: both;
}

#copyright a {
	margin: 0;
	border: 0;
	color:#CE5100;
	text-decoration: none;
}

#copyright a:active, #copyright a:hover {
	color:#621E16;
	margin: 0;
}

.fltrt { /* this class can be used to float an element right in your 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 your 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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#fullContent form .fields fieldset .fields li {
	background-image: none;
	list-style-type: none;
}
.fields ol {
	list-style-type: none;
}
.fields li {
	list-style-type: none;
	padding-bottom: 6px;
}

.fields  fieldset {
	border: 1px solid #CCCCCC;
	padding-left: 12px;
	font-size: 1.2em;
	color: #333333;
	display: block;
	margin: 12px;
}
.fields .highlight {
	display: block;
	background-color: #C00;
	height: 40px;
	line-height: 40px;
	width: 90%;
	color: #FFF;
}
.fields  .required  {
	border: 1px solid #FF6600;
}
.fields .req {
	font-size: .64em;
	font-weight: normal;
}
.fields select {
}
.fields textarea {
	width: 90%;
	border: 1px solid #CCCCCC;
}
.fields #imgcode {
	width: 6em;
	border: 1px solid #FF6600;
	font-size: 1.2em;
}
.fields span {
	display: block;
	font-size: .9em;
	font-weight: bold;
}
.fields input {
	border: 1px solid #CCCCCC;
	height: 24px;
	font-size: 18px;
	line-height: 24px;
}
.fields .narrow {
	width: auto;
}
.first {
	float: left;
	width: 48%;
	padding: 5px;
}
.second {
	float: left;
	width: 48%;
	padding: 5px;
}
.wide {
	width: 90%;
}
.none {
	width: auto;
	border: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.options ul {
	list-style-type: none;
}
.options  li {
	list-style-type: none;
	width: 33%;
	float: left;
	display: block;
	padding-bottom: 10px;
}
.options span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}
.fields .submit {
	width: 120px;
	height: 30px;
	margin-right: 60px;
}
.advert   {
	padding: 4px;
	text-align: center;
	margin: 4px;
}


/* Drop down menu */
#menuSidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EECC8F;
	border-bottom-color: #EECC8F;
	}
	
#menuSidebar ul li {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EECC8F;
}
	
#menuSidebar li ul {
	position: absolute;
	left: 174px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background-color: #FFF;
	}

/* Styles for Menu Items */
#menuSidebar ul li a {
	display: block;
	text-decoration: none;
	color: #777; /* IE6 Bug */
	padding: 5px;
	background-color: #FFF;
	background-image: url(i/rightbox.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#menuSidebar ul li a:hover {
	display: block;
	text-decoration: none;
	color: #000; /* IE6 Bug */
	padding: 5px;
	background-color: #EECB8F;
}
#menuSidebar .more  a{
	background-image: url(i/doublearrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#menuSidebar .submenu li {
	background-image: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EECC8F;
}
#menuSidebar .submenu a {
	background-image: none;
}
	
/* Holly Hack. IE Requirement \*/
* html #menuSidebar ul li { float: left; height: 1%; }
* html #menuSidebar ul li a { height: 1%; }
/* End */

#menuSidebar li:hover ul, #menuSidebar li.over ul { display: block; } /* The magic */

/* Accordian effect \*/
#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	color: #333;
	margin: 0px;
	text-indent: 42px;
	font-size: 1.2em;
	background-image: url(i/heading.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}
.calNOT, .calOLD {
	height: 82px;
	width: 66px;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin: 6px;
	background-image: url(images/calendar_expired.png);
	background-repeat: no-repeat;
}
.cal, .calYES {
	height: 82px;
	width: 66px;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin: 6px;
	background-image: url(images/calendar.png);
	background-repeat: no-repeat;
}
.calmonth {
	font-size: 14px;
	color: #FFF;
	height: 16px;
	width: 60px;
	overflow: hidden;
	font-weight: normal;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.caldate {
	width: 60px;
	overflow: hidden;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	line-height: 32px;
	height: 40px;
	padding: 0px;
}
.event {
	font-size: small;
	color: #962B03;
	margin: 12px;
	border: 1px dashed #CCCCCC;
	padding: 12px;
}
.events {
	font-size: small;
	color: #962B03;
	float: left;
	width: 40%;
	margin: 12px;
	border: 1px dashed #CCCCCC;
	padding: 12px;
	height: 140px;
}
 .event h3, .event h2, .events h3 {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size: 0.9em;
	font-weight: normal;
}
.event h1, .events h4 {
	font-size: medium;
	margin: 0px;
	color: #023A83;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.row0 {
	background-color: #CC8B53;
	color: #FFF;
}
.row1 {
	background-color: #E8E8E8;
}
.row2 {
	background-color: #C7D4DD;
}
.joinus {
	font-size: .8em;
	width: 170px;
}
.joinus .fields {
	margin: 0px;
	padding: 0px;
	width: 170px;
}
.joinus li {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 130px;
}
.joinus fieldset {
	margin: 8px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.joinus input {
	width: 130px;
}
.joinus #subscribe {
	margin: 0px;
	padding: 0px;
	width: 170px;
}
.parchment {
	background-image: url(i/paper_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 530px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 10px;
	height: 350px;
	color: #000;
	font-weight: bold;
	line-height: 130%;
}
#content .parchment h2{
	font-size: 1.4em;
	color: #9E3A16;
	text-align: center;
	padding: 0px;
	font-weight: bold;
}
.parchment p {
	margin: 0px;
	padding: 0px;
}
.rightbox {
	display: block;
	float: right;
	width: 320px;
	border: 1px solid #EDEDED;
	background-color: #FFF;
	padding: 4px;
	margin: 4px;
}
#content .left_col{
	width: 350px;
	float: left;
}
#content .left_col p{
	margin: 0px;
	padding: 0px;
}
#content .right_col{
	float: right;
	width: 320px;
	background-color: #EFCC92;
	margin: 0px;
	padding: 4px;
}
#content .right_col p{
	margin: 0px;
	padding: 0px;
}
#content .right_col p strong {
	text-decoration: underline;
}
.a_tpage {
	display: inline;
	height: 40px;
	width: 100px;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #EDEDED;
	padding: 4px;
	margin: 2px;
}
.gallery {
	padding-bottom: 32px;
	padding-left: 32px;
}
