html, body {
	margin: 0;
	padding: 0;
	font-family: Arial,Sans-Serif;
	height: 100%;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 0.3em;
	color: #ff8000;
	line-height: 1.2em;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 0.8em;
}

h1 {
	font-size: 3em;
	text-align: right;
}

img { 
	border:0.1em solid #999999;
	padding:0.2em;
	margin-left: 1em;
	float: right;
}

.contact { 
	border:0.1em solid #999999;
	padding:1em;
	margin:2em;
	font-size: 0.8em;
	line-height:normal;
}

.testimony { 
	padding:0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: #efefef;
	/*border-bottom:0.05em solid #999999;*/
}

blockquote   { 
	background: url(../images/left.png) no-repeat left top;
}

blockquote div   { 
	background: url(../images/right.png) no-repeat right bottom; 
	padding: 0 3em;
}

#page-container {
	width: 820px;
	margin: auto;
	height: 100%;
}

#hor-menu-container
{
	margin: 0; auto;
	border-bottom: 0.05em solid #efefef;
	height: 2em;
}

#hor-menu-list
{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#hor-menu-list li
{
	padding: 0;
	margin: 0;
	text-indent: 0;
	display: inline;
}

#hor-menu-list li a
{
	letter-spacing: -0.05em;
	text-decoration: none;
	color: #999999;
	font-size: 1em;
	padding: 0 0.05em;
}

#hor-menu-list li a:hover, #hor-menu-list a.current
{
	color: black;
	border-top: none;
	font-size: 1.5em;
}

#hor-menu-list a.current { 
	color: #ff8000; 
}


#header {
	height: 5em;
	padding: 1.5em;
	background: url(../images/Logo_HEC.png) no-repeat 1em 1em;
	display:block;
}

#ver-menu-container {
	float: left;
	width: 15em;
	height: 100%;
	line-height: 1.5em;
}

#ver-menu-container .padding {
	padding: 1.5em;
}

#ver-menu-list
{
	text-align: left;
	margin: 0 auto;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#ver-menu-list li
{
	list-style:none;
	letter-spacing: -0.05em;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

#ver-menu-list li a
{
	text-decoration: none;
	color: #999999;
	font-size: 1em;
}

#ver-menu-list li a:hover, #ver-menu-list a.current
{
	color: black;
	border-top: none;
}

#ver-menu-list a.current { 
	color: #ff8000;
}

#content {
	margin-left: 16em;
	height: 100;
	border-left: 1px solid #efefef;
	line-height: 1.2em;
}

#content .padding {
	padding: 1.5em;
}

#footer {
	clear: both;
	font-size: 0.6em;
	color: #999999;
	border-top: 1px solid #efefef;
	padding: 1em 2em;
}

#footer #altnav {
	float: right;
	width: 35em;
	text-align: right;
}

#footer #mention {
	float: left;
	width: 30em;
	text-align: left;
}

