@charset "UTF-8";

/* CSS Document */

/* basic styles */

h1, p, body, html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	text-align: center;
}

h1{
	font: 10px Geneva, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

p{
	font: 10px Arial, sans-serif;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

/* layout styles */

#container {
	position: relative;
	margin: 30px auto;
	width: 1050px;
}

#top{
	float: left;
	width: 1050px;
	height: 50px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}

#nav{
	float: left;
	width: 1050px;
	height: 75px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
}

#main{
	float: left;
	width: 1050px;
	height: 550px;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
}

#home{
	float: left;
	width: 950px;
	height: 550px;
	margin: 0 50px;
}

#home{
	float: left;
	width: 950px;
	height: 550px;
	margin: 0 50px;
}

#works{
	float: left;
	width: 850px;
	height: 450px;
	margin: 0 50px;
	padding: 50px;
	background-image: url(../images/gradient_02.jpg);
	background-repeat: repeat-x;
}

#work{
	float: left; 
	width: 280px;
	height: 225px;
	border: 1px solid #000000;
}

#thumb{
	float: left;
	height: 
}

#descr{
}

#projects{
	float: left;
	width: 950px;
	height: 550px;
	margin: 0 50px;
	background-image: url(../images/gradient_03.jpg);
	background-repeat: repeat-x;
}

#about{
	float: left;
	width: 950px;
	height: 550px;
	margin: 0 50px;
	background-image: url(../images/gradient_04.jpg);
	background-repeat: repeat-x;
}

#etc{
	float: left;
	width: 950px;
	height: 550px;
	margin: 0 50px;
	background-image: url(../images/gradient_05.jpg);
	background-repeat: repeat-x;
}

#bottom{
	float: left;
	width: 1050px;
	height: 50px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
}