body{
	margin: 0px;
	width: 100%;
	height: 100%;
	background-image: url("http://www.chrisryanphoto.com/public/images/main_bg.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #000000;
	background-attachment: fixed;
}

h3{
	font-family: Helvetica, Verdana, Sans;
	font-size: 17;
	font-weight: bold;
	color: #F7931F;
	text-align: left;
}

.hr{
	font-family: Helvetica, Verdana, Sans;
	font-size: 12;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
}

p{
	font-family: Helvetica, Verdana, Sans;
	font-size: 12;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

a{
	font-family: Helvetica, Verdana, Sans;
	font-size: 12;
	font-weight: normal;
	color: #F7931F;
	text-align: left;
	text-decoration: underline;
}

a:hover{
	font-family: Helvetica, Verdana, Sans;
	font-size: 12;
	font-weight: normal;
	color: #F7931F;
	text-align: left;
	text-decoration: none;
}

#footer{
	width: 750px;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #CCCCCC;
	}
#footer a
	{
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: underline;
	}
#footer a:hover
	{
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	}