html,body {

	text-align: center;
	background: #ffffff;
	background-image: url(../images/bkgrnd.png);
	background-repeat: repeat-x;
}

#container {

	text-align: left;
	margin: auto;
	width: 763px;
	min-height: 100%;

}

#lang-nav {

	width: 763px;
	height: 35px;
	background-image: url(../images/lang-nav.png);
	background-repeat: no-repeat;

}


#header-img {

	width: 763px;
	height: 158px;
	background-image: url(../images/header-img.png);
	background-repeat: no-repeat;

}

h1 {

	float: right;
	font-family: arial, tahoma, verdana, arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	margin-right: 20px;
	padding-top: 2px;
}

h1 a {

	 text-decoration: none;
	 font-family: arial, tahoma, verdana, arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	
}

	

#body-con {
    
     width: 763px;
     background-image: url(../images/body-con.png);
     background-repeat: repeat-y;
     min-height:100%;
	
}


#menu-div {

     float: left;
     width: 175px;
    

}
#dynamic-con {

     float: right;
     width: 575px;
     padding-bottom: 20px;
}

#footer {
     clear:both;
     width: 763px;
     height: 20px;
     background-image: url(../images/footer.png);
     background-repeat: no-repeat;
     position:relative;
     top:20px;
}

h3 {


     height: 10px;
     font-family: arial, tahoma, verdana, arial, sans-serif;
     color: #c0c0c0;
     font-size: 10px;
     padding-top: 5px;
     padding-left: 20px;
     clear:both;
     margin-top:30px;
}

#well-txt {

	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 30px;

}

#well-txt-header {

	font-family: georgia, arial, tahoma, verdana, arial, sans-serif;
	font-size: 18px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 0px;

}
		
