	
	body {
		margin: 0;
		background-image: url(/img/background.gif);
		background-repeat: no-repeat;
		background-position: top left;
		font: 76% "Lucida Sans Unicode","Lucida Grande",Arial, Verdana;
	}
	
	a {
		color: #666;
		text-decoration: none;
	}
	
	a:hover {
		color: #003399;
	}
	
	#frame {
		min-width: 1000px;
	}
	
	#menu {
		float: right;
		width: 164px;
		height: 500px;
		background-image: url(/img/logo.gif);
		background-repeat: no-repeat;
		background-position: top;
		margin: 25px;
	}
	
	#menu ul {
		list-style-type: none;
		margin: 0;
		margin-top: 170px;
		padding: 0;
	}
	
	#menu ul li {
		border-bottom: 6px solid #fff;
	}
	
	#menu ul li a {
		background-color: #fff;
		color: #003399;
		display: block;
		padding: 6px;
		padding-left: 19px;
		text-decoration: none;
		font: 140% Georgia, "Times New Roman", Times, serif;
	}
	
	#menu ul li a:hover {
		background-color: #003399;
		color: #fff;
	}
	
	#contentFloat {
		postition: absolute;
		top: 0;
		left: 0;
		width: auto;
		height: auto;
		overflow: visible;
		text-align: center;
		padding-top: 140px;
	}	
	
	#content {
		text-align: left;
		padding-left: 190px;
		margin-right: 240px;
		max-width: 900px;
		min-width: 480px;
		width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 480 ? "480px" : "auto");
	}
	
	#content h1 {
		font: 250% Georgia, "Times New Roman", Times, serif;
		color: #669933;
		font-weight: normal;
	}
	
	#content h2 {
		font: 200% Georgia, "Times New Roman", Times, serif;
		color: #999;
		font-weight: normal;
	}
	
	.contentcolumn {
		width: 50%;
		float: left;
	}
	
	.contentcolumn60 {
		width: 60%;
		float: left;
	}
	
	.contentcolumn40 {
		width: 40%;
		float: left;
	}
	
	.contentcolumn p {
		margin-top: 0px;
	}
	
	.contentcolumnpadleft {
		margin-right: 15px;
	}
	
	.contentcolumnpadright {
		margin-left: 15px;
	}
	
	.servicelist {
		background-repeat: no-repeat;
		background-position: 0px 5px;
		padding-left: 75px;
		margin-bottom: 15px;
		padding-bottom: 15px;
		cursor: pointer;
	}
	
	.servicelist h3 {
		margin-top: 0;
		margin-bottom: 5px;
		font: 150% Georgia, "Times New Roman", Times, serif;
		color: #666666;
		font-weight: normal;
	}
	
	.servicelist p {
		margin: 0;
	}
	
	.portfolioImage {
		width: 350px;
		margin-left: 25px;
		margin-bottom: 150px;
		float: right;
		border: 1px solid #ccc;
	}
	
	a.portfolioThumb {
		border: 1px solid #ccc;
		margin-right: 10px;
		margin-bottom: 10px;
		float: right;
		width: 140px;
		height: 98px;
		display: block;
	}