#wrapper, .photo-navigation {
	width: 900px;
}

#menu ul {
	width: 889px; /* Total width - 11px ( 6px left  and 5px left padding ) */
}

body {
	font-family: "Lucida Grande", arial, helvetica, verdana, sans-serif;
}

h1, h2, h3, h4, h5, .blog-entry-title, .blog-archive-month, .album-title, .photo-title, .movie-page-title, .movie-title {
	letter-spacing: -1px;
}

#header {
	text-align: left;
}

#featureImage {
	display: none;
}

#menu {
	background: transparent url('../images/menu_curved-end.gif') top left no-repeat;
}

html > body #menu {
	background-image: url('../images/menu_curved-end.png');
}
	
#menu ul {
	background: transparent url('../images/menu_curved.gif') top right no-repeat;
}

html > body #menu ul {
	background-image: url('../images/menu_curved.png');
}

#content-wrapper {
	padding-right: 250px;
}

#sidebar {
	float: right;
	margin-right: -125px;
}

html > body #sidebar {
	margin-right: -250px;
}

#content {
	padding-right: 36px;
}

.blog-entry {
	margin-bottom: 24px;
}

.thumbnail-wrap {
	margin-bottom: 50px;
	margin-right: 10px;
}

.movie-thumbnail-frame {
	margin-right: 10px;
}
