html, body{
	background: #efefef url(../images/header-bg.jpg) 0 20px repeat-x;
	color: #000000;
	font-family: "Trebuchet MS", "Tahoma", sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

body{
	padding-top: 20px;
}

#header{
	width: 750px;
	height: 95px;
	margin: 0 auto 0 auto;
	padding: 0;
	padding-top: 50px;
	text-align: center;
	background: transparent url(../images/logo.gif) 20px 30px no-repeat;
}

#header ul{
	clear: right;
	float: right;
	width: 440px;
	margin: 0;
	padding :0;
	list-style-type: none;
}

#header li{
	float: left;
}

#header li a{
	display: block;
	background: transparent url(../images/bg-menu.gif) no-repeat;
	background-position: 40px -40px;
	float: left;
	width: 110px;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

#header li a:hover{
	background-position: 40px 0;	
}

#langSel{
	float: right;
	width: 300px;
	height: 20px;
	text-align: right;
	padding: 10px;
	margin: 0;
}

#langSel a img{
	border: 0;
}

#content{
	width: 750px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#main{
	float: left;
	width: 450px;
	margin: 0;
	padding: 5px;
	border: 1px solid #000000;
	background: #eeeeee url(../images/content-bg.jpg) bottom repeat-x;
}

#info, #response{
	float: right;
	width: 250px;
	margin: 0;
	padding: 5px;
	border: 1px solid #000000;
	background: #ffcc33 url(../images/info-bg.jpg) bottom repeat-x;
}

#response{
	width: 750px;
}

#footer{
	clear: both;
	margin: 25px 0 0 0;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #eeeeee;
}

#info h1, #main h1{
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 5px;
}

#main ul{
	margin: 0 0 0 35px;
	padding: 0;
	list-style-type: circle;
}

#main a, #info a{
	text-decoration: underline;
	color: #121212;
}

#main p, #info p{
	margin: 0;
	padding: 5px;
}

#main dl, #info dl{
	margin: 0;
	padding: 5px;
}

dl.contact{
	width: 440px;
	margin: 0;
	padding: 5px;
}

dl.contact dt{
	padding: 0;
	margin: 0;
}

dl.contact dd{
	padding: 0;
	padding-left: 10px;
	margin: 0;
}

input{
	width: 205px;
	margin: 0;
	padding: 2px;
}

input.button{
	width: 150px;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	background: # url(../images/content-bg.jpg) bottom repeat-x;
}

textarea{
	width: 410px;
	margin: 0;
	padding: 2px;	
}

.center{
	text-align: center;
}

table{
	width: 430px;
	margin: 0;
	padding: 0;
}

th{
	margin: 0;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	width: 50%
}

td{
	width: 215px;
	margin: 0;
	padding: 5px;
}
