body {
	padding: 0 0 30px;
	background-color: #FFFFFF;
	font-size: 62.5% /* 16px × 62.5% = 10px */;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
html,body { width: 100%; height: 100%; }
/* 100% in any resolution */

*	{margin: 0; padding: 0; }
/* creates no space after return*/


p	{
	font-size: 1.2em;
	color: #6F6659;
	line-height: 1.5em;
	}
	
p.margin	{
	margin-right: 445px;
	}
	
a	{
	font-weight: 600;
	letter-spacing: .1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#F68800;
	text-decoration: none;
	}
	
a:hover {
	color: #6F6659;
	}	
	
	
h1	{
	width: 323px;
	height: 65px;
	margin: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url(images/index.communication.jpg);
	}
	
h2	{
	color:#F68800;
	line-height: -0em;
	font-size: 1.8em;
	font-weight: 300;
	letter-spacing: .15em;
	}
	
h3	{
	color:#F68800;
	font-size: 1.4em;
	letter-spacing: .2em;
	text-align: center;
	line-height:normal;
	}
	
h4	{
	color:#6F6659;
	font-size: 0.9em;
	text-align: center;
	font-weight: normal;
	}

#header {
	height: 160px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 36px;
	z-index: 10;
}

#containerHorizontal {
	position: relative;
	min-height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

#containerVertical {
	height: auto;
	width: 100%;
	top: 175px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F68800;
	position: absolute;
	margin-right: 0px;
	z-index: 1;
	}






#content {
	width: 642px;
	height: 100%;
	z-index: 3;
	position: relative;
	padding:50px 0 30px 0;
	float: right;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image:url(images/blocks.jpg);
	}
			

#nav {
	width: 128px;
	height: auto;
	z-index: 3;
	position: relative;
	padding: 48px 0 0 0;
	float: left;
}


ul	{
	text-align: right;
	z-index: 3;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #C0AF99;
	padding: 0 25px 20px 0;
	}
	
	
li {
	text-align: right;
	list-style: none;
	padding: 25px 0 8px 0;
	}


li a {
	font-weight: 600;
	font-size: 1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF
	}
	
li a:hover {
	border-bottom-color: #6F6659;
	}



#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F68800;
	padding: 5px 0 0 0;
	
	}
