body {
	background:url(images/background.png) repeat-y left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
* {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#ef3e42;
}
a img {border:0;}
div.clear {
	display:block;
	width:1px;
	height:1px;
	font-size:1px; /* IE Fix */
	line-height:0%; /* IE Fix */
	clear:both;
}

#background {background:url(images/background_top.png) repeat-x top;}
#container {
	background:url(images/logo.png) no-repeat 0 2px;
	width:1020px;
}

#colom {
	float:left;
	width:229px;
	padding:290px 26px 0 0;
}
#colom li {
	float:left;
	display:block;
	width:224x;
	line-height:26px;
	padding:0 0 0 5px;
}
#colom li a {
	float:left;
	display:block;
	width:179px;
	padding:0 0 0 45px;
	font-weight:bold;
	color:#98331d;
}
#colom li.active a, #colom li a:hover {background:url(images/colom_li.gif) no-repeat left;}
#colom li a.bold_red {font-size:11pt; color:#e92724;}
#colom li a.bold_purple {font-size:11pt; color:#6d2c90;}
#colom li a.bold_green {font-size:11pt; color:#006737;}
#colom li a.bold_pink {font-size:11pt; color:#c22e91;}
#colom li a.bold_brown {font-size:11pt; color:#98331d;}
#colom li a.red {color:#e92724; padding-left: 60px;}
#colom li a.purple {color:#6d2c90; padding-left: 60px;}
#colom li a.green {color:#006737; padding-left: 60px;}
#colom li a.pink {color:#c22e91; padding-left: 60px;}
#colom li a.brown {color:#98331d; padding-left: 60px;}

#header {
	float:left;
	width:765px;
	height:130px;
	line-height:130px;
	color:#fff;
	font-size:13pt;
}

#content {
	float:left;
	width:750px;
	line-height:170%;
	padding:0 15px 0 0;
}
h1 {
	line-height:44px;
	padding:35px 0 0 0;
	font-size:16pt;
	font-weight:normal;
	font-family: "Futura Md BT";
}
h1.red {color:#e92724;}
h1.purple {color:#6d2c90;}
h1.green {color:#006737;}
h1.pink {color:#c22e91;}
h1.brown {color:#98331d;}
img.foto {margin:10px 5px;}

table.contact input {
	border: 1px solid #f79b38;
	width: 300px;
}

table.contact td {
	color: #e92724;
}

table.contact input.button {
	border: 1px solid #f79b38;
	width: 100px;
}

table.contact textarea {
	border: 1px solid #f79b38;
	width: 300px;
	height: 75px;
}


