* { padding: 0; margin: 0; /*resets all to zero*/ }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #002b55;
	background-image:url(../images/back.gif);
	background-repeat: repeat-x;
}

#container{
	width: 850px;
	margin: 0px auto;
	position: relative;
	background-color: #d7c4d0;
}



/**********top backgrounds*************/


#header{
display:none;
	width: 850px;
	height:200px;
	background-image: url(../images/back-home.jpg);
}

#header-room{
display:none;
	width: 850px;
	height:200px;
	background-image: url(../images/back-room.jpg);
}
#header-wed{
display:none;
	width: 850px;
	height:200px;
	background-image: url(../images/back-wed.jpg);
}
#header-rest{
display:none;
	width: 850px;
	height:200px;
	background-image: url(../images/back-restaurant.jpg);
}
#header-banq{
display:none;
	width: 850px;
	height:200px;
	background-image: url(../images/back-banq.jpg);
}
#header-conf{
display:none;
	width: 850px;
	height:200px;
	background-image: url(../images/back-conference.jpg);
}


#header2{
	width: 850px;
	height:20px;
	font-size:0.6em;
	text-align:right;
	color:#967285;
	line-height:20px;
	background-color:#f7f4f5;
}
#header_leftpic{
	width: 120px;
	float:left;
}


/**********top menu*************/

#header_menu{
	margin-top:140px;
	width: 584px;
	float:right;
	min-height:29px;
	height:auto;
	background-color: #957486;
}
#header_menu ul {
	padding: 0px;
	margin:0px;
	font-size:0.6em;
	font-weight:normal;
	line-height:28px;
	text-align: center;
}
#header_menu ul li {
	display: inline;

}
#header_menu ul li a{
	color:#ffffff;
	text-indent: 0px;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration:none;
}
#header_menu ul li a:hover{

	text-decoration: none;
	background-color:#f7f4f5;
	color:#654e5a;
}


/***********main content section************/

#leftnav{
	float:left;
	margin-top:30px;
}

#main{
	margin-left: 245px;
	margin-right: 140px;
	margin-bottom:10px;
	position:relative;
	padding-right:20px;


}
#main3{
	margin-left:240px;
	margin-right: 20px;
	margin-bottom:10px;
	position:relative;
	padding-right:20px;


}
#main2{
	margin-left:20px;
	margin-right: 160px;
	margin-bottom:10px;
	position:relative;
	padding-right:20px;


}
#main-right{
display:none;
	margin-top:30px;
	text-align:left;
	width:150px;
	float:right;
	text-indent:5px;
	
}
#main-top{
margin: 0px auto;
height:20px;


}
#main-right a:link,#main-right a:visited,#main-right p{
display:block;
background-color:#f7f4f5;
font-weight:bold;
	font-size:0.7em;
	line-height:22px;
color:#624f58;
	text-decoration:none;


	
}

#main-right a:hover{
	background-color:#e8dde3;
	
}




p {
	font-size: 0.7em;
	margin-bottom:18px;
	text-align: left;
	line-height:1.8em;
	color:#000000;
}


/***********font styling************/


h1 {
	color: #7d6070;
	font-size: 1.4em;
	line-height:60px;
}
h2 ,h2 a:link, h2 a:visited{
	color:#654e5a;
	font-size: 0.9em;
	font-weight:bold;
	margin-bottom:20px;
	}

h2 ,h2 a:hover{
	text-decoration:none;

	}
	
h3{
	
	color: #7d6070;
	font-size: 0.6em;
	font-weight: bold;
	line-height:20px;
	}
	


div#main a:link,div#main a:visited{
text-decoration:none;
font-weight:bold;
	color:#624f58;
	}


div#main a:hover{
text-decoration:underline;

	}

div#main table{
	margin-left: 0px;

	}

div#main table tr td{
font-size:0.7em;
	color: #000000;
		padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	}
	
div#main table tr td.header{
font-size:0.8em;
	color: #7d6070;
	}
	
div#main table img{
border:none;
	}
	
	
	
	div#main a:link img,	div#main a:visited img{
border:none;
	}
	
	

	




