html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }

html,body
{
	background-color:#38260A;
	font-family:Arial, Helvetica, sans-serif;
  COLOR:#333;
  line-height:170%;
  font-size:13px;
/*	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px; */
}

.PageBreak		{PAGE-BREAK-AFTER: always;}

img	{border-width: 0px 0px 0px 0px;}

div	{padding:0px 0px 0px 0px;border-width: 0px 0px 0px 0px;}



/************************************************************************
* 	Main Containers & Borders
************************************************************************/
div#MainContainer

{
	margin:auto;width:750px;
}
div#MainContainerInt
{
	float:left;padding:0px 25px 0px 25px;width:700px;background-image:url(../Images/shadow.gif);background-repeat:repeat-y;
}

/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
	float:left;width:700px;
}
	div#HeaderContainerImage
	{
		float:left;width:700px;overflow:hidden;height:109px;
	}
	div#HeaderContainerMainNav
	{
		float:left;width:700px;height:33px;background-image:url(../../Images/MainNvBg.gif);background-repeat:repeat-x;
	}
	
	div#HeaderContainerSubNav
	{
		float:left;width:700px;height:27px;text-align:center;background-image:url(../Images/SubNvBg.gif);background-repeat:repeat-x;
	}
/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
	float:left;width:620px;padding:20px 40px 10px 40px;min-height:500px;_height:500px;
}
	div#Copyright
	{
		float:left;width:700px;padding:10px 0px 5px 0px;
	}

div#MainBodyContainerIndex
{
	float:left;width:696px;padding:0px 2px 5px 2px;min-height:600px;_height:600px;
}

/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{
	float:left;width:700px;
}
	div#FooterContainerLinks
	{
		float:left;width:700px;border-top:1px solid #DED4C4;text-align:center;padding:5px 0px 5px 0px;
	}
	div#FooterContainerPortfolio
	{
		float:left;width:690px;background-image:url(../Images/FooterBG.gif);background-repeat:repeat-x;
		background-position:left top;background-color:#ebe3d5;min-height:90px;_height:90px;text-align:center;padding:5px;
	}
	
/************************************************************************
*	
************************************************************************/
div#RoomBtn
{
	background-color:#d0c6b6;text-align:center;width:310px;cursor:hand;cursor:pointer;
	min-height:32px;_height:32px;font-family:Arial;COLOR:#2b1c07;font-size:large;padding-top:5px;
}
div#RoomBtn:hover
{
	background-color:#c8baa3;text-align:center;width:310px;cursor:hand;cursor:pointer;
	min-height:32px;_height:32px;COLOR:#2b1c07;font-size:large;padding-top:5px;
}
/************************************************************************
*	Contact Form
************************************************************************/

.ContactUsInputBox {background-color: #ffffff; border: solid 1px #CACACA; width: 275px; font-family:verdana; font-size:12px; color:#555555; font-weight:normal;height:20px;}
.ContactUsInputMultiBox {background-color: #ffffff; border: solid 1px #CACACA; width: 275px; font-family:verdana; font-size:12px; color:#555555; font-weight:normal; height:80px; }
.ContactStatus {font-family:Arial;font-size:16px;color:#47bfe6;font-weight:bold;}
.ContactUsLabel {font-family:Arial, Helvetica, sans-serif;COLOR:#333;line-height:170%;font-size:13px;width:200px;padding-left:20px;
	}

.SuccMsg{font-family:Arial, Helvetica, sans-serif;COLOR:#993300;line-height:170%;font-size:13px;width:200px;padding-left:20px;
	}
.ErrMsg{font-family:Arial, Helvetica, sans-serif;COLOR:#FF0000;line-height:170%;font-size:13px;width:200px;padding-left:20px;
	}	
