html {
	background: #eeeeee url top center no-repeat;
}

#all {
	width:780px;
	margin:0 auto;
	color:#000000;
	font-family: Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}

a {
	color:#000000;
}

#header {
	height:120px;
}

#header h1 {
	margin-top:15px;
	display:block;
	width:440px;
	height:120px;
	text-indent:-9999px;
	overflow:hidden;
	background: url('../images/logo.jpg') center center no-repeat;
}

#header p {
	float:right;
	position:relative;
	top:-80px;
	color:#cccccc;
	text-align:right;
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}

ul#menu li {
	display:inline;
	padding:10px 10px;
	cursor:pointer;
	font-family: Georgia, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #FF6633;
}

ul#menu li.jFlowSelected {
	border:1px solid #CCCCCC;
	background: #CCCCCC;
}

#works {
	margin-top:8px;
	padding:20px;
	background-color: #CCCCCC;
}

#works div h2 {
	padding-top:20px;
	color: #FF6633;
	font-family: Georgia, sans-serif;
	font-size: 20px;
	line-height: 120%;
	font-weight: lighter;
}
#works div h3 {
	padding-top:20px;
	color: #FF6633;
	font-family: Georgia, sans-serif;
	font-size: 16px;
	line-height: 90%;
	font-weight: lighter;
}

#works div p {
	width:700px;
}

#footer {
	display:block;
	width:780px;
	height:80px;
	background:#fff url('../images/footer-background.jpg') center bottom no-repeat;
}

#footer p {
	padding-top:20px;
	color:#000000;
	font-size: 12px;
}
