@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bodybg.png);
	background-repeat: repeat-x;	
}

#container {
	width: 1100px;
	background: #aac2dd; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 2%;
	margin-left: auto;
	
} 


#sidebar1 {
	float: left; 
	width: 220px; /* since this element is floated, a width must be given */
	background: #aac2dd; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
#sidebar1 h3, .isf #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

h1 {
margin : 0 0 10px 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 100%;
color : #333;	
}
h2 {
margin : 0 0 10px 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 80%;
color : #036;	
}
h3 {
margin : 0 0 10px 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 80%;
color : #333;
list-style-position:outside;
}
h4 {
margin : 0px 0px 10px 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 90%;
color : #333;
list-style-position:inside;
}
h5 {
margin : 0px 0px 10px 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #339933;
list-style-position:inside;
}

h6 {
	margin : 0px 0px 10px 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #339933;
	list-style-position:inside;
}

.isf {
	height: 100px;
	background: url(../images/isf.png) no-repeat scroll center;
	}	
	
li {
	list-style-type: none;
}
.menu {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: auto;
}
.menu li a{
	background: #aac2dd;
	font-size: 13px;
	font-weight: bold;
	color: #06C;
	display: block;
	width: auto;
	margin-bottom: 1px;
	padding: 5px;
	padding-left: 14px;
	text-decoration: none;
}
* html .menu li a{ 
	width: 175px;
}
.menu li a:visited, .menu li a:active{
	color: #06C;
}
.menu li a:hover{
	background: #069;
	color: #FF0;
}
#mainContent {
	padding: 10px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 26%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

.box {
	text-align: center;
	float: none;
	height: auto;
	width: 200px;
}

.post_box {
	float: left;
	width: 150px;
	height: 102px;
	padding: 10px 15px 10px 15px;
	margin-right: 50px;
}


#memorial_book {
	margin: 0 auto;
	width: 600px;
}


/* Miscellaneous classes for reuse */
.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;
	width: 250px;
}
.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;
}

#footer {
	margin:0px auto;
	padding:0;
}

