#page {
	width:956px;
	width:auto;
	/*padding:0px 15px;
	padding:0 15px 0 0;*/
}

* html #page {
	padding:0;
}

#header {
	width:143px;
	height:323px;
	background: #fff url('images/domo_a_works_header.jpg') no-repeat top left;
}

#content {
	float:right;
	width:auto;
	
	border:none;
	
	float:left;
	
	/*margin-top:-280px;
	margin-left:160px;*/
	margin-top:-276px;
	margin-left:143px;
	margin-bottom:15px;
	
	
}

#menu {
	float:left !important;
	margin-top:-323px;
	
	background-image:url(images/menu_line.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

.post {
	float:left;
	margin:15px 15px 0px 0px;
	width:260px;
	height:260px;
	overflow:hidden;
	position:relative;
	text-decoration:none !important;
	
	cursor:pointer;
}

.post span.title {
	background-color:white;
	width:260px;
	position:absolute;
	z-index:10000;
	bottom:0px;
	height:0px;
	overflow:hidden;
	margin:0px;
	display:block;
	
	color:#2e2e2e;
	
	font-size:17px;
	font-weight:bold;
	
	border-bottom:0px solid #030200;
	
	cursor:default;
	
	/*margin-top:100px;*/
	/*display:none;*/
	/*bottom:0px;*/
	/*margin-top:-100px;*/
}

.post span.title .line {
	display:block;
	height:1px;
	border-top:1px solid #030200;
	margin-top:7px;
	margin-bottom:-4px;
}

div.image {
	width:260px;
}

span.generic {
	display:block;
	margin-top:10px;
}

span.client, a.client {
	display:block;
	font-weight:bold;
	font-size:11px;
	margin-top:10px;
}

#menu .back {
	float:right;
}

* + html ul#menu  {
	right:15px;
	float:none;
	position:absolute;
	
	margin-left:0px !important;
}

div.post .image {
	margin:0px !important;
}