body {
	background-color: #e06f1d;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Georgia, Times New Roman, serif;
}

a:link {color:#E06F1D; text-decoration:none;} /* unvisited link */
a:visited {color:#E06F1D} /* visited link */
a:hover {border-bottom: 1px dashed #000;} /* mouse over link */
a:active {color:#E06F1D} /* selected link */

a.no_under_line 
{
  border-bottom: 0px;
}

b {
	color: #e06f1d;
	font-weight: normal;
}

a.nolink 
{
    border-bottom: 0px;
    color: #000;
    text-decoration:none;
}


h1 {
	margin: 0;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 0.1px;
}

li 
{
    margin: 10px 0 0 0;
   	line-height: 25px;
}


.clear_both {
	clear: both;
}

#header { font-size: 14px; }
#header a:hover { border: 0; }

#nav ul {
	margin: 0;
	padding: 0;
}

#nav a {
	text-decoration: none;
	color: #000;
}

#social_media_icons img {
	padding-right: 4px;
}

#footer_copyright {
	font-size: 12px;
	float: left;
}

#footer_address {
	font-size: 12px;
	line-height: 19px;
	float: right;
	text-align: right;
}

#footer_address b {
	font-size: 17px;
	line-height: 25px;
}

#content_bottom {
	margin: 0 auto;
	padding-bottom: 100px;
}
