@CHARSET "UTF-8";

body {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #FEFF20;
	background-image: url("images/background.jpg");
	background-position: top center;
	background-attachment: fixed;
	margin: 0;
	padding: 0px;
}

a {
	color: #333;
}

a img {
	border-width: 0px;
}

h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

ol, ul {
	list-style-position: outside;
	padding-left: 25px;
}

ol li {
	text-align: justify;
	margin-bottom: 10px;
	margin-right: 6px;
}

p {
	line-height: 18px;
}
#container {
	margin: 100px auto 10px auto;
	width: 300px;
	background-color: #fff;
	border-width: 6px;
	border-style: solid;
	border-color: #344751;
	padding: 0px 5px 5px 5px;
}

#header {
	display: block;
	height: 50px;
	background-image: url("images/title.png");
	background-position: top center;
	background-repeat: no-repeat;
}

#header h1 {
	visibility: hidden;
}

#content p {
	text-align: justify;
}

#footer {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #344751;
	padding-top: 5px;
	line-height: 20px;
}

#footer a img {
	vertical-align: middle;
}

a.cv {
	display: block;
	color: #fff;
	background-color: #999;
	line-height: 80px; 
	text-align: center; 
	vertical-align: middle; 
	font-size: 27px;
	text-decoration: none;
	font-weight: bold;
	border-width: 2px;
	border-style: dotted;
	border-color: #333;
}