/* Begin Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Reset */


/* Begin Typography */
a {
 text-decoration:none;
 color:#000000;
}

h1 {
	font-size:24px;
	font-weight:bold;
	margin:2px;
	}
h2 {
 font-size:20px;
 font-style:italic;
 font-weight:bold;
 margin:2px;
}
h3 {
	font-size:18px;
	margin:2px;
	}
h4 {
	font-size:16px;
	font-weight:bold;
	margin:2px;
	}

#menu li a {
 font-size: 24px;
 color: #fff;
}

#menu {
 text-align: justified;
}

#home_bottom_right {
 color: #b38d58;
 font-size:26px;
 font-weight:bold;
 font-style:italic;
}

#footer, #footer a {
 color:#FFFFFF;
}

#location_box {
 color: #fff;
 font-size: 45px;
 font-weight: bold;
 font-style: italic;
}

#inner_bottom_right p {
 margin: 0 0 10px 0;
}

/* End Typography */


/* Begin Structure */
body {
 background-color: #000;
}

#home_envelope {
 width: 949px;
 height: 600px;
 background: url(/images/bg1.gif) no-repeat;
 margin: 0 auto;
 padding: 10px 0 0 10px;
}

#inner_envelope {
 width: 949px;
 height: 600px;
 background: url(/images/bg2.jpg) no-repeat;
 margin: 0 auto;
 padding: 10px 0 0 10px;
}

#package {
 margin: 0 0 0 58px;
 width: 828px;
 height: 544px;
}

#header {
 width: 806px;
 float: left;
}

#title_link {
 float: left;
 margin: 32px 0 0 18px;
}

#title_link a {
 display: block;
 height: 135px;
 width: 430px;
}

#flash_box {
 border: 1px solid #000;
 height: 237px;
 width:307px;
 float: right;
 margin: 34px 28px 0 0;
}

#flashcontent {
 width: 574px;
 height: 298px;
}

#home_content {
 float: left;
 margin: -105px 0 0 0;
}

#location_box {
 text-align: center;
 height: 40px;
 padding: 120px 0 0 0;
}

#menu {
 float: left;
 margin: 37px 0 0 24px;
 height: 292px;
 width: 140px;
}

#menu li {
 margin: 0 0 4px 0;
}

#menu li a {
 display: block;
 background: #635d4d;
 width: 130px;
 padding: 10px 0 11px 10px;
}

#menu li a:hover {
 background: #575143;
 font-style:italic;
}

#welcome {
 float: left;
 height: 250px;
 width: 260px;
 margin: 19px 0 0 22px;
 background: url(images/BGwelcome.png) no-repeat;
 padding: 5px;
}

#home_bottom_right {
 float: left;
 margin: 120px 0 0 10px;
 width: 319px;
 height: 225px;
}

#inner_bottom_right {
 float: left;
 margin: 25px 0 0 27px;
 padding: 10px;
 width: 560px;
 height: 299px;
}

#inner_bottom_right_gallery {
 float: left;
 margin: 32px 0 0 29px;
 width: 580px;
 height: 319px;
}

#inner_bottom_right img.lotmap {
 float: right;
 margin: -10px 3px 0 10px;
}

#gallery_button a {
 height: 109px;
 width: 325px;
 display: block;
 background:url(images/gallery_button_1.gif);
 margin: 20px 0 0 0;
 }

#gallery_button a:hover {
 background:url(images/gallery_button_2.gif);
 }
 
#footer {
 clear: both;
 padding: 40px 0 0 0;
 width: 810px; 
 text-align: center;
}
/* End Structure */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display:block;
}
