html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 1;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
    border-width: 1px;
    border-color: yellow;
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #3A0404 url(images/page_bg.jpg) repeat-x;
	font: 11px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

#body_thin {
	background: #3A0404 url(images/page_bg.jpg) repeat-x;
	font: 11px arial, sans-serif;
	color: #ffffff;
	padding-bottom: 10px;
}

#body_thin h2 {
  font-size: 12px;
  text-align: right;
  margin-bottom: 1.5em;
}
#body_thin h3 {
  font-size: 9px;
  color: #FFEA00;
}

/** layout **/
#wrapper {
	width: 678px;
	min-height: 750px;
	_height: 750px;
	background: url(images/header1.jpg) no-repeat;
  position: relative;
}

/** pop up layout **/
#pop_wrapper {
	width: 678px;
	min-height: 750px;
	_height: 750px;
  position: relative;
}

#pop_wrapper_thin {
	width: 200px;
	min-height: 750px;
	_height: 750px;
  position: relative;
}

h1 {
  padding: 25px 0 0 30px;
  font: 32px "arial black", arial, sans-serif;
  color: #151515;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

/* nav */

#nav {
  position: absolute;
  top: 0px;
  left: 290px;
  width: 500px;
}
#nav li {
  float: left;
  background: url(images/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 45px;
  line-height: 1.1;
}
#nav span {
  display: block;
  font-size: 28px;
}
#nav a {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

/** topcontent **/

#topcon {
  background: url(images/topcon.jpg) no-repeat;
  width: 427px;
  position: absolute;
  top: 105px;
  left: 338px;
  color: #fff;
}
#topcon-inner {
  margin: 33px 40px 41px 85px;
  height: 120px;
  overflow: auto;
}
#topcon h2 {
  font-size: 14px;
}

/** Body **/

#content {
  width: 710px;
  position: absolute;
  color: #fff;
  top: 299px;
  left: 33px;
}
#content a {
  color: #fff;
}
#content a:hover {
 /* color: #fee; */
 color: #FFA405;
}

#pop_content {
  width: 710px;
  position: absolute;
  color: #fff;
  top: 33px;
  left: 33px;
}
#pop_content a {
  color: #fff;
}
#pop_content a:hover {
  color: #fee;
}



#body {
  border: 3px solid white;
  background: #901315;
  padding: 18px;
}

.box {
  float: left;
  width: 195px;
  background: #730F11;
  margin-right: 18px;
}
.box-t { background: top url(images/box_t.gif) repeat-x; }
.box-r { background: right url(images/box_r.gif) repeat-y; }
.box-b { background: bottom url(images/box_b.gif) repeat-x; }
.box-l { background: left url(images/box_l.gif) repeat-y; }
.box-tr { background: top right url(images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(images/box_tl.gif) no-repeat; }

.box-tl {
  padding: 13px 18px;
}


.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}


#grac_wide1 {
  width: 440px;
}
#grac_wide1 .box-tl {
  padding-bottom: 22px;
}
#grac_wide1 ul {
  margin: 1em 0;
}
#grac_wide1 li {
  list-style: disc;
  margin: 0.9em 0;
}
#grac_wide1 ul a {
  text-decoration: none;
}
#grac_wide1 ul a:hover {
  text-decoration: underline;
}


#grac_wide2 {
  width: 600px;
}
#grac_wide2 .box-tl {
  padding-bottom: 22px;
}
#grac_wide2 ul {
  margin: 1em 0;
}
#grac_wide2 li {
  list-style: none;
  margin: 0.9em 0;
}
#grac_wide2 ul a {
  text-decoration: none;
}
#grac_wide2 ul a:hover {
  text-decoration: underline;
}


#hits {
  width: 240px;
}
#hits .box-tl {
  padding-bottom: 22px;
}
#hits ul {
  margin: 1em 0;
}
#hits li {
  list-style: none;
  margin: 0.9em 0;
}
#hits ul a {
  text-decoration: none;
}
#hits ul a:hover {
  text-decoration: underline;
}

#new {
  margin-right: 0;
}
#new .box-tl {
  padding-bottom: 18px;
}
#new p {
  margin-top: 0;
  margin-bottom: 3.6em;
}

#body h2 {
  font-size: 12px;
  text-align: right;
  margin-bottom: 1.5em;
}
#body h3 {
  font-size: 9px;
  color: #FFEA00;
}
#body .more a {
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: underline;
}
#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
  text-align: center;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}

#footer_thin {
  border-left: 30px;
}
#footer_thin p, #footer ul {
  margin: 0.8em;
}
#footer_thin ul {
  margin-top: 1.2em;
}
#footer_thin li {
  display: inline;
  list-style: none;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
	
