/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;
}
body {		
	font: small verdana;
	color: #333;
	text-align:center;
	background: url(../img/bg.png) repeat-x right top;
	background-color: #858484;	
}

#container {
	margin-left:auto;
	margin-right:auto;
	width: 913px; 
	min-height:100%;
	text-align: left;
    position:relative;
}

#header_picture{
	height:357px;
	background:url(../img/header_picture.png) no-repeat;
}
#banner{
	height:82px;
	background:url(../img/header.png) no-repeat;
}
#content{
background:url(../img/main_bg.png) repeat-y;
padding:10px 25px 10px 25px;
overflow:auto;
}

#clearfooter {height:174px;width:100%;clear:both}
#footer{
margin-top:-154px;
height:154px;
background:url(../img/footer.png) repeat-x;
}
#copyright{
color:#979696;
padding:15px 5px 10px 5px;
}

.site_languages{
position:absolute;
top:15px;
left:20px;
}
#admin_link_container{
}

#testimonials{
width:285px;
height:50px;
position:absolute;
top:350px;
right:30px;
color:#666;
font-size:x-small
}
#testimonials div{
position:absolute;
}

/***************/

h1{
margin:0;
padding:0;
margin-bottom:10px;
font-size:16px;
}

h1.glossy {
  font-size:25px;
  position: relative;
  color: black;
}
h1.glossy span {
  background: url(../img/h1_glossy.png) repeat-x top left;
  position: absolute;
  display: block;
  width: 100%;
  height: 31px;
}
* html h1.glossy span{
background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/h1_glossy.png', sizingMethod='scale');
}


.blue{
color:#255caa;
}

a{color:#377BC4;}
a:link{color:#377BC4;}
a:visited{color:#333;}
a:hover{color:#377BC4;text-decoration:underline}
