ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
fieldset{
	border:0;
}
a,a:link,a:visited,a:hover{
	color:#00f;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
body{
	position:relative;
	background:#5475ac url(images/body_bg.jpg) repeat-x;
	color:#000;
	font:62.5% Arial,sans-serif;
}

#centerhome{
  width: 620px;
  height: 100%;
  background: #000;
  margin: 0px auto;
}

.indexhome{background: #000;}
.indexhome img{border: 0;}

#header{
	width: 964px;
	height: 262px;
	padding: 36px 0px 0px 8px;
	background: url(images/header_bg.jpg) bottom no-repeat;
}

#logo{
	display: block;
	width: 517px;
	height: 65px;
	float: left;
	text-indent: -99999px;
	background: url(images/logo.jpg) no-repeat;
}

#main{
	width: 972px;
	float: left;
	background: url(images/main_bg.jpg) repeat-y;
}

#main_btm{
	width: 972px;
	height: 13px;
	float: left;
	background: url(images/main_btm.jpg) no-repeat;
}

#left_column{
	width: 260px;
	float: left;
	padding: 0px 0px 0px 10px;
}

#navigation{
	width: 659px;
	height: 23px;
	float: right;
	padding: 9px 0px 0px 27px;
	background: url(images/navigation_bg.jpg) repeat-x;
}

#navigation ul li{
	float: left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 11px;
	background: url(images/nav_li_bg.jpg) center left no-repeat;
	position: relative;
}

#navigation ul li a{
	font-size: 1.1em;
	color: #fff;
}

#navigation ul li ul{
  clear: both;
  display: none;
  position: absolute;
  padding: 4px 0 0 0;
  width: 100px;
  border-bottom: 1px solid white;
}

#navigation ul li ul li{
  display: block;
  float: none;
  background: none;
  padding: 0;
  
  margin: 0;
}

#navigation ul li a:hover{
	text-decoration: none;
}

#navigation ul li ul li a{
  display: block;
  width: 95px;
  padding: 5px 0 5px 5px;
   background: #333;
   border: 1px solid white;
   border-bottom: 0;
  border-collapse: collapse;
}

#navigation ul li ul li a:hover{
  background: #000;
}

#navigation ul li.no_bg{
	padding: 0px;
	margin: 0px;
	background: none;
}


#right_column{
	width: 550px;
	float: left;
	padding: 22px 0px 30px 40px;
}

#right_column h1{
	font-size: 2.3em;
	color: #fff;
	margin: 0px 0px 36px 0px;
}

#right_column h2{
	font-size: 1.3em;
	color: #fff;
	font-weight: normal;
	margin: 0px 0px 13px 0px;
}

#right_column p{
	font-size: 1.3em;
	color: #fff;
	margin: 0px 0px 10px 0px;
}

#right_column ul li{
	list-style-type: disc;
	font-size: 1.3em;
	color: #fff;
	margin: 5px 0px 5px 30px;
}

#right_column a{
	color: #9b0749;
}

#right_column span{
	color: #ff00b4;
}



#footer_container{
	width: 100%;
	clear: both;
	background: url(images/footer_bg.jpg) repeat-x;
}

#footer{
	width: 656px;
	height: 22px;
	margin: 0 auto;
	padding: 9px 0px 0px 316px;
}

#footer ul li{
	float: left;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 13px;
	background: url(images/footer_li_bg.jpg) center left no-repeat;
}

#footer ul li a{
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
}

#footer ul li.no_bg{
	background: none;
	margin: 0px;
	padding: 0px;
}

#footer ul li a:hover{
	text-decoration: none;
}

.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
#wrapper{
	width: 972px;
	margin:0 auto;
}

.gallery img
{
margin-right: 15px;
margin-bottom: 15px;
border-width: 1px;
border-style: solid;
border-color: #fff;
}