body {
	background-color:#000;
	margin: 0;
 	padding: 0;
 	text-align: center;
}
a {
 color: #FFF0D3;
 border-bottom: 1px dotted #FED271;
 text-decoration: none;
}
a:hover {
 color: #FED271;
 border-bottom: 1px dotted #CB2C28;
}
a.noDeco, a.noDeco:hover {
 border: 0;
 text-decoration: none;
}
u {
 color:#FFF0D3;
}
img {
 border: 0px;
}
div#shell {
 background-color: #232323;
 margin: auto;
 text-align: left;
 width: 759px;
}
div#header {
 background-color: #292928;
 background-image: url(../img/header.gif);
 background-repeat: repeat-x;
 border-top: 10px solid #191919;
 border-bottom: 5px solid #191919;
 height: 70px;
 margin: 0;
}
div#ega {
 background-image:url(../img/title.png);
 float: left;
 width: 290px;
 height:70px;
 background-repeat:no-repeat;
}
/*img, div#ega { 
 behavior: url(../utilities/iepngfix.htc); 
}*/
div#navigation {
 float: right;
 padding: 38px 0 0 0;
}
div#photo {
 background-color: #2D2D2D;
 background-image: url(../img/cityHall.jpg);
 background-repeat: no-repeat;
 border-bottom: 5px solid #191919;
 height: 253px;
}
h1 {
 color: #FFF;
 font-family: Georgia, Verdana, Arial, sans-serif;
 font-size: 240%;
 font-weight: normal;
 line-height: 1.2em;
}
h2 {
 color: #FFF;
 font-family: Georgia, Verdana, Arial, sans-serif;
 font-size: 200%;
 font-weight: normal;
}
h3 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 120%;
}
div#content {
 color: #DDD;
 float: left;
 font-family: Verdana, sans-serif;
 font-size: 67%;
 line-height: 1.7em;
 width: 540px;
}
div#fullcontent {
 color: #DDD;
 float: left;
 font-family: Verdana, sans-serif;
 font-size: 67%;
 line-height: 1.7em;
 width: 759px;
}
div.tfloat {
 float:left;
 color:#FFF0D3;
 text-align:right;
 width:170px;
}
div.float {
 float:left;
 text-align:right;
 width:170px;
}
div.nfloat {
 float:left;
 text-align:center;
 width:170px;
}
div.efloat {
 unicode-bidi:bidi-override; direction:rtl;
 float:left;
 text-align:right;
 width:170px;
}
span.codedirection { 
 unicode-bidi:bidi-override; direction: rtl;
 color:#FFF0D3; 
}
div#bounds {
 padding: 5px 20px;
}
div.separator {
 border-top: 2px solid #191919;
 width: 100%;
}
div#sidebar {
 color: #CCC;
 float: left;
 font-family: Verdana, Arial, sans-serif;
 font-size: 66%;
 line-height: 1.3em;
 width: 219px;
}
div#sidebounds {
 padding: 5px 10px;
}
div.clear {
 border: 0;
 margin: 0;
 clear: both;
}
div#footer {
 background-color: #191919;
 color: #666;
 font-family: Arial, Verdana, sans-serif;
 font-size: 62%;
 padding: 5px 20px;
}