/* © xHtml Master 2007 */
body {
	background:url(../img/bg.gif) repeat-y top left #141414;
	color:#fff;
	font:13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0
}
p,form,h1,h2,h3,h4,h5,h6 {
	margin:0
}
p {
	line-height:140%;
	padding-bottom:18px;
}
h2 {
	font-size:19px;
	font-weight:normal;
	padding-bottom:14px;
}
h3 {
	color:#ff046e;
	font-size:16px;	
	font-weight:normal;
	margin-bottom:7px;
}
	h3 small {
		font-size:14px;
		background:#343434;
		padding:3px 3px 4px 7px;
		letter-spacing:1px;
	}
select,textarea,input {
	font:13px Tahoma, Verdana, Arial, Helvetica, sans-serif
}
img {
	border:0 solid
}
a {
	color:#04d9ff;
	text-decoration:underline
}
a:hover {
	text-decoration:none
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	height:1px
}
#content {
	width:750px;
	text-align:left;
	position:relative;
}
#portofolio {
	width:100%;
	overflow:hidden;
	height:133px;
	position:relative;
}
	#portofolio #imgs {
		width:11232px;
		position:relative;
		left:0;
	}
	#portofolio img.img {
		display:block;
		float:left;
		background:#fff;
		margin-right:1px;
	}
#sidebar {
	background:url(../img/bg-top.gif) no-repeat top left;
	float:left;
	width:308px;
	min-height:308px;
}
	#sidebar h1 {
		text-align:center;
		padding:40px 0 0 0;
	}
		#sidebar h1 a {
			background:url(../img/dastudio.gif);
			width:245px;
			height:70px;
			display:block;
			text-decoration:none;
			margin:0 auto;
		}
			#sidebar h1 a span {
				font-size:1px;
				visibility:hidden;
			}
	
#page {
	float:right;
	width:410px;
	padding:50px 0 20px 0;
}

#contact {
	position:absolute;
	bottom:38px;
	left:30px;
	width:250px;
}
	#contact h2 {
		font-size:14px;
		font-weight:bold;
		padding-bottom:12px;
	}
	#contact input, #contact textarea{
		background:#222;
		border:solid 1px #333;
		color:#fff;
		font-size:11px;
		width:200px;
		padding:3px;
		margin-bottom:5px;
	}
	#contact textarea {
		height:70px;
	}
	
#footer {
	padding-left:340px;
	font-size:11px;
	color:#555555;
}
	
		