/* -------------------- tag styles --------------------*/
body,td,div {font-family: verdana; font-size: 12px;}
html,body{margin:0;padding:0;height:100%;border:none;}
table {border-spacing: 0px; border-collapse: collapse;}
td {vertical-align: top; padding:0px;}
img {border: 0px;}
form{margin:0px; padding:0px;}

h1, h2, h3, h4, h5, h6 {margin: 0px; font-weight: bold; color: silver;}
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}

a {}
a:hover {}
a:focus {outline: none;}
a:active {}
a:visited {}

/* -------------------- standard styles --------------------*/
.b {font-weight: bold;}
.n {font-weight: normal;}
.i {font-style: italic;}

.tr{text-align:right;}
.tl{text-align:left;}
.tc{text-align:center;}

.pa {position: absolute;}
.pr {position: relative;}

.fl {float: left;}
.fr {float: right;}

.fs10 {font-size: 10px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}

.fc1 {color: #000;}
.fc2 {color: #FFF;}
.fc3 {color: #505050;} /*gray*/

.ls25 {letter-spacing: 0.025em;}

a.lnk1 {color: gray;}
a.lnk1:hover {color: silver;}

a.lnk2 {color: red;}
a.lnk2:hover {color: blue;}

a.lnk3 {color: green;}
a.lnk3:hover {color: purple;}

/* -------------------------------------------------------------------------------------------*/
/* -------------------- MAIN start --------------------*/
div#content {}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%;/* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#main {
	width: 100%; 
	margin: 0 auto;
	height:430px;
	background: url(../images/bg.gif) repeat-x bottom left;
	position:relative;
}

div#main .edi{
	background: url(../images/edi.jpg) no-repeat top left;
	position:absolute;
	left:50%;
	margin-left:-126px;
	width:171px;
	height:70px;
	top:145px;
	padding:143px 41px 37px 40px;
	font-size:24px;
	line-height:22px;
	text-align:center;
}
/* --------------------- MAIN end ---------------------*/
/* --------------------- FOOT start -------------------*/

div#foot{
	width:409px;
	height:63px;
	margin: 0 auto;
	color: #908E8E;
	position:relative;
	padding-top:24px;
}

div#foot a{
	text-decoration:none;
	color: #F09F00;
}

div#foot a:hover{
	text-decoration:underline;
}

div#foot img{
	position:absolute;
	top:56px;
	left:150px;
}

