body { 
	background: url(images/back-color.png) repeat top left;
	margin: 0;
	padding: 0;
}

#background-gradient { background: url(images/back-gradient.png) repeat-x top; }

#content-spacer {
	width: 980px;
	height: 20px;
}

#content-frame {
	background: url(images/content-back-color.png) repeat-y top;
	width: 980px;
}

.icon {
	position: relative;
/*	left: -425px;*/
	float: left;
}

#banner-text {
	font: 1.25em sans-serif;
    color: white;
	position: relative;
	left: 340px;
	top: 50px;	
	height: 40px;
}

#banner {
	background: url(images/banner-gradient.png) repeat-y top;
	height: 65px;
}

#banner p {
	font: 2.75em sans-serif;
    color: white;
	text-align: left;
	position: relative;
	top: 12px;
	left: 20px;
}

#menu {
	font: 1.6em sans-serif;
    color: white;
	position: relative;
	height: 30px;
	top: 3px;
}

.welcome p {
	font: 1.6em sans-serif;
	color: white;
	text-align: left;
	margin: 20px;
}

.iamar-description p {
	font: 1.2em serif;
    color: white;
	text-align: left;
	margin: 20px;
	margin-left: 30px;
}

.iamar-description hr {
	width: 920px;
	height: 1px;
	background: black;
	border: 0px;
	margin-top: 5px;
}

.about p {
	font: 1em serif;
    color: white;
	text-align: left;
	margin-left: 30px;
	margin-top: 5px;
}

a:link { color: #00ccff; }
a:hover { color: cyan; }
a:visited {color: #00ccff;}


