﻿#container {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	width: 780px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #456B84;
	width: 780px;
	height: 98px;
}
#leftside {
	background-color: #F5F5F5;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #456B84;
	padding: 10px 8px 0px 10px;
	width: 135px;
	height: auto;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
#leftinner1 {
	width: 100%;
	height: 100px;
}
#leftinner2 {
	width: 100%;
	height: auto;
}
#leftinner3 {
	width: 100%;
	height: auto;
}
#rightside {
	padding: 10px 10px 0px 4px;
	width: 611px;
	height: auto;
	float: right;
}
#rightinner1 {
	width: 100%;
	height: auto;
}
#rightinner2 {
	width: 100%;
	height: auto;
}
#clear {
	clear: both;
	background-color: #F1E8C9;
}
#footer {
	width: 100%;
	height: 20px;
	background-color: #456A84;
}
#menuheader {
	font-family: Arial;
	font-size: 10pt;
	color: #446983;
	font-weight: bold;
}
#tittle {
	color: #457590;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
}
#cv {
	font-family: Arial;
	font-size: 10pt;
	text-align: justify;
	color: #333333;
}
