* {
	text-decoration:none;
}
body {
	background:#000 url(images/background.jpg) no-repeat left center fixed;
	padding-top:75px;
	padding-left:100px;
	}

h1 {
	margin-bottom:20px;
}
h1, h2{
	padding-top:0px;
	margin-top:0px;
	}
	
#nav {
	display:inline;
	}
#wrap {
	width:752px;
	padding-left:0px;
}
#content {
	background-image: url(images/content.png);
	width:500px;
	padding:25px;
	padding-top:14px;
	padding-left:0px;
	margin-top:20px;
	margin-bottom:75px;
	border-right:1px dotted #333;
	float:left;
	}
#sidebar {
	background-image: url(images/nav.png);
	width:205px;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	margin-top:20px;
	float:right;
	border-right:1px dotted #111;
	}
.section {
	margin-top:10px;
	margin-bottom:10px;
}

img {
	border:10px solid #333;
	text-decoration:none;
	}
.work {
	border-right:10px solid #111;
	width:370px;
	height:270px;
	text-align:center;
	border-bottom:none;
	margin-bottom:20px;
	}
.item {
border-bottom: 3px ridge #333;margin-bottom:10px;}
