body {
	font-family: "Monaco", monospace;
	font-size:10px;
	background: transparent url(img/dot.gif) repeat fixed top left;
	padding:0 0 30px;
	margin:0;
}

a, a:visited {
	color:#000000;
}

img {
	border:0;	
}

.header {
	height:550px;
	background-color:#ffffff;
	margin-bottom:250px;
	padding:0px 0;
}

	.header div {
		width:900px;
		padding:0px 0 0px 0;
		margin:auto;	
		position:relative;	
		top:0;
		left:0;
	}
	
		.header img {
			position:absolute;
		}

.container {
	width:700px;
	margin:auto;
	margin-bottom:100px;
	background:#fff none no-repeat scroll 5px 5px;
}
	
.container h2 {
	background:transparent url(img/h_bg.gif) no-repeat scroll top left;
	padding:27px 0 22px 20px;
	font-weight:normal;
	font-size:12px;
	line-height:12px;
	height:13px;
	color:#ffffff;
	margin:0 0 55px 0;
	text-transform: uppercase;
	letter-spacing:1px;
}
	.container h2 span {
		display:block;
		color:#000000;	
		text-transform:lowercase;
		font-size:10px;
		padding:6px 0;
	}
	
.about {
		padding:240px 100px 120px 100px;
		background-image:url(img/corner_about.gif);
	}
		.about h2 {
			margin-bottom:20px!important;
		}
	
		.about p {
			margin:0;
			padding:0;
			width:570px;
			text-align:justify;
		}
	
.works{
	padding:100px 100px 120px 100px;
	background-image:url(img/corner_works.gif);
	margin-bottom:0;
}

.contact {
	margin-top:100px;
	padding:100px 100px 100px 100px;
	background-image:url(img/corner_contact.gif);
	position:relative;
	top:0;
	left:0;
}
	
	.contact h2 {
		margin-bottom:0px;
	}

	.contact p {
		margin:30px 0;
	}
	
	#back {
		position:absolute;
		bottom: 10px;
		right:10px;
	}
	
.works .entry {
	margin:0 0 145px 0;
}

.works h2 {
	background:transparent url(img/h_bg_w.gif) no-repeat scroll top left;
	padding:27px 0 22px 20px;
	height:28px;
}

.works .desc {
	padding:0 0 0 20px;
	width:550px;
	clear:both;
}

	.desc dt {
		float:left;
		clear:left;
		width:4%;
		margin:0 0 5px 0;
		padding:0;
		font-weight:bold;
	}

	.desc dd {
		float:left;
		width:96%;
		margin:0;
		padding:0;
		line-height:1.7em;
		text-align:justify;
	}
	
	.desc .end {
		clear:both;
	}
	
.works .hr {
	clear:both;
	display:block;
	background:transparent url(img/dots_line.gif) no-repeat scroll center left;
	color:transparent;
	border:none;
	line-height:0.1em;
	height:110px;
	text-align:left;
}
	
.works .gallery {
}

	.gallery .imgs {
		margin:0;
		padding:0;
		list-style: none outside;
	}
	
		.gallery .imgs li {
			margin:0;
			padding:0;
			list-style: none outside;
			display:none;
			text-align:center;
		}
		
		.gallery .imgs .v {
			display:block;
		}
		
	.gallery .nav {
		margin:45px 0 0 0;
		padding:0;
		list-style: none outside;
	}
	
		.gallery .nav li {
			margin:0;
			padding:0;
			list-style: none outside;
			display:inline;
		}
		
			.gallery .nav a, .gallery .nav a:visited {
				padding:3px;
				margin-right:10px;
				color:#000000;
				text-decoration:none;
			}
			
			.gallery .nav .v, .gallery .nav .v:visited, .gallery .nav a:hover {
				background-color:#000000;
				color:#ffffff;
			}
			
			
.footer {
	margin:auto;
	width:350px;
	padding:10px 0;
	background-color:#ffffff;
	text-align:center;
}
