/* Fabricio Beltran | CSS by Daniele Kaehr */

*:focus {
	outline: 0;
}
body {
	background: #d1d1d1;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
div#main {
	position: absolute;
	width: 1000px;
	height: 697px;
}
a:link {
	text-decoration: none;
	color: #454545;
}
a:visited {
	text-decoration: none;
	color: #454545;
}
a:hover {
	text-decoration: none;
	color: #454545;
}
a:active {
	text-decoration: none;
	color: #454545;
}
img {
	border-style: none;
	display: block;
}
div#title {
	position: fixed;
	width: 191px;
	height: 41px;
	top: 17px;
	margin-left: 49px;
}
div#bar {
	position: fixed;
	width: 50px;
	height: 370px;
	z-index: 2;
}
div#pictures {
	position: absolute;
	width: 1500px;
	height: 370px;
	top: 0px;
	margin-left: 50px;
}
div#content {
	position: absolute;
	width: 1550px;
	height: 370px;
	top: 84px;
	margin-left: 0px;
}
div#content2 {
	position: fixed;
	width: 1100px;
	height: 210px;
	top: 480px;
	margin-left: 50px;
}
div#profile {
	position: absolute;
	width: 72px;
	height: 20px;
	margin-top: 0px;
	margin-left: 0px;
}
div#fabricio {
	position: absolute;
	width: 114px;
	height: 180px;
	margin-top: 30px;
	margin-left: 0px;
}
div#profile_text {
	position: absolute;
	width: 474px;
	height: 180px;
	margin-top: 24px;
	margin-left: 126px;
}
div#contact {
	position: absolute;
	width: 90px;
	height: 19px;
	margin-top: 1px;
	margin-left: 628px;
}
div#contact_text {
	position: absolute;
	width: 150px;
	height: 80px;
	margin-top: 24px;
	margin-left: 860px;
	z-index: 2;
}
iframe#mailformcontainer {
	position: absolute;
	width: 450px;
	height: 185px;
	margin-top: 30px;
	margin-left: 620px;
}
div#mailform {
	position: absolute;
	width: 450px;
	height: 185px;
    left: 0px;
	top: 0px;
}
.text12 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	color: #454545;
	word-spacing: 1px;	
}

/*  mail form ----------------------------------  */

input#subjectbox {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	font-size: 12px;
	width: 218px;
	height: 16px;
	color: #5a5858;
	background-color:#ebe6e6;
	border: 0px;
	position: absolute;
    left: 8px;
	top: 0px;
}
input#emailbox {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	font-size: 12px;
	width: 218px;
	height: 16px;
	color: #5a5858;
	background-color:#ebe6e6;
	border: 0px;
	position: absolute;
    left: 8px;
	top: 25px;
}
textarea#messagebox {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	font-size: 12px;
	width: 220px;
	height: 115px;
	color: #5a5858;
	background-color: #ebe6e6;
	border: 0px;
	position: absolute;
    left: 8px;
	top: 50px;
	overflow: hidden;
}
input#submit {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	font-size: 12px;
	color: #454545;
	background-color: #d1d1d1;
	text-decoration: none;
	position: absolute;
	width: 36px;
    left: 2px;
	top: 166px;
	border: thin solid #d1d1d1;
}
div#thanks {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	font-size: 12px;
	color: #454545;
	position: absolute;
    left: 240px;
	top: 107px;
}
div#errors {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	font-size: 12px;
	color: #b5120e;
	position: absolute;
    left: 240px;
	top: 107px;
}