@charset "UTF-8";
body {
	padding: 0;
	margin: 0;
	background: #d2b98f url(../images/bg.gif) no-repeat center top;
	width: 100%;
	display: table;
	text-align:center;
	font-family: "Century Gothic";
}
p {
	padding: 0px 0px 0px 0px;
}

h1 {
font-family:"Century Gothic";
font-size: 14px;
}
.container {
	width: 867px;
	height: 560px;
	/*background: url(../images/bg_content.jpg) no-repeat center top;*/
	background: url(../images/background2.jpg) no-repeat center top;
	/*margin: 370px 0 0 190px;*/
	margin-top: 370px;
	margin-left: auto; /*some browsers ignore auto so add text align center to body and then align left to container*/
	margin-right: auto;
	text-align:left;
	
	}


#navcontainer ul {
	padding-left: 0px;
	margin-left: 0px;
	color:#CCCCCC;
	float: right;
	width: 100%;
	font-family: Viner Hand ITC, arial, helvetica, sans-serif;
	font-size:18px;
	
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a{ 
	padding: 0 25px 0 0;
	color: #CCCCCC;
	text-decoration: none;
	float: right;
	margin-top: -15px;
}

#navcontainer ul li a:hover {color: #000000;}
#content {
width: 100%;

height: 550px;
margin: 25px 0 0 0;
}
#main_content {
width: 300px;
padding: 0px 10px 10px 40px;
float:left; /*need to float left so next few elements can flow in */

}
#main_content p {

font-size:14px;
}
.border {
background:url(../images/border_blk.gif) repeat-x center top;
margin:30px 0 0 0;

}
#rtcontent {
padding: 20px 100px 0px 20px;
margin:0px;
float:right;
 
}
#about_content {
width: 600px;
padding: 50px 40px 0 20px;

float:right; /*need to float left so next few elements can flow in */
display: table;
	

}
#about_content p {

font-size:12px;
font-weight:bold;
}
#info {
	width: 150px;
	float:left;
	padding: 50px 0px 0 20px;
}
#info p{
	font-size:12px;
	font-weight:bold;
}
#info a{
	color: #CC6600;
}
.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;
}
.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;
	}
	

/*.border {margin-top:30px;}*/
#slideshow {
width: 560px;
height: 420px;
padding: 30px 10px 10px 130px;
}
.smallprint {font-size:10px;}
.largeprint {font-size: 24px;}
.aboutprint {font-size:16px; color:#990000;}



