body, p, br, tr, td, ul, ol, div, input, textarea,reset,submit {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F6F6F;
}
body {
	margin: 0px;
	padding:0;
	background: white url(images/bg.gif) 0 0 repeat-x;
}
a:link, a:visited {
	color: black;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	text-align: justify;
}
#lang_in {
	text-align: center;
	height: 40px;
}
#lang_in a:link, #lang_in a:visited {
	color: #4A4A4A;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	text-decoration: none;
	padding: 0 20px;
}
#lang_in a:hover {
	color: #000;
}
#header {
	padding: 0 8px;
	height: 99px;
}
#header img {
	float: left;
	margin: 0 0 0 15px;
}
#header H1 {
	width: 486px;
	height: 99px;
	display: block;
	text-indent: -9999px;
	background: url(images/header_bg.jpg) right no-repeat;
	float: right;
	margin: 0;
}
#content {
	padding: 23px;
}
#nav {
	color: white;
	margin-left: 25px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	display: inline;
}
#nav a:link, #nav a:visited {
	color: white;
	text-decoration: none;
	padding: 0 5px;
}
#nav a:hover {
	color: black;
}
#lang {
	color: white;
	margin-right: 25px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	float: right;
	display: inline;
}
#lang a:link, #lang a:visited {
	color: white;
	text-decoration: none;
	padding: 0 5px;
}
#lang a:hover {
	color: black;
}
#footer {
	height: 40px;
	background: white url(images/footer_bg.gif) 0 0 no-repeat;
	padding: 10px 25px 0 25px;
	font-size: 11px;
	color: white;
}
#dev {
	width: 250px;
	float: right;
	text-align: right;
	font-size: 11px;
	color: white;
}
