@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:black;
	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: white;
}
h1,h2,h3,h4{
	color:#d01010;
	font:bold 2em "Times New Roman", Times, serif;
}
h2,h3,p,ul,ol{
	margin:0 0 1em;
}
ol,ul{
	padding:0 2em 0 0;
	text-indent:0;
}
li{
        font-weight:bold;
	margin:0 0 .5em;
	padding:0;
	text-indent:0;
        list-style-image: url('../../assets/images/tickmark.gif');

}
.oneColFixCtrHdr #container {
	width: 815px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: black url(../../assets/images/bg.jpg) right top repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid black;
	text-align: right; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0;
	height:176px;
	background: url(../../assets/images/top2.jpg) right top no-repeat;
	overflow:visible;
}
.oneColFixCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position:absolute;
	top:-900%;
}
.oneColFixCtrHdr #header ul {
	display:block;
	list-style:none;
	padding:157px 0 0;
	margin:0 auto 1em;
	text-align:center;
	width:75%;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.oneColFixCtrHdr #header li {
	display:inline;
	padding:0;
	margin:0 1.75em;
}
.oneColFixCtrHdr #header li a,
.oneColFixCtrHdr #header li a:visited{
	padding:.5em;
	font:1.1em/2 "Times New Roman", Times, serif;
	color:#000;
	text-decoration:none;
	background-color:#DFCEA3;
}
.oneColFixCtrHdr #header li a:hover{
	color:#d01010;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	overflow:hidden;
	text-align:justify;
	min-height:250px;
	background: url(../../assets/images/top.jpg) center -210px no-repeat;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0;
	background:black;
	height:35px;
	background:url(../../assets/images/bottom.jpg) right top no-repeat;
	font-size:.85em;
	text-align:center;
	color:#5f85ea;	
}
.oneColFixCtrHdr #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: 35px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.gallery{
	text-align:center;
	margin:0 auto;
}
