body {
	margin: 0 auto;
	padding: 50px 0px;
	font-family: arial;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #adf;
	text-decoration: none;
}

h1 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
	margin: 0px;
}

div.frame {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 500px;
	font-size: 12px;
	text-align: left;
}

div.header {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 500px;
	height: 30px;
	text-align: right;
	background: #fff;
	color: #000;
	padding: 5px;
	margin: 0px;
}

div.header h1 {
	font-size: 18px;
	line-height: 18px;
	margin: 0px;
}

div.menu {
	width: 400px;
	height: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 5px;
	background-color: #bbb;
}

div.menu span {
	padding: 20px 10px 0px 10px;
}

div.menu span a {
	font-size: 16px;
	font-weight: lighter;
	line-height: 30px;
}


div.content {
	position: relative;
	overflow: auto;
	left: 200px;
	top: 40px;
	width: 700px;
	height: 440px;
	background-color: #4A82BA;
	padding: 0px;
}

div.content2 {
	padding: 10px;
}

div.content h3 {
	margin: 15px 0px 0px 0px;
}

div.photo {
	position: absolute;
	left: 0px;
	top: 40px;
	width: 200px;
	height: 304px;
}

div.language {
	position: absolute;
	left: 0px;
	top: 350px;
	width: 100px;
	padding: 5px;
	color: #000;
	font-weight: bold;
}

div.language a {
	font-weight: normal;
	color: #000;
}

div.language a:hover {
	font-weight: normal;
	color: #adf;
}

div.signature {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: right;
	font-size: 10px;
	color: #000;
}

div.signature a {
	font-weight: bold;
	color: #000;
}

div.signature a:hover {
	font-weight: bold;
	color: #adf;
}


th {
	background: #8899aa;
	font-size: 12px;
	padding: 5px;
	text-align: center;
}

td {
	background: #88aacc;
	font-size: 12px;
	padding: 3px;
	text-align: center;
}
