	/* Pre-CSS Setup

-----------------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight:normal;
	text-align:justify;
	font-size:14px;
}

	/* text and color setup

-----------------------------------------------------------------------------*/

body{
	background-color:#473929;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	font-size:14px;
	font-family:georgia;
	line-height:21px;
	color:#9d7234;
}

h1{
	font-family:georgia;
	font-size:25px;
	font-variant:small-caps;
	background-image:url(../images/bg_h1.png);
	background-repeat:no-repeat;
	margin-left:5px;
	padding-left:43px;
	padding-bottom:20px;
	color:#3a2b1a;
}

h2{
	font-family:georgia;
	font-size:25px;
	font-variant:small-caps;
	margin-left:0px;
	padding-left:0px;
	color:#3a2b1a;
	padding-bottom:10px;
}

a:link {
	font-size:14px;
	font-family:georgia;
	font-weight:normal;
	font-variant:small-caps;
	text-transform:none;
	letter-spacing:normal;
	text-decoration:none;
	color:#3a2b1a;
}

a:visited {
	font-size:14px;
	font-family:georgia;
	font-weight:normal;
	font-variant:small-caps;
	text-transform:none;
	letter-spacing:normal;
	text-decoration:none;
	color:#3a2b1a;
}

a:hover {
	font-size:14px;
	font-family:georgia;
	font-weight:normal;
	font-variant:small-caps;
	text-transform:none;
	letter-spacing:normal;
	text-decoration:underline;
	color:#3a2b1a;
}

ul.regular {
	list-style:none;
	list-style-image:url(../images/layout/bullet.png);
	list-style-position:inside;
	margin-left:60px;
	line-height:23px;
}

.imageborder{
	padding:5px;
	border:1px solid #666666;
}

.rightalign{
	text-align:right;
}

.boldtext{
	font-weight:bold;
}

.divider{
	width:780px;
	height:50px;
	background-image:url(../images/divider.png);
	background-repeat:no-repeat;
	float:left;
}

.verticaldevider{
	width:1px;
	height:238px;
	background-color:#3a2b1a;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

* html .verticaldevider{
	margin-left:5px;
	margin-right:5px;
}

ul{
	padding-left:40px;
}

.textline {
	width:390px; 
	height:20px; 
	padding-left:10px;
	background-color:#bb8e4d; 
	color:#ffffff;
}

* html .textline {
	width:360px; 
}

.textbox {
	width:455px; 
	height:150px; 
	background-color:#bb8e4d; 
	color:#ffffff; 
	font-family:tahoma;
}

*html .textbox {
	width:420px; 
}

	/* Layout

-----------------------------------------------------------------------------*/

.page{
	width:100%;
	height:100%;
	text-align:center;
}

.container{
	width:802px;
	text-align:left;
	margin:0 auto;
}

.top{
	width:802px;
	height:230px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	float:left;
}

.menu{
	width:802px;
	height:45px;
	background-image:url(../images/bg_main.png);
	background-repeat:repeat-y;
	padding-top:10px;
	font-size:14.9px;
	word-spacing:11px;
	font-family:georgia;
	text-align:center;
	float:left;
}

.main{
	width:802px;
	background-image:url(../images/bg_main.png);
	background-repeat:repeat-y;
	text-align:center;
	padding-top:40px;
	float:left;
}

.content{
	width:752px;
	text-align:left;
	padding-left:25px;
	float:left;
}

.bottom {
	width:802px;
	height:54px;
	padding-top:20px;
	float:left;
	text-align:right;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}

.contact-gallery-div {
	width:400px;  
	float:left; 
}

* html .contact-gallery-div {
	width:200px;  
	float:left; 
}

	/* Main Menu Links

-----------------------------------------------------------------------------*/

a.menulink:link {
	font-size:23px;
	font-family:georgia;
	font-weight:normal;
	font-variant:small-caps;
	text-transform:none;
	letter-spacing:normal;
	text-decoration:none;
	color:#3a2b1a;
}

a.menulink:visited {
	font-size:23px;
	font-family:georgia;
	font-weight:normal;
	font-variant:small-caps;
	text-transform:none;
	letter-spacing:normal;
	text-decoration:none;
	color:#3a2b1a;
}

a.menulink:hover {
	font-size:23px;
	font-family:georgia;
	font-weight:normal;
	font-variant:small-caps;
	text-transform:none;
	letter-spacing:normal;
	text-decoration:underline;
	color:#3a2b1a;
}


/* Firefox Menu CSS

.menu{
	width:802px;
	height:45px;
	background-image:url(../images/bg_main.png);
	background-repeat:repeat-y;
	padding-top:10px;
	font-size:18px;
	font-family:georgia;
	word-spacing:12px;
	text-align:center;
	float:left;
}

*/


/* Chrome Menu CSS

.menu{
	width:802px;
	height:45px;
	background-image:url(../images/bg_main.png);
	background-repeat:repeat-y;
	padding-top:10px;
	font-size:18px;
	font-family:georgia;
	word-spacing:15px;
	text-align:center;
	float:left;
}

*/
