* {
	margin: 0;
}

html { background-color:#e7e7e7}
body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	height: 100%;
	background: #fff url(../img/layout/topBg.jpg) repeat-x;
	color:#797979;
	margin:0;
	padding:0
}

h1,h2,h3,h4{
	font:Lucida Grande,Trebuchet MS,tahoma,Verdana, Arial, Helvetica,sans-serif;
}



/* containers */ 
#container {
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:895px;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}


#language {
	float: right;
	margin-top:57px;
	font-size:12px;
	color:#fff;
} 
	
	#language ul li{
		float:left;
		list-style-type:none;	
	}
	                
	#language a {
		text-decoration:none;
		color: #a9a9a9;
		padding:0 0 0 10px;
	}     
	
	#language a:hover,#language a.active {
		color:#fff;
	}
#header{
	float: left;
	clear: both;
	width: 100%;
	vertical-align:top;
	margin-bottom:20px;
}
#header span {color:#424242; font-weight:normal; margin-right:35px}
#header img { vertical-align:top; float:left}

	#logo{
		float: left;
		margin-top: 31px;
	}
	#banner{
		float: left;
		width: 520px;
		height: 200px;
		padding: 41px 0 0 19px;
		margin: 0 25px 0 55px;
	}


/* CENTER */
#middle {
	clear:both;
	margin: 0;
	padding: 0 0 0;
  	min-height:600px;
  	height:auto !important;
  	height: 600px;
	width: 901px;

}

#headerimg{
	margin: 0;
	padding: 0 0 1px 0;
	background: #fff;
}

#middlecontent{
	background: #F0F0F0;
	padding: 48px 108px 100px 108px;
	margin: 0 0 1px 0;
	width: 685px;
  	min-height: 450px;
  	height:auto !important;
  	height: 400px;
	background: #F0F0F0;
}

	#middlecontent h2{
		color: #336699;
		font-size: 18px;
		margin: 0 0 34px 0;
		font-weight:bold;
	}
	#middlecontent p{
		color: #666;
		font-size: 12px;
		width: auto;
	}


#right{
	float: left;
	width: 150px;
	margin: 0px 10px 0px 10px;
	padding: 25px 0;
}

	#login{
		float: left;
		clear: both;
		width: 150px;
    	margin-top: 15px;
    	border: 0;
    	background: #b2c6e5;
    	padding: 15px;
	}
	
#subscriptions{
    float: left;
    clear: both;
    width: 150px;
    margin-top: 15px;
    border: 0;
    background: #b2c6e5;
    padding: 15px;
}


	


/* FOOTER */
.push {
	height: 50px; /* .push must be the same height as .footer */
	clear:left;
}



	




