/** LANDING */
#landing
{
	background: url(../images/landing/jump-page.jpg) repeat center center;
}


/** HEADER */

#header {
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	/*background: url(../images/logo.jpg) no-repeat left top;*/
}

#logo a:hover {
	cursor: pointer;
}

#logo h1, #logo p {
	text-indent: -9999px;
}

/** MENU */

#nav {
	float: right;
	width: 750px;
	height: 200px;
	background: url(../images/photos-navigation-new.jpg) no-repeat left top;
}

#nav a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#nav a:hover {
	text-decoration: underline;
}

#menu {
	padding-top: 15px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	float: left;
	/*border: 1px dashed blue; /* debug display */
}

#menu a
{
	display: block;
	float: left;
	/*border: 1px dashed red; /* debug display */
}

#menu a span
{
	display: none;
}

#location
{
	float: right;
	margin-top: 115px;
	margin-right: 475px;
}

.mac.gecko #location
{
	margin-top: 112px;
}

#location #time {
	text-align: left;
	font-size: 12px;
	margin-bottom: 2px;
}

/** PAGE */

#page {
	margin: 0px auto;
}

/** CONTENT */

#content {
	float: right;
	width: 640px;
	padding: 15px 75px 0px 0px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 230px;
	padding: 0px 0px 0px 27px;
}

/** FOOTER */

#footer {
	margin: 0px auto;
}

/** ONE COLUMN WIDE */

.one-column {
}

.one-column-footer {
	padding: 10px 90px;
	text-align: center;
}

/** 2-COLUMNS */

.two-columns {
}

.two-columns .column1 {
	float: left;
	width: 425px;
}

.two-columns .column2 {
	float: right;
	width: 166px;
	padding: 0px 0px 0px 27px;
	background: url(../images/line-vertical.gif) repeat-y left top;
}

/** 2-COLUMNS */

.two-columns2 
{
}

.two-columns2 .column1-2 {
	float: left;
	width: 270px;
}

.two-columns2 .column2-2 {
	float: right;
	width: 270px;
	padding-left: 15px;
	background: url(../images/line-vertical.gif) repeat-y left top;
}

/** 3-COLUMNS */
.three-columns .column1 {
	float: left;
	width: 170px;
}

.three-columns .column2 {
	float: right;
	width: 170px;
}

.three-columns .column3 {
	float: right;
	width: 170px;
}


