/*------------------------------General--------------------------------*/


*{ margin: auto; padding: 0;}

a img {border: none; } 

a {
	text-decoration: none;
   outline: none;
}

body a:link {color:#333333; text-decoration: none;}
body a:hover {text-decoration:underline;}
body a:visited {color:#333333;}

body {
	background-color: #fff;
	font-family: "Courier New", Courier, monospace;
	
	font-size: 20px;
	line-height: 26px;

}

h5 {
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
}

p.header {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*-----------------------------Page--------------------------------*/
#front_container {
	text-align: center;
}

#wrapper {
width: 1000px;
height: auto;	
background-color:#fff;
margin: 0;																					
}

#logo {
margin-left: 25px;
margin-top: 25px;
}

#navigation{
margin-left: 25px;
margin-top: 25px;
width :150px;
float: left;
}

#navigation img {
	margin: 20px;
}

#navigation ul  {
	list-style-type: none;
}

#navigation a {
	color: #67c8f1;
	font-size: 18px;
	
	}

#container{
float: left;
margin-top: 100px;
margin-left: 25px;
left: 25px;
width: 800px;
}

#container img {
	width: auto;
}

#container_contact{
	float: left;
	width: 700px;
	font-size: 14px;
}

#container_contact img{
	margin-left: 150px;
}

#container_contact #blue{
	color: #67c8f1;
}

#about_text {
font-size: 11px;
margin-bottom: 1em;
line-height: 1em;
}

.cv_list {
	list-style-type: none;
	font-size: 11px;
	margin-bottom: 1em;
	line-height: 1em;
}

#cv_link {
	color: #67c8f1;
	font-size: 18px;
}

