.header {
	width:960px;
	float: left;
}

.headstrip {
	width:960px;
	float: left;
	margin-bottom: -10px;	
}

h1 {
	font-size: 65px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-bottom: -15px;
	color: #fff;
}

h1 img {
	float:left;
}

.header span {
	padding-left: 30px;
	font-size: 20px;
	color: #666; 
    font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
    font-style: italic;
    font-weight: normal;
    float: left;
}


.caption {
	font-size: 12px;
	color: #ccc; 
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: normal;
    width: 380px;
    padding-left: 20px;
    display: block;
    float: left;
}

.nav {
	color: white;
	display: inline;
	float: right;
	width: 540px;
	text-align: center;
	margin-top: -30px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

h1.place {
	padding-left: 45px;
	padding-top: 3px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 1px;
	margin-left: 45px;
	text-align: left;
	background-image: url(../images/MacBook-Red.png);
	background-repeat: no-repeat;
	text-shadow: 0px -1px 1px #333333;
	height: 72px;
	width: 372px;
	font-size: 45px;
}

.navbar {
	margin-bottom: 10px;
	padding-right: 29px;
	padding-left: 0px;
	text-align: center;
	height: 46px;
	width: 500px;
	background-repeat: no-repeat;
	background-image: url(../images/Gloss-Bar-Red-Mini.png);
}

ul.menu {

}

ul.menu li {
	padding-bottom: 10px;
	font-size: 16px;
	text-align: center;
	list-style-type: none;
	width: 100px;
	padding-top: 10px;
	list-style-position: inside;
	float: left;
	cursor: pointer;
	text-decoration: none;
}
ul.menu a {
	text-shadow: 0px -1px 1px #222;
	color: #fff;
	text-decoration: none;
}
ul.menu a:hover {
	text-shadow: 0px 1px 1px #222;
	color: #ff3333;
}