* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif; 
	font-size: 0.9em;
	text-align:center;
	line-height:1.3em;
	background: #eeeedd;
}

img {
	border: 0px;
}
h1 {
	font-size: 1.4em;
	padding: 10px 10px 0;
}

p {
	padding: 0 10px 1em;
}

#container {
	min-height: 100%;
	background-color: white;
	border-left: 3px solid black;
	border-right: 3px solid black;
	padding-left: 20px;
	width: 760px;
	margin: 0 auto;
}

* html #container {
	height: 100%;
}

#header {
	text-align: right;
}


#content {
	text-align: justify;
	width: 650px;

}

#gallery {
	text-align: center;
	width: 650px;

}

#content_cv {
	text-align: justify;
	border: 1px solid black;
	padding: 10px;
	width: 620px;
}



#navbar {
	text-align: justify;
	color: black;
	float: right;
	width: 10em;
	height: 20px;
	font-size: 10px;

}

#navbar li {
	list-style: none;
}

#navbar a:link {
	color: black;
	text-decoration: none;
}

#navbar a:hover {
	color: black;
	text-decoration: underline;
}

#navbar a:visited {
	color: black;
	text-decoration: none;
}

#navbar a:visited:hover {
	color: black;
	text-decoration: underline;
}

#valid{
	text-align: center;
	font-size: 60%;
	padding-top: 10px;
}