/* CSS Document */

body, h1, H1, H2, h4, img, li, ol, ul, p, div, form, table {
margin:0px;
padding:0px;
}

BODY {
background-image: url(images/metal.jpg);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
margin: 0px 0px 0px 0px;
text-align:left;
}
	
H1 {
margin: 0px 0px 0px 0px;
font-size:1.1em;
color:#000000;
}

H2 {
margin: 0px 0px 0px 0px;
font-size:1em;
color:#333333;
}

#site-container {
margin-right: auto;
margin-left: auto;
width: 724px;
background-color:#ECECEC;
text-align:left;
}

#site-borders {
border-left-width: 2px;
border-left-style: solid;
border-right-width: 2px;
border-right-style: solid;
border-bottom-width: 2px;
border-bottom-style: solid;
border-color: #000000;
clear:both;
}

#banner {
margin:0px;
padding:0px;
}

#content{
background-color:none;
min-height: 258px;
margin:0px;
padding:20px;
/*line-height:15pt;*/
color:#000000;
font-size:1.1em;
text-align:left;
}

/* for Internet Explorer */

/*\*/

* html #content {
height: expression('258px'); min-height: 258px;
}

/**/

#content A {
color:#FF0033;
text-decoration:none;
}

#content A:hover {
color:#FF0033;
text-decoration:underline;
}

#content A:visited {
color:#FF0033;
text-decoration:none;
}

#content A:visited:hover {
color:#FF0033;
text-decoration:underline;
}
	
#gallery-photos {
text-align:center;
background-color:none;
margin:0px 0px 0px 1px ;
padding:0px;
}
	
#credits {
text-align:center;
background-color:none;
font-size:0.9em;
font-weight:bold;
color:#000000;
margin:0px;
padding:4px 0px 0px 0px;
clear:both;
}

#credits A {
color:#000000;
text-decoration:none;
}

#credits A:hover {
color:#FF0033;
text-decoration:underline;
}

#footer {
height:0px;
font-size: 1%;
background-repeat: no-repeat;
clear:both;
}

.clear {
clear:both;
}

.clear_padding {
clear:both;
padding-top:15px;
}

.right{
float:right;
padding-right:0px;
padding-left:15px;
padding-top:0px;
padding-bottom:0px;
}

.center {
text-align:center;
}

.info_box{
  border:2px solid #dedede; padding:4px;text-align:center;background-color:#fff;
}

.newsflash_title{
  border:2px solid #dedede; padding:2px;text-align:center;margin-bottom:4px;background-color:#fff;font-weight:bold;font-size:1.1em;
}