/**************************

BASIC 

***************************/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
  margin: 0;
  padding: 0;
}

body {
  font: 76%/110% Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  text-align: left;
}

* html, body {
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small; /* for other IE versions */
}

.clear {
  clear: both;
}

img {
  border: 0;
}	

.left {
  text-align: left;
}

.center {
  text-align: center;
}

A:link {color: #000; text-decoration: none;}
A:visited {color: #000; text-decoration: none;}
A:active {color: #000; text-decoration: none;}
A:hover {color: #fff; text-decoration: none; background: #da4e26;}

div.hr {
  height: 1px;
  background: #fff url(../images/dots2000.gif) repeat-x scroll center;
}
div.hr hr {
  display: none;
}


/**************************

HEADER

***************************/

#header {
	width: 100%;
	height:213px;
	background: #000 url(../images/easter_header_bg.jpg) repeat-x;
}

#easter-header-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:466px;
	height:97px;
	background: #000 url(../images/easter_header_01.jpg) no-repeat;
}

#easter-header-02_ {
	position:absolute;
	left:466px;
	top:0px;
	width:333px;
	height:97px;
	background: #000 url(../images/easter_header_02.jpg) no-repeat;
}

#easter-header-bg-03_ {
	position:absolute;
	left:0px;
	top:97px;
	width:221px;
	height:47px;
}

#easter-header-bg-04_ {
	position:absolute;
	left:221px;
	top:97px;
	width:137px;
	height:47px;
}

#easter-header-bg-05_ {
	position:absolute;
	left:358px;
	top:97px;
	width:108px;
	height:47px;
}

#easter-header-bg-06_ {
	position:absolute;
	left:466px;
	top:97px;
	width:96px;
	height:47px;
}

#easter-header-bg-07_ {
	position:absolute;
	left:562px;
	top:97px;
	width:119px;
	height:47px;
}

#easter-header-bg-08_ {
	position:absolute;
	left:681px;
	top:97px;
	width:118px;
	height:47px;
}

#easter-header-09_ {
	position:absolute;
	left:0px;
	top:144px;
	width:466px;
	height:69px;
	background: #000 url(../images/easter_header_09.jpg) no-repeat;
}

#easter-header-10_ {
	position:absolute;
	left:466px;
	top:144px;
	width:333px;
	height:69px;
	background: #000 url(../images/easter_header_10.jpg) no-repeat;
}

/**************************

CONTENT

***************************/

#content {
	width: 800px;
	position: relative;
	left: 0px;
	margin: 0;
	padding: 0;

}

#main {
	width: 585px;
	margin: 0 10px;
	float: left;
}

#right {
	width: 170px;
	float: left;
}

#clear {
 	clear: both;
}

#footer {
	width: 800px;
	position: relative;



}

/**************************

ROUNDED BORDERS

***************************/

.dialog {
 margin:0px auto;
 min-width:100px;
 max-width:1000px;
 color:#000;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; 
 height:5px;
}

.dialog .ft .c {
 height:5px;
}

.dialog .hd {
 background:transparent url(../images/tl.gif) no-repeat 0px 0px;

}

.dialog .hd .c {
 background:transparent url(../images/tr.gif) no-repeat right 0px;

}

.dialog .bd {
 border-left: 1px solid #b83638;

}

.dialog .bd .c {
 border-right: 1px solid #b83638;

}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 padding:1em;
}

.dialog .ft {
 background:transparent url(../images/bl.gif) no-repeat 0px 0px;

}

.dialog .ft .c {
 background:transparent url(../images/br.gif) no-repeat right 0px;

}


