html {
	background: #eeeeee url('../images/background.jpg') top center no-repeat;
}

#all {
	width:780px;
	margin:0 auto;
	font:normal normal normal 14px/20px Arial, Helvetica, sans-serif;
	color:#666666;
}

a {
	color:#333333;
}

#header {
	height:120px;
}

#header h1 {
	margin-top:20px;
	display:block;
	width:440px;
	height:100px;
	text-indent:-9999px;
	overflow:hidden;
	background: url('../images/logo.jpg') center center no-repeat;
}

#header p {
	float:right;
	position:relative;
	top:-50px;
	font:italic normal normal 18px/20px Georgia, serif;
	color:#999999;
	text-align:right;
}

ul#menu li {
	font:normal normal normal 14px/20px Arial, Helvetica, sans-serif;
	display:inline;
	padding:10px 10px;
	cursor:pointer;
}

ul#menu li.jFlowSelected {
	border:1px solid #ffffff;
	background: #ffffff url('../images/list-background.jpg') center center repeat-x;
}

#works {
	margin-top:8px;
	padding:20px;
	background:#ffffff;
}

#works div h2 {
	padding-top:10px;
}

#works div p {
	width:740px;
}

#footer {
	display:block;
	width:780px;
	height:10px;
	background:#fff url('../images/footer-background.jpg') center bottom no-repeat;
}

#footer p {
	padding-top:20px;
	color:#999999;
}

	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #fff;
		padding: 60px;
		width: 720px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 0px 0px 0px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 0px 0px 0px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }