@charset "utf-8";

/* DEFINING STYLES SPECIFICALLY FOR
 THE "my_home.html" PAGE */

#main p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 15px;
	line-height: 16px;
}
#sideimg {
	height: 155px;
	padding-left: 45px;
	padding-top: 25px;
}

#contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E2A204;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E2A204;
	border-right-color: #E2A204;
	border-bottom-color: #E2A204;
	border-left-color: #E2A204;
}
#contact a {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	text-decoration: none;
	line-height: 20px;
}