#page {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
#header {
	height: 179px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	padding-top: 21px;
	padding-right: 28px;
}
a {
	color: #FFFFFF;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	margin-right: 20px;
}
#nav ul li a:hover {
	color: #0071BD;
	text-decoration: underline;
}
#footer {
	clear: both;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 80px;
	background-color: #FFFFFF;
}


#main {
	float: left;
	width: 800px;
	padding-top: 5px;
	overflow: hidden;
	clear: both;
	padding-bottom: 10px;
}


#nav {
	height: 29px;
	background-image: url(../img/nav.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	padding-top: 7px;
	padding-left: 15px;
	margin-bottom: 10px;
	clear: both;
}
.right {
	float: none;
	margin-left: 10px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 15px;
	padding-top: 0px;
}
#content #billy  {
	padding-right: 15px;
	padding-left: 15px;
}
#content {
	padding-right: 15px;
	padding-left: 15px;
    width: 775px;
    display: inline;
}
#content p {
  margin-left: 15px;
  margin-right: 15px;
  }
#content h1 {
    margin-top: 0px;
    margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 26px;
}
#content h2 {
    margin-top: 0px;
	padding-top: 0px;
	font-size: 16px;
	margin-right: 10px;
}
#img_change {
	height: 168px;
	width: 505px;
	float: right;
	
}.movspace {
	padding-right: 32px;
	padding-left: 16px;
}

