html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	background-color: #f7ebd0;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-x;
}
/*----------- layout -----------------*/
#wrapper {
	text-align: left;
	margin: auto;
	width: 716px;
  position: relative;
}
h1 {
	position: absolute;
	top: 46px;
	left: 0;
	height: 43px;
	padding-top: 11px;
	width: 414px;
	text-align: center;
	background: #7A808C;
	color: #161766;
	font-weight: normal;
	background-color: #bbbbbb;
	font-family: "Times new roman", serif;
	font-size: 22px;
}
#photo {
	position: absolute;
	top: 46px;
	left: 414px;
	width: 302px;
	height: 238px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header {
  background: url(../images/header_bg.jpg) no-repeat;
  position: absolute;
  top: 89px;
  left: 0px;
  width: 414px;
  height: 195px;
}
#spacer {
  height: 285px;
}
#body {
  background: url(../images/body_bg.gif) repeat-y;
  width: 100%;
}
/* --------- left side layout ----------------*/
#left {
  float: left;
  width: 412px;
}
#content {
	padding: 15px 40px 14px 36px;
	background-color: #FFFFFF;
}
#movieContent {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
#content p {
	color: #161767;
}
#content h2 {
	font-family: "Times new roman", serif;
	font-size: 24px;
	color: #161767;
	font-weight: normal;
}
#content a {
	text-decoration: underline;
	color: #161766;
}
#content a:hover {
	text-decoration: underline;
	color: #000000;
}
/* --------- right side layout ----------------*/
#right {
	float: right;
	width: 304px;
}
#right-i {
  padding: 4px 25px 0 20px;
}
#right h2 {
	color: #161766;
	margin-bottom: 12px;
	font-family: "Times new roman", serif;
	font-size: 24px;
	margin-top: 10px;
	margin-left: 12px;
	font-weight: lighter;
}
#right h3 {
	color: #161766;
	margin-bottom: 12px;
	font-family: "Times new roman", serif;
	font-size: 24px;
	margin-top: 29px;
	margin-left: 12px;
	font-weight: lighter;
}
#rightImageBox {
	margin-left: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 235px;
}
#rightImageBox img {
	border: 1px solid #000000;
}
.more {
	text-align: right;
	margin-right: 7px;
	margin-top: 0px;
	padding-top: 3px;
}
#right li {
	list-style: none;
	padding-left: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 14px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
#right ul {
	margin-top: 1em;
	margin-left: 8px;
	margin-bottom: 93px;
}
#right p {
	margin-top: 0;
	color: #000000;
	margin-left: 12px;
	margin-right: 12px;
}
#right a:link, a:visited, a:active {
	color: #161766;
	text-decoration: none;
}
#right a:hover {
	color: #000000;
	text-decoration: underline;
}
.clear {
	clear: both;
}
/* --------- footer --------------*/
#copyright {
	color: #fff;
	text-align: center;
	font-size: 11px;
	float: right;
	width: 716px;
	margin-bottom: 20px;
	background-color: #161766;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#copyright p {
  margin: 0;
  padding: 0;
}
#copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a:hover {
	color: #F7EBD0;
	text-decoration: underline;
}

