
/* -- SETUP -- */

body{
	font: 76% Arial, Helvetica, sans-serif;
	background: #FFF url(graphics/Iciena_Web_mainimage.jpg) top center no-repeat;
	color: #2b5d73;
}

#container{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

p{
	margin: 0 0 15px 0;
}

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

a:hover{
	text-decoration: underline;
}

h1, h2, h3{
	color: #9b8c82;
	font-family: Times;
	letter-spacing: 1px;
}

h1{
	font-size: 1.7em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h2{
	font-size: 1.5em;
	margin-bottom: 30px;
}

h3{
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.white{
	color: #FFF;
}

/* -- HEADER -- */

#header{
	font-size: .9em;
	padding-top: 12px;
	line-height: 1em;
	height: 62px;
	padding-bottom: 222px;
	color: #a6c4cb;
}

#addressLeft{
	float: right;
	margin-right: 40px;
}

#addressRight{
	float: right;
	margin: 10px 60px 0 0;
}

/* -- CONTENT AREA -- */

#sidebar{
	clear: both;
	margin: 0 0 0 40px;
	padding: 30px 20px 0 30px;
	width: 262px;
	float: left;
}

#sidebar p{
	margin-bottom: 20px;
}

#content{
	margin: 0 0 0 27px;
	padding: 45px 40px 0 40px;
	width: 501px;
	float: left;
}

/* -- FOOTER -- */

#footer{
	clear: both;
	width: 1000px;
	margin: 0 auto;
	background: url(graphics/Iciena_Web_footerbar.gif) top no-repeat;
	text-align: right;
}

#footer p{
	padding: 15px 50px 0 0;
	font-size: .8em;
}

