@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg_paper.jpg);
	background-repeat:repeat-x;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#272928;
	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;
}
.oneColFixCtrHdr #container {
	width: 1035px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-image:url(images/header.png);
	height:377px;
	padding: 0px;  /* 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. */
	background-repeat: no-repeat;
}
.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 */
}
.oneColFixCtrHdr #mainContent {
	margin: 0;
	
	height:501px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	margin: 0;
	height:100px;
	padding: 0;	 /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.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: 30px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#nav
{
margin: 0;
padding: 288px 0px 0 0;
}

#left-content
{
width: 432px;
height: 480px;
margin: 0;
padding: 5px 0px 0px 123px;
background-color:none;
float: left;
}

#right-content{
width: 470px;
height: 480px;
float: right;

}

.left-text-head
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#C8BA9B;
	font-weight:bold;
}

.left-text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#CCC;
	line-height:24px;
	font-weight:normal;
}

#footer-inside{
padding: 50px 0px 0px 0px;
}

.footing
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#ffffff;
}

#ist-div {
margin: 0;
float: left;
width: 120px;
}
#list-div2 {
margin: 0;
float: right;
}

.list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#C8BA9B;
	line-height:24px;
	font-weight:bold;
	text-decoration:none;
	list-style:none;
	margin-left: -38px;
	margin-top: -2px;
}
.off-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D5D892;
	font-variant: small-caps;
}
.off-text2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #CCC;
}
.footertext {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: small-caps;
	color: #fff;
}
.off-text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	font-variant: small-caps;
}
#gallery
{
width: 500px;
height: 400px;
margin: 0 auto;}

