* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}
p {	padding-bottom:1em; }
a:link, a:visited {
	text-decoration:none;
	color:#FF0;
}
a:hover {
	text-decoration:none;
	color:#FC0;
}

/*  SET BODY PROPERTIES ********************/
body {
    background-color: #000;
    font-size:14px;
	color:#FFF;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/background.png) top left repeat-x #000;
}

/*  BEGIN PRIMARY WRAPPER ********************/
#outer {
    width:1243px;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#header {
    padding: 0px;
    margin: 0px;
    text-align: center;
	background:url(images/header.jpg);
	width:1243px;
	height:403px;
}

#nav {
    padding: 0px;
/*    margin-left: 730px; */
	margin-top: 31px;
    float: left;

}
#homebutton {
	float:left;
	margin-left:358px;
	width:372px;
	height:403px;
}
#homebutton-link {
	background-image:url(images/blank.png);
	display:block;
	width:372px;
	height:403px;
	text-indent:-9999px;
}







/*  CONTENT WRAPPER - INDENT MARGINS L/R ********************/
#ContentWrapper {
	float:left;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:25px;
}

#Content {
	background:url(images/floor.png) bottom no-repeat;
	min-height:350px;
	width:1212px;
}

#footer {
	float:left;
	width:1212px;
	height:28px;
	background:url(images/footerBK.png) repeat-x;
    padding: 0px;
    margin: 0px;
}
.Footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#ffffff;
	padding-right:3.75em;
	padding-left:15px;
}
.FooterSM {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding-right:3.75em;
}
.FooterEmail {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#ffffff;
}






/*   Index Only ********************/
#FourSquare {
	float:left;
	width:1212px;
}
#Facebook {
	float:left;
	width:137px;
}
#FourText {
	float:left;
	width:704px; /* total 754 by width + padding-left + padding-right */
	padding:15px 25px 0px 25px;
}
#FourFood {
	float:left;
	width:147px;
	height:173px;
	background:url(images/food.png) no-repeat;
}
#FourWifi {
	float:left;
	width:174px;
	height:173px;
	background:url(images/wifi.png) no-repeat;
}
#facebook-link {
	background-image:url(images/facebook.png);
	display:block;
	height:173px;
	width:137px;
}
