body
{
	background-image:url(imgs/pinstripes.png);
background-color:#1c75ae;
margin: 0 0 0 0;
padding: 0 0 0 0;
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
color:#FFF
}

.ie6
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:5000;
	width:100%;
	height:1000px;
	background-color:#FFF;
	color:#666;
	text-align:center;
}

.ie6_link
{
	color:#036;
	text-align:center;
	text-decoration:underline;
}

.background
{position:absolute;
top:0px;
right:0px;
z-index:-2;
}

.background_bottom
{position:absolute;
bottom:-200px;
left:0px;
z-index:-2;
}

.container
{
	width:1100px;
margin: 0 auto;
}

.old_container
{float:right;
width:90%;
margin-right:30px;
}

.LayoutSelect
{text-align:right;
position:absolute;
top:15px;
right:30px;
background-image:url(imgs/dark_background.png);
padding:5px;
}

.headline
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
}

.article
{float:left;
width:650px;
background-image:url(imgs/dark_background.png);
padding:15px;
border-style:solid;
border-color:#fff;
border-width:2px;
margin-bottom:30px;
margin-top:70px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:0px 0px 15px #fff;
position:relative;
}

.article_headline
{
	position:relative;
	right:-160px;
	background-image:url(imgs/background_fade.png);
	font-weight:bold;
	font-size:1.8em;
	padding:15px;
	top:-15px;
	text-align:right;
	width:475px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	text-shadow:1px -1px 0px #000;
}

.article_footer
{
	position:relative;
	background-image:url(imgs/background_fade2.png);
	background-repeat:repeat-y;
	padding: 15px;
	width:500px;
	left:-15px;
	bottom:-15px;
	font-size:.9em;
	min-height:70px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}

.main
{
	text-align:center;
	float:right;
	width:400px;
	margin-top:60px;
}

.main_inside
{
	text-align:center;
padding:0px 20px 0px 20px;
	background-image:url(imgs/glass_background.png);
background-repeat:repeat-y;

}

h1
{
	
	
}

img
{border-width:0px;
}

a
{
	border:0px;
	border-width:0px;
	font-size:.9em;
	text-decoration:none;
	color:#FFF;
}

a:hover
{
	color:#39F;

}

.gallery
{
	font-size:.7em;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	opacity:.6;
}

.article_image_left
{float:left;
margin:10px;
}

.article_image_right
{float:right;
margin:10px;
}

.hidden_picture
{display:none;
}

/* Slideshow */

#slideshow {
	margin:0 auto;
	width:680px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
	left:-15px;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:680px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:690px; /* reduce by 20 pixels to avoid horizontal scroll */
}

.slide img {
	width:680px;
}

/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(imgs/control_left.png) no-repeat 0 0;
  z-index:10;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(imgs/control_right.png) no-repeat 0 0;
  z-index:10;
}
