body {
	background-color: white;
	color: black;
	text-align: center;
	font-family: georgia;
	font-size: 9px;
}

a {
  color: black;
  text-decoration: underline;
}

a:hover {
  color: gray;
  font-weight: strong;
  text-decoration: none;
}

img {
	border: 0px;
}

#layout {
	background-color: white;
	width: 960px;
	height: 480px;
	margin: auto;
	margin-top: 100px;
}

#left-column {
	float: left;
	width: 320px;
	height: 480px;
	text-align: left;
}

h1 {
	margin: 30px 0 0 31px;
	width: 250px;
	font-size: 11px;
	font-weight: normal;
}

#left-column p {
	margin: 20px 0 0 31px;
	width: 260px;
}

#logo {
	margin: 0 0 0 28px;
}

#right-column {
	float: left;
	width: 640px;
	height: 480px;
}

.menu-margin {
	margin-left: 5px;	
}

.menu-padding {
	margin-left: 1px;	
}

#menu-right p {
	margin: 40px 0 0 350px;
	position: absolute;
	z-index: 999;
	text-align: justify;
	font-size: 10px;
}

#menu-right a {
	color: white;
	text-decoration: none;
}

#menu-right a:hover, #menu-right a:active {
	color: black;
}

#menu-right2 p {
	margin: 40px 0 0 350px;
	position: absolute;
	z-index: 999;
	text-align: justify;
	font-size: 10px;
}

#menu-right2 a {
	color: black;
	text-decoration: none;
}

#menu-right2 a:hover, #menu-right a:active {
	color: gray;
}


#menu-bottom {
	text-align: left;
	width: 900px;
	margin: auto;
}

.menu-btn {
	float: left;
	text-align: center;
	background-image: url(../images/bg_btn.jpg);
	padding-top: 5px;
	width: 65px;
	height: 17px;
	_height: 22px;
	color: White;
	text-decoration: none;
}

.menu-btn:hover {
	text-decoration: none;
}

#languages {
	float: left;
	margin: 10px 0 0 175px;
	_margin: -15px 0 0 175px;
	color: black;
}

#languages a {
	color: black;
	text-decoration: none;
}

#languages a:hover {
	color: black;
	text-decoration: underline;
}

#copyright {
	float: left;
	margin: 10px 0 0 240px;
	_margin: -15px 0 0 240px;
	color: black;
}

#copyright a {
	color: black;
	text-decoration: none;
}

#copyright a:hover {
	color: black;
	text-decoration: underline;
}

form {
	margin-left: 30px;
}

#font p {
	font-size: 10px;
}

#font a {
	color: black;
}

#font a:hover {
  color: #b2b2b2;
}

.justify {
  text-align: justify;
}
