body {
	font-family: verdana;
	font-size: .75em;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 529px;
	text-align: left;
}

strong {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.button {
	font-size: 14px;
	color: #000;
	line-height: 20px;
	background-color: #06aede;
	border: 1px solid #000;
}

.input {
	border: 1px solid #808080;
}

li {
}

hr {
	width: 100%;
	height: 1px;
	color: #808080;
}

h1 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #06aede;
	text-decoration: none;
}

a {
	font-family : verdana;
	font-size: 12px;
	color : #404040;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	font-family : verdana;
	font-size: 12px;
	color : #ff0000;
	font-weight: normal;
	text-decoration: underline;
}

#lang_left {
	float: left;
}

#lang_right {
	float: right;
}

#header {
	float: left;
	text-align: left;
	width: 529;
	height: 120px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border: 0px solid #000;
}

#container {
	margin-left: auto;  
	margin-right: auto; 
	text-align: left;	
	width: 600px;
	border: 0px;
}

#content {
	float: left;
	width: 558px;
	min-height: 400px;
	font-family : verdana;
	font-size: 11px;
	color : #404040;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 18px;
	background-color: #ffffff;
	padding: 20px;
	border-top: -1px solid #404040;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
}

#footer {
	float: left;
	text-align: left;
	font-family : verdana;
	font-size: 10px;
	color : #404040;
	font-weight: normal;
	text-decoration: none;
	width: 529px;
	height: 30px;
	line-height: 30px;
}




