body{
	margin:0;
	padding:0;
	background: url(../images/bg_repeat.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #423e06;
}

img{
	border: none;
	display: block;
}

h1, h2, h3, h4{
	font-weight: bold;
	margin:0;
}

h4{
	font-size: 13px;
}

h3{
	font-size: 13px;
}

h2{
	font-size: 17px;
}

h1{
	font-size: 19px;
}

a{
	background: #fff67b;
	color: #423e06;
	text-decoration: none;
	padding: 1px;
}

a:hover{
	background: #423e05;
	color: #fff67b;
}

#main{
	background: url(../images/main_bg.gif) no-repeat;
	height: 633px;
	width: 800px;
	position: absolute;
	left: 0;
	top:0;
}

h1{
	font-size: 5px;
	margin:0;
	padding:0;
	color: #fef356;
	position: absolute;
	left: -500px;
	top: -100px;
}

h2{
	position: absolute;
	left: -500px;
	top: -100px;
}

p{
	margin:0;
	padding:0;
}

#works{
	overflow: auto;
	width: 431px;
	height: 225px;
	position: absolute;
	left: 245px;
	top: 264px;
}

.work{
	background: #fff67b;
	position: relative;
	top:0;
	left:0;
	height: 70px;
	display: block;
	clear: both;
	margin:0;
	margin-bottom: 5px;
	padding:0;
}

.last_work{
	margin:0;
}

.work h3{
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #fdec02;
}

.work p{
	padding-top: 3px;
}

.work .work_link a{
	background: #fdec02;
	padding: 3px;
	display: block;
}

.work .work_link a:hover{
	background: #423e05;
	color: #fdec02;
}

.work .work_thumb img{
	border: 0;
	display: block;
	float: left;
	margin-right: 5px;
}

.work .work_thumb a{
	padding:0;
	margin:0;
	background:none;
}

.work .work_link{
	display: block;
	text-align: right;
	clear: both;
	position: absolute;
	top: 52px;
	right: 5px;
}

#about{
	position: absolute;
	width: 215px;
	height: 160px;
	left: 15px;
	top: 264px;
	overflow: auto;
}

#about p{
	line-height: 1.3em;
	margin-bottom: 5px;
}

#contact{
	position: absolute;
	width: 215px;
	height: 74px;
	left: 15px;
	top: 480px;
}

#contact p{
	line-height: 1.6em;
}

#copyright{
	position: absolute;
	left: 245px;
	top: 507px;
	border-bottom: 1px solid #b7ac10;
	padding-bottom: 4px;
}

#copyright p{
	line-height: 1.3em;
}

#standarts_shit{
	position: absolute;
	left: 245px;
	top: 557px;
	border-bottom: 1px solid #b7ac10;
	padding-bottom: 4px;
}

#standarts_shit p{
	line-height: 1.3em;
}

#thanks{
	position: absolute;
	left: 245px;
	top: 582px;
	padding-bottom: 4px;
}

#thanks p{
	line-height: 1.3em;
}

#article{
	display: block;
	width: 730px;
}

#article h2{
	position: relative;
	left: 0; 
	top: 0;
	color: black;
	display: block;
	margin: 5px;
	font-size: 14px;
	
}

#article p{
	margin: 0 0 5px 5px;
	display: block;
}

img.left{
	float: left;
	border: 3px solid black;
	margin: 0 5px 5px 5px;
}
