/* -- 	Welkam  [Print CSS] ---------------------------------
		AQ Works, 2006

		http://welkam.co.jp		
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


* { padding: 0px; margin: 0px; }

body, html {
	padding: 0px;
	margin: 0px;
	}

body { font-size: 62.5%; /* -- Sets 1em to equal 10px ---------------------------------*/
}

.imageLink {	display: none;	}
.button-link {	display: none;	}

#singleProjectRight #button-view_all_projects {	margin-left:283px !important;}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

/* -- Main Sections -----------------------------
*/
#wrapper {
	width: 931px;
	margin: 0 auto;
	padding-left: 0px;		/* for some reason everything was slightly off without this */
	padding-bottom: 0px;
	}

/* -- Lists -----------------------------
*/
ul {
	margin-left: 0px;
	padding-left: 0px;
	}
	
li {
	list-style: none;
	padding-left: 5px;
	font-size: 1.0em;
	}
	
	
/* -- Footer ---------------------------------
*/
#footer {
	float: left;
	display: inline;
	width: 931px;
	padding-top: 15px;
	border-top: 3px double #E5EDEF;
	color: #797979;
	}
	
	#footer .contact {
		float: left;
		font-size: 1.2em;
		line-height: 1.6em;
		width: 300px;
		padding-left: 40px;	
		}
		
	#footer .logo {
		float: right;
		width: 300px;
		padding-right: 40px;
		text-align: right;
		}