/* 16:27 22.03.2009 */


html{

	background-color: #e1e1e1;
}

body {
	margin: 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana;
	font-size: 0.73em;
}

a {
	text-decoration: none;
	color: #ee1658;
}	

a:hover {
	color: #dd5700;
	border: 0px;

}

.pink {
	color: #ee1658;
}

.orange {
	color: #e36311;
}	

#main {
	background-image: url(images/bg_img.png);
	background-repeat: no-repeat;
	width: 950px;
	display: block;
	height: 593px;
	text-align: right;
	padding-top: 153px;
	padding-right: 22px;
}

.navlink {
	margin-left: 2px;
	text-decoration: none;
	font-size: 0.9em;
	background-color: black;
	color: #d2d2d2;
	padding: 0px 2px;
}

.navlink:hover {
	color: #d2245a;
	border: 0px;
}



#updates {
	width: 320px;
	display: inline-block;
	text-align: left;
	margin-top: 40px;
	margin-right: 8px;

}

#contact {
	width: 320px;
	display: inline-block;
	text-align: left;
	margin-top: 40px;

}

.sub {
	background-color: black;
	color: #d2d2d2;
	padding: 0px 2px;15:27 22.03.2009
}

.box {
	padding-top: 2px;
	width: 320px;
	border-top: 1px solid black;
	display: block;
	font-size: 0.9em;
	overflow: auto;	
	height: 80px;
}

#works {
	display: inline-block;
	width: 700px;
	margin-top: 20px;
	text-align: left;
	}

#box2{
	padding-top: 2px;
	width: 700px;
	border-top: 1px solid black;
	display: inline-block;
	font-size: 0.9em;
	overflow: auto;	
	text-align: left;
}

.imgbox {
	width: 90px;
	heigth: 90px;
	background-image: url(./images/imgbox.png);
	display: inline-block;
}

.imgbox2 {
	width: 90px;
	heigth: 70px;
	background-image: url(./images/imgbox2.png);
	display: inline-block;
}

.imgbox3 {
	width: 220px;
	heigth: 160px;
	background-image: url(./images/imgbox3.png);
	display: inline-block;
}

.imgbox img{
	margin: 5px 5px 5px 5px;
}
.imgbox2 img{
	margin: 5px 5px 5px 5px;
}
.imgbox3 img{
	margin: 5px 5px 5px 5px;
}
#foot {
	display: inline-block;
	width: 700px;
	margin-top: 20px;
	text-align: center;
	font-size: 0.9em;
	border-bottom: 1px solid black;
}

