/* CSS Document */
body {
	margin:auto;
}
#wrap {
	width:770px;
}
#head {
	width:770px;
	height:350px;
	background: url(images/ed_01.jpg) no-repeat;
	text-align:left;
	padding-top:295px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#777777;
}
#head:first-letter {
	font-weight:bold;
}
#content {
	float:left;
	width:550px;
	margin-top:-280px;
	text-align:justify;
	font-family:tahoma;
	font-size:10pt;
	color:#474747;
}
h1 {
	padding:0 0 0 60px;
	margin:0;
	font-weight:bold;
	font-size:13pt;
	letter-spacing:5px;
	color:#C7C7C7;
	background:url(images/h1.gif) no-repeat left top;
}
#navigation {
	width:200px;
	float:right;
	margin-top:-280px;
	padding-right:10px;
	text-align:right;
}
.nav {
	background: url(images/nav.gif) no-repeat right top;
	font-size:11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right:55px;
	color:#939393;
	font-weight:bold;
}
#navigation a {
	display:block;
	width:110px;
	background:#EBEBEB;
	text-align:right;
	text-decoration:none;
	border-bottom:2px solid #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color:#767676;
	font-size:10pt;
	padding-right:20px;
}
#navigation a:hover {
	background:#767676 url(images/arrow.gif) no-repeat right top;
	color:#ffffff;
	padding-right:50px;
	width:70px;
}
#foot {
	clear:both;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#BCBCBC;
	width:770px;
	height:103px;
	background:url(images/ed_03.jpg) no-repeat;
	padding-top:75px;
}
#foot a {
	text-decoration:none;
	color:#A3A3A3;
	border-bottom:1px solid #EDEDED;
}
a {
	text-decoration:none;
	color:#000000;
	border-bottom:1px dashed #000000;
}
a:hover {
	color:#505050;
	border-bottom:1px dashed #A8A8A8;
}
strong,b {
	color:#8C8C8C;
}
em,i {
	color:#000000;
}
u {
	color:#474747;
}