body, html {
	margin: 0;
	padding: 0;
	background: top center repeat url('style/bg.png') white;
	text-align: center;
}
#page {
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
	text-align: left;
	background: top left repeat-y url('style/page_bg_half.png') #777;
	color: white;
	
	position: relative; /* coz of #personal */
}
#header, #latest-work, #contact-form, #footer {
	margin: 0 225px 0px 39px;	
	padding: 20px 46px;
}

/* HEADER */
#header {
	background: 46px 20px no-repeat url('style/header.gif');
	height: 70px;
	overflow: hidden;
	position: relative; /* coz of #header p a.mail */
}
#header h1, #header h2, #header p {
	text-indent: -9999px;
}
#header p a.mail {	
	display: block;
	position: absolute;
	top: 70px; left: 123px;
	width: 244px; height: 25px;
}

/* LATEST */
#latest-work {
	background: 46px 20px no-repeat url('style/works3rows.gif');
	height: 468px;
	overflow: hidden;
	position: relative;
}

#latest-work h2 {
	background: top left no-repeat url('style/works-heading.gif');
	text-indent: -9999px;	
	width: 250px;
	position: absolute;
	bottom: 6px;
	left: 43px;
	
	*bottom: 18px;
}
#latest-work .wrapper {
	width: 146px;
	height: 145px;
	overflow: hidden;
	position: absolute;
}
#latest-work .row-1 { top: 20px; }
#latest-work .row-2 { top: 166px; }
#latest-work .row-3 { top: 312px; }
#latest-work .col-1 { left: 46px; }
#latest-work .col-2 { left: 193px; }
#latest-work .col-3 { left: 340px; }
#latest-work .col-4 { left: 487px; }

#latest-work .about-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 146px;
	height: 145px;
	background: top left repeat url('style/work-bg.png');
	color: white;
}
#latest-work .about { padding: 4px 10px; }

/* CONTACT FORM & OFFER*/
#contact-form {
	border: 1px solid #444;
	border-width: 1px 0;
	background: top left repeat-y url('style/page_bg_dark.png') #888;
	position: relative; /* coz of #form-wrapper */
}
#contact-form h2 {
	background: top left no-repeat url('style/nabizim.gif');
	text-indent: -9999px;	
	
	*margin-top: 0; /* ie */
}
#contact-form #form-wrapper { /* absolute pos coz of IE */
	position: absolute;
	top: 20px; left: 340px;
	padding: 0;
	margin: 0;
}
#contact-form form h2 { background-image: url('style/form.gif'); }

.offer {
	width: 275px;
}

/* PERSONAL INFO */
#personal {
	width: 175px;
	position: absolute;
	top: 60px; right: 0;
	padding-top: 20px;
	color: #777;
}

/* FONTS */
h1, h2, h3, p {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: 19.5pt;
}
p {
	font-size: 10pt;
	line-height: 16pt;
}
a { color: #b0b060; text-decoration: underline; }
a:hover { color: #c0c070; text-decoration: none; }

/* work */
#latest-work .about h3 { margin: 0; color: #a3f0fc; *line-height: 16pt;}
#latest-work .about p { margin: 7pt 0; font-size: 10pt; line-height: 12pt; }
#latest-work .about a { padding: 3px; color: black; background-color: #e0e090; }
#latest-work .about a:hover { background-color: #f0f0a0; }

/* contact form */
#contact-form textarea {
	width: 290px;
	height: 135px;
	background: #aaa;
	border: 1px solid #bbb;
	padding: 10px;
	font-family: georgia, serif;
	font-size: 10pt;
	line-height: 16pt;
}
#contact-form input {
	*line-height: 1000px;
	border: 0; /* 1px solid #d1d159;*/
	width: 102px;
	height: 33px;
	overflow: hidden;
	text-indent: -9999px;
	background: top left no-repeat url('style/sendform.png');
	cursor: pointer;
}
#contact-form input:hover {
	background-position: bottom left;
}

#sent {
	padding: 10px;
	background-color: #83d0dc;
	border: 1px solid #93e0ec;
	color: black;
}

.offer strong {
	font-weight: normal;
	color: #97e7fc;
}

#personal h2.star { margin: 0; font-size: 80pt; line-height: 60px; }
#personal h3.after-star { margin-top: 0; /*margin-top: -80pt; *margin-top: -40pt;*/ }
#personal h3 { margin-bottom: 0;}
#personal p { margin: 0 0 25pt; color: #999; font-size: 12pt; line-height: 17pt; }
#personal a { color: #999; text-decoration: underline; }
#personal .detail {	color: #ccc; }
#personal:hover p, #personal:hover a { color: #777; }
#personal:hover .detail { color: #bbb; }
#personal a:hover {	color: #555; text-decoration: none; }

#footer p {
	margin: 0;
}

/* MISC */

.hidden, hr {
	display: none;
}
.clear {
	clear: both;
	width: 1px; height: 1px;
	overflow: hidden;
}