* {
		margin: 0px;
	padding: 0px;
}
	:link img {
  border: none;
}
body {
	background-color: #999;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-position: top;
}
#content {
	background-image: url(images/content_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	min-height: 1000px;
}
#logo {
	width: 1100px;
	height: 280px;
}
#nav-new {
	height: 46px;
	width: 910px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}
#page-header {
	height: 40px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#entry-head {
	background-image: url(images/content_header.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#entry {
	background-image: url(images/content_body.png);
	background-repeat: repeat-y;
	background-position: center;
	min-height: 500px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: left;
	float: left;

}
#entry-foot {
	background-image: url(images/content_footer.png);
	height: 20px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	float: left;

}
#content-holder {
	width: 750px;
	margin-right: auto;
	margin-left: auto;	
}

  #skyline {
	width: 910px;
	height: 46px;
	padding: 0;
	position: relative;
}
  #skyline li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}
  #skyline li, #skyline a {
	height: 46px;
	display: block;
}
	  #panel1b {
	left: 31px;
	width: 126px;
}
  #panel2b {
	left: 182px;
	width: 205px;
}
  #panel3b {
	left: 412px;
	width: 254px;
}
  #panel4b {
	left: 691px;
	width: 197px;
  }
  #panel1b a:hover {
    background: transparent url(images/menu.gif)
    -31px -46px no-repeat;}
  #panel2b a:hover {
    background: transparent url(images/menu.gif)
    -182px -46px no-repeat;}
  #panel3b a:hover {
    background: transparent url(images/menu.gif)
    -412px -46px no-repeat;}
  #panel4b a:hover {
    background: transparent url(images/menu.gif)
    -691px -46px no-repeat;}
p {
margin-bottom: 10px;	
}
#footer {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D1D1;
	font-size: 11px;
	color: #EDEDED;
	text-align: left;
	font-weight: bold;
	background-color: #525252;
	clear: both;
}
#credit {
text-align: right;	
}
a {
	font-weight: bold;
	color: #C60000;
	text-decoration: none;	
}
a.hover {
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}
.thumbnail a {
background-color:#222222;
border:1px solid #2A2A2A;
float:left;
margin-bottom:15px;
margin-right:17px;
padding:3px;	
}
.left {
	float: left;
	width: 325px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#clear {
	clear: both;
	height: 5px;
}
#pic-holder {
width: 700px;
float: left;
}
#entry ul li {
	list-style-type: none;
	margin-left: 5px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

