body {
	margin: 0;
	background-image: url(images/page-background.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #dde0e7;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	}

h1 {
	font-family: century gothic;
	font-size: 21px;
	font-weight: 800;
	margin: 0;
	}
	
h3 {
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #999;
	word-spacing: normal;
	margin: 0;
	}

p {
	margin: 6px 0 10px 0;
	}

a:link {
	color: #00b4ff;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:visited {
	color: #00b4ff;
	text-decoration: none;
	}
	
a:visited:hover {
	text-decoration: underline;
	}

img {
	border: none;
	}
	
.page-container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	min-height: 400px;
	background-image: url(images/container-background.jpg);
	background-repeat: no-repeat;
	}
	
.header {
	height: 178px;
	margin-left: 26px;
	}
	
.sidebar {
	position: absolute; left: 26px; top: 178px;
	width: 140px;
	text-align: right;
	}

img.cellecast {
	margin-top: 20px;
	}

.content {
	margin: 0 20px 0 208px;
	width: 465px;
	height: 400px;
	}

.img-left {
	margin: 10px 15px 0 0;
	float: left;
	font-size: 10px;
	color: #999;
	text-align: center;
	}
	
img.download {
	margin-bottom: 50px;
	}
	
.img-left img {
	border: 1px solid #00b4ff;
	}
	
.img-center {
	border: 1px solid #00b4ff;
	margin: 10px auto 0 auto;
	font-size: 10px;
	color: #999;
	text-align: center;
	}

.img-center img {
	border: 1px solid #00b4ff;
	}
	
.img-right {
	border: 1px solid #00b4ff;
	margin: 10px 0 0 15px;
	font-size: 10px;
	color: #999;
	text-align: center;
	float: right;
	}
	
.img-right img {
	border: 1px solid #00b4ff;
	}
	
#contact-form {
	width: 200px;
	float: right;
	margin: 7px 63px 0 0;
	}
	
.updates {
	position: absolute; top: 173px; left: 697px;
	width: 142px;
	height: 347px;
	padding: 40px 50px 0 25px;
	background-image: url(images/latest-updates.gif);
	background-repeat: no-repeat;
	}

.updates h1{
	font-size: 12px;
	font-weight: 800;
	margin: 0;
	color: #0C0;
	}

.updates p{
	font-size: 10px;
	}

#envision-logo {
	position: absolute; top: 360px; left: 35px;
	}
	
.footer {
	text-align: center;
	font-size: 10px;
	color: #999;
	word-spacing: 5px;
	margin: 20px auto;
	}

.footer a:link {
	color: #999;
	text-decoration: none;
	word-spacing: 0;
	}

.footer a:hover {
	color: #00b4ff;
	text-decoration: underline;
	}

.footer a:visited {
	color: #999;
	text-decoration: none;
	}

.footer a:visited:hover {
	color: #00b4ff;
	text-decoration: underline;
	}