body { background: white /*url('../pics/bg/image_add.png') repeat-x top left fixed*/; padding: 20px 0; }

body {
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 60px;
}

page { padding: 10px; }

div.main {
        width: 1120px;
        height: auto;
        background: white;
	font-family: arial, sans-serif;
	font-size:16px;
}

/*#column1 { float: left; width: 15%}*/

#column1 { float: left; width: 1120px; margin: auto; }

#travels {
	float:center;
	width:900px;
	text-align:left;	
}

/* CSS Menu */
#menu {
	float:left;
	width:100%;
	background:white;
	font-size:93%;
	line-height:normal;
	}
#menu ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("pics/menu/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url("pics/menu/tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:blue;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:red;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}

/* Picture Gallery */

div#inner {
	position:relative;
	margin:auto;
	text-align:center;
	width:690px;
	background-color:transparent;
}

div#content {
	position:relative;
	width:690px;
	margin-top:20px;
	background-color:transparent;
}

div#content {
  position:relative;
  overflow:hidden;
}

div#content img {
	position:relative;
	border:none;
}

* html div#content {
	float: left;
}

* html div.controls a {
	height: 10000px;
	background-position: center 150px;
}

div.controls a {
	text-indent: -5000px;
	overflow: hidden;
	outline: none;
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index:1;
}

div.controls a.previous {
	left: 0;
	background-image: url('../pics/controller/controller_prev.png');
}

div.controls a.next {
	right: 0;
	background-image: url('../pics/controller/controller_next.png');
}
		
div.controls a:hover {
	opacity: 0.40;
	filter: alpha(opacity=40);
	z-index:1;
}

div#content .details_bg {
	opacity: 0.60;
	filter: alpha(opacity=60);
	height:50px;
	width:auto;
	bottom:10px;
	left:10px;
	position:absolute;
	z-index:2;
}

/* corners */

/*div.corners .left_top {
	position:absolute;
	background:url('../pics/corners/top_left.png') no-repeat top left;
	width:7px;
	height:7px;
	overflow:hidden;
	top:10px;
	left:10px;
	z-index:20;
}

div.corners .right_top {
	position:absolute;
	background:url('../pics/corners/top_right.png') no-repeat top right;
	width:7px;
	height:7px;
	overflow:hidden;
	top:10px;
	right:10px;
	z-index:20;
}

div.corners .right_bottom {
	position:absolute;
	background:url('../pics/corners/bottom_right.png') no-repeat top right;
	width:7px;
	height:7px;
	overflow:hidden;
	bottom:10px;
	right:10px;
	z-index:20;
}

div.corners .left_bottom {
	position:absolute;
	background:url('../pics/corners/bottom_left.png') no-repeat top right;
	width:7px;
	height:7px;
	overflow:hidden;
	bottom:10px;
	left:10px;
	z-index:20;
}*/

div#content {
	position:relative;
	background-color:white;
	width:auto;
	height:auto;
	padding:10px;
}

#picture {
	float:center;
	width: 900px;
}
