body {
	padding: 0px;
	margin: 0px;
	background-color: white;
	text-align: center;
}
#main {
	width:740px;
	height:584px;
	margin:30px auto 0 auto;
	background-image: url('../images/home-background.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}
#logo {
	float:left;
	width:316px;
	height:100px;
	margin: 0 0 0 0;
}
#lang_box {
	float:left;
	width:390px;
	height:73px;
	color: black;
	margin:27px 0 0 0;
	padding:0 0 0 0;
}
p {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #5e5998;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}
a {
	color: #5e5998;
	text-decoration: none;
}
a:hover {
	color: #5e5998;
	text-decoration: underline;
}
#left_menu {
	float: left;
	width: 240px;
	height: 300px;
	text-align: left;
	margin: 11px 0 0 0;
	padding: 0 0 0 0;
}
#left_menu ul {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #5e5998;
	list-style-type: none;
	margin: 0 0 0 25px;
	padding: 0 0 0 0;
}
#left_menu ul li {
	margin: 12px 0 0 0;
}
#left_menu a {
	color: #5e5998;
	text-decoration: none;
}
#left_menu a:hover {
	color: #e77919;
	text-decoration: none;
}
#footer {
	float: left;
	width: 740px;
	text-align: right;
	margin: 49px 0 0 0;
	padding: 0 0 0 0;
}
#footer p {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #5e5998;
	margin: 20px 21px 0 0;
	padding: 0 0 0 0;
	text-align: right;
}
html*#footer p {
	margin-top: 19px;
}
#footer p b {
	color: #e77919;
	font-weight: bold;
}
#footer a {
	color: #e77919;
	text-decoration: none;
}
#footer a:hover {
	color: #e77919;
	text-decoration: underline;
}
#footer .footer_menu a {
	color: #5e5998;
	text-decoration: none;
}
#footer .footer_menu a:hover {
	color: #5e5998;
	text-decoration: underline;
}
