* {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background-image: url(http://portlandoregonwebsitedesign.com/web-site-design-images/bg.jpg);
	text-align:center;
}
#wrapper {display: block; position: absolute; min-height: 100%; background: #eee;}
#container {
	position:relative;
	width: 786px;
	background:#ffffff url(http://portlandoregonwebsitedesign.com/web-site-design-images/background.gif) no-repeat;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#333;
}
* html #container {
	height: 100%;
}
#website-header {
	margin-top: 20px;
	float:right;
	width: 255px;
}
#web-page-image {
	width: 314px;
	height: 288px;
	margin-left: 0;
	margin-top: 0;
}
#flash-animation {
	margin-top: -180px;
}
#web-site-content {
	width: 370px;
	margin-left: 350px;
	line-height: 1.4em;
	padding-bottom:40px;			/* Height of the footer */	
}
#web-site-content h1 {	
	font-size: 24px; 
	color: #555; 
	font-family: "Times New Roman", Times, serif; 
	margin-bottom: 0.8em;
}
#web-site-content h2 {	
	font-size: 14px; 
	color: #555; 
	font-weight:bold; 
}
#web-site-content ul {	 
	margin-left: 30px;
}
#pricequote {
	float:right;
	width:100px;
	margin: 60px 10px 0 1px;
}
#ImagesDiv {
	margin-top: -375px; 
	margin-right: 5px; 
	float: right; 
	background-color: #fff; 
	width:250px; 
	height:250px;
}
#ClientName {
	text-align:center; 
	margin-top: -125px; 
	margin-right: 5px; 
	float: right; 
	width:250px;
}
#website-footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;			/* Height of the footer */
	text-align:center;
	font-size: 12px;
}
a:link {
	color: #668599;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #668599;
}
a:hover {
	text-decoration: none;
	color: #aac0ce;
}
a:active {
	text-decoration: underline;
	color: #668599;
}
span.codedirection { unicode-bidi:bidi-override; direction: rtl; }
.copyright { 
	font-size: 11px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}