@import url(blocks/sake.css);

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	background-image: url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
}


#container {
	padding:0;
	margin:0;
	float:left;
	width:800px;
}


#leftcol {
	width:197px;
	float:left;
	margin:0px;
	padding:0px;
}


#contentColumn {
	width:603px;
	padding:0px;
	margin:0px;
	float: left;
	background-image: url(image/ui-redtop_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

* html #contentColumn {
	width:603px;
}


#content {
	padding:43px 32px 12px 57px;
	width:513px;
	min-height:428px;
	height:auto;
	overflow:hidden;
}

* html #contentColumn {
	width:423px;
}


#portfolioPics{
	height:85px;
	width:603px;
}

#footer{
	width:603px;
	float:left;
	font-family : tahoma, arial;
	font-size : 10px;
	font-weight:normal;
	line-height: normal;
	letter-spacing:normal;
	color:#AFAFAF;	
	background-color:#ffffff;
}