@charset "utf-8";
body {
	font: 100%  Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) repeat-x #111;
	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: #ccc;
	font-size:12px;
}
.oneColFixCtrHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
}

.oneColFixCtrHdr #mainContent {
	padding: 0  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.oneColFixCtrHdr #footer {
	padding: 10px 0 10px 0;
	margin-top:15px;
	text-align:left;
	color:#666666;
	font-size:10px;
	border-top:solid 1px #333;
}

#menu {
background:url(images/bg-nav.jpg) no-repeat;
width:860px;
margin:0 auto;
padding:0;
}


#box {
background:url(images/bg-home.jpg) no-repeat;
text-align:justify;
}

#box2 {
width:80%;
margin:0 auto;
padding:20px 0;
}


#welcome {
width:80%;
margin:0 auto;
padding:0;
}

#gold {
color:#b48201;
}



.contact{

font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #a97986;

}

.formbg{

font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

.contact1 {font-family:  Arial, Helvetica, sans-serif;

font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #BCAD02;

}

.formbg1 {font-family:  Arial, Helvetica, sans-serif;

font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #BCAD02;

}

.line {	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #C3CBD6;

	line-height: 12px;

}



.h1 {

color: #D04A68;

}



.h2 {

color: #D04A68;

}