/* 

George Washington Hotel  - BASE CSS DOCUMENT
-----------------------------------------------------------------------------------------------
LETS GET THIS STARTED SHALL WE
-----------------------------------------------------------------------------------------------

*/
@import url("reset.css");
/* ---------------------------------------------------- BASIC TAGS  */
html						{background:#454347 url("body-bg.gif") repeat-x ; color:#797979; font:normal .95em/1.1em Arial, Helvetica, Verdana, sans; text-align:left;}
body						{margin-top:0px;}
p							{line-height:1.3em;}
/* headings */
h1							{color:#000;}
h2							{color:#5c4336;}
h3							{color:#6d5345;}
h4							{color:#806557;}
h5							{color:#9b7f71;}
h6							{color:#111;}
/* horizontal rule */
hr							{border:none; height:1px; border-top:1px solid #111;}
/* ---------------------------------------------------- BASIC LINKS */
/* standard links */
a:link, a:active, a:visited	{color:#806557; text-decoration:underline;}
a:hover						{color:#111; text-decoration:none;}
a img {border:none;}

	
#boxes .ll {float:left; width:300px; padding-left:100px;}
#boxes .rr {float:left; width:373px; padding-left:190px;}
#flash						{float:right; width:677px; height:203px;}

/* headings with links */
p							{padding:5px; margin:10px 0px;}
blockquote					{padding:10px; background:url("blockquote.gif") no-repeat top left; color:#4e2723; font: italic 130% "Times New Roman", Georgia,Arial;}
q							{display:block; padding-right:5px; background:url("qquote.gif") no-repeat bottom right;}
/* content styles */
#content					{padding-left:20px; background-color:#f3f3f3;}
#header						{background:#f3f3f3 url("header_bg.gif") no-repeat; height:317px; width:100%; padding-bottom:30px;}
#left						{padding-right:10px; width:630px; float:left;}
#right						{width:323px; float:left;}
#footer						{text-align:center; width:100%; height:217px; padding-top:15px; background:#f3f3f3 url("footer_bg.gif") bottom left no-repeat;}

.clear						{clear:both;}
.package 					{width:983px; margin:0 auto;}
.rightbox {padding:17px; width:268px; height:122px; background:url("right-box.gif") no-repeat;}
.fleft						{float:left;}