/*------------------------------------------------*/
/*------------------[BASE STYLES]-----------------*/
/*------------------------------------------------*/

h1, h2, h3, h4 { margin: 0px 0px 10px 0px; font-weight: normal; }
ul { line-height: 12px; }

.link1 a {
color: #FFFFFF;
text-decoration: none;
}
.link1 a:visited {
color: #FFFFFF;
text-decoration: none;
}
.link1 a:hover {
color: #3B3B3B;
text-decoration: none;
}

.link2 a {
color: #9A752B;
text-decoration: none;
}
.link2 a:visited {
color: #9A752B;
text-decoration: none;
}
.link2 a:hover {
color: #3B3B3B;
text-decoration: none;
}





html, body, #container { height: 600px; }
body > #container { height: auto; min-height: 600px; }


#footer {
 margin: 0px;
 padding: 0px;
 height:auto;
 background-color:#5f442b; 
 background-image: url(img/bgfooter.jpg); 
 background-repeat: no-repeat; 
 background-position: center top;
}

#finishing {
 margin: 0px;
 padding: 0px;
 height:auto;
 background-color:#5f442b; 
 background-image: url(img/finishing.jpg); 
 background-repeat: no-repeat; 
 background-position: center top;
}

#content {
	 	margin: 0px auto;
 		padding: 0px;
	
	 }
	 
	 #main {
		 margin: 0px auto;
 		padding: 0px; background-color:#5f442b; 
 background-image: url(img/bg.jpg); 
 background-repeat: no-repeat; 
 background-position: center 0px;
 }

.cantotext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #33261D;
	letter-spacing: -0.5px;
}
.cantotextsmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #33261D;
	letter-spacing: -.5px;
}




.cantolinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}

.cantolinksTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #9A752B;
}
.cantolinksTitleGold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}

