/* Standard */
body { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#231F20;
	font-size:11px;
	margin:0px;
	background-color:#F5F2E3;
	}
	
html>body a:link {
	color: #737373;
	text-decoration:underline;
	}
html>body a:visited {
	color: #737373;
	text-decoration:underline;
	}
html>body a:hover {
	color: #737373;
	text-decoration:underline;
	}
html>body a:active {
	color: #737373;
	text-decoration:underline;
	}
	
a:link {
	color: #737373;
	text-decoration:none;
	}
a:visited {
	color: #737373;
	text-decoration:none;
	}
a:hover {
	color: #737373;
	text-decoration:none;
	}
a:active {
	color: #737373;
	text-decoration:none;
	}

.bold {
	font-weight: bold;
	padding-right:10px;
	}	
	
img {
	border:0px;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#231F20;
	font-size:11px;
	font-weight:bold;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#231F20;
	font-size:18px;
	font-weight:normal;
	}	
.img_left {
	float:left;
	padding-right:7px;
	padding-bottom:7px;
	border:0px;
	}
.clear {
	display:table;
	width:100%;
	margin-bottom:10px;
	}

/* Container */
html>body .top {
	width:100%;
	height:70px;
	position:fixed;
	left:0px;
	top:0px;
	background-color:#fff;
	border:0px;
	}
.top {
	width:100%;
	height:70px;
	position:fixed;
	left:0px;
	top:0px;
	background-color:#fff;
	border:0px;
	}
html>body .bottom {
	width:100%;
	height:70px;
	position:fixed;
	left:0px;
	bottom:0px;
	background-color:#fff;
	border:0px;
	}
.bottom {
	width:100%;
	height:70px;
	position: fixed;
	left:0px;
	bottom:0px;
	background-color:#fff;
	border:0px;
	}
html>body .main_container {
	max-width:80%;
	min-width:50%;
	margin-top:100px;
	margin-bottom:100px;
	margin-left:100px;
	}
.main_container {
	width:600px;
	padding-top:100px;
	margin-bottom:100px;
	margin-left:100px;
	}	
html>body .main_container2 {
	max-width:600px;
	padding-top:100px;
	margin-bottom:100px;
	margin-left:100px;
	}	
.main_container2 {
	width:600px;
	padding-top:100px;
	margin-bottom:100px;
	margin-left:100px;
	}

/* Menu */

html>body .menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	float:left;
	margin-top:27px;
	margin-left:100px;
	width:400px;
	}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	float:left;
	margin-top:27px;
	margin-left:50px;
	width:400px;
	}
html>body .menu a{
	text-decoration:none;
	color: #737373;
	}
.menu a{
	text-decoration:none;
	color: #737373;
	}
html>body .bottom_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	float:left;
	margin-top:30px;
	margin-left:100px;
	width:400px;
	}
.bottom_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	float:left;
	margin-top:30px;
	margin-left:50px;
	width:400px;
	}
html>body .bottom_info a{
	text-decoration:none;
	color: #737373;
	}
.bottom_info a{
	text-decoration:none;
	color: #737373;
	}

/* CV */

.style1 {
	font-size: 18px;
	font-weight: bold;
	}












