@charset "UTF-8";
/* CSS Document */

h1 {
	width: 445px; 
	margin: 0 auto; 
	padding: 30px 0 0 0;
}

#break {
	width: 830px;
	height: 2px;
	border-bottom: dotted 1px #4f1405;	
	margin: 10px auto;
	
}

#footer {
	width: 830px;
	margin: 0 auto;
}

#footer #one, 
#footer #two, 
#footer #three {
	display: inline-block;
	float: left;
	width: 256px;
	padding: 10px;
	
	
}

#footer #two {
	border-left: dotted 1px #4f1405;
	border-right: dotted 1px #4f1405;
}

#footer h2 {
	color: #403b03;
	 font-size: 16px;
    font-weight: bold;
    padding: 2px 0 20px;
    text-transform: uppercase;
}

#footer img {
	display: inline-block;
	float: left;
	padding: 0 5px 0 0;
}

#footer p {
	font-size: 12px;	
	color: #4f1506;
}

#footer #one p {
	font-size: 13px;	
	color: #4f1506;
	margin: 4px 0;
}

#footer #one span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

#footer p a:link, #footer p a:visited {
	color:#4f1506;
	text-decoration:none;
	border-bottom: dotted 1px #4f1506;
}

#footer p a:hover {
	color:#4f1506;
	text-decoration:none;
	border-bottom: solid 1px #4f1506;
}


#footer #two p:first-letter,
#footer #three p:first-letter {
    float: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 0.8em;
    margin: 3px 3px 0 0;
    padding: 2px;
}

#footer small {
	float: right;
	font-weight: bold;
}	

#footer h3 {
	border-bottom: 1px dotted #000000;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 3px 0;
    text-transform: uppercase;
	color: #4f1506;
}

#footer h2 a:link, #footer h2 a:visited {
	color:#403b03;
	text-decoration:none;
}

#footer h2 a:hover {
	color:#403b03;
	text-decoration:none;
	border-bottom: dotted 1px #403b03;
}