#body{
	width:640px;
	height:480px;
	margin:auto;
	position:relative;
}
#header {height:44px}

#header #textlogo{
	float:left;
	margin:10px 4px 10px 4px;
	background: url(img/textlogo.jpg) no-repeat;
	height:23px;
	width:135px;
}

#header #navigation{
	float:right;
	height:23px;
	width:220px;
}

/* #navigation mouseover effects */
#nav{
	margin:14px 2px 4px 10px;
	background: url(img/navigation.jpg) no-repeat;
	height:23px;
	width:220px;
	position: relative;
}
#nav li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
#nav li, #nav a {height: 23px; display: block;}
#home {left: 5px; width: 35px;}
#about {left: 43px; width: 36px;}
#portfolio {left: 86px; width: 48px;}
#desk {left: 137px; width: 33px;}
#contact {left: 172px; width: 43px;}
/* end - #navigation mouseover effects */

#main {height:375px;}
#main #content{
	width:390px !important;
	width:360px;
	overflow:auto;
	padding:15px;
}
#main #content.portfolio{
	width:640px !important;
	width:620px;
	overflow:auto;
	padding:0;
	height:380px;
}
#footer{
	position:absolute;
	bottom:0;
	right:0;
}
#footer #logo{float:right}
#footer #quote{
	margin-top:30px;
	margin-left:8px;
	float:left;
	width:470px;
}
.clear{clear:both;}