@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Lucida Grande, sans-serif;
	font-size:10px;
	color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	
}

a img {
	border:0;
}

#wrapper {
	width:1000px;
	margin: 0 auto;
}


#left {
	float:left;
	width:260px;
	height:auto;
	color:#FFF;
	background: #1e1e1e;
	background-image:url(images/portfolio.jpg);
	background-repeat:no-repeat;
	padding-top:150px;
	padding-left:20px;
	padding-right:20px;
}

#right {
	color:#666;
	float: left;
	width:440px;
	height:auto;
	background: #fff;
	padding-top: 30px;
	padding-left: 100px;
	text-align: left;
}
