body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width: 800px;
	background-color: #afb0c3;
	font-family: Arial, helvetica, sans-serif;
}


#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
	width: 800px;
	text-align: left;
	padding: 0px;
	background-color:white;
}

/**********************************************************/
/*                       Header                           */
/**********************************************************/

#header {
	float: left;
	background-image: url(graphics/newheader.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	width: 800px;
	height: 267px;
}


#movie {
	float: left;           
	margin-top: -246px;    
	margin-left: 38px;     
	padding: 0px;    
	width: 184px;
	height: 229px;
}



/**********************************************************/
/*               Top naviagtion system                    */
/**********************************************************/

#topbar ul {
	float: right;
	width: 570px;
	font-weight: bolder;
	margin-top: -130px;
	padding: 0px;
}

#topbar li {
	display: block;
	color: white;
	float: left;
	font-size: 16px;
	width: 140px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}

#topbar a:link, #topbar a:visited {
	text-decoration: none;
	font-weight: bolder;
	color: white;
}

#topbar a:hover {
	color: red;
}



/**********************************************************/
/*                   Content                              */
/**********************************************************/


.content_left {
	float: left;
	width: 205px;
	font-size: 14px;
	padding-left: 30px;
	margin-top: 15px;
	text-align: justify;
	color: #363a69;
}


.ital {
	font-style: italic;
	font-weight: bolder;
}

.content_right {
	float: right;
	width: 500px;
	font-size: 14px;
	padding-right: 20px;
	margin-top: -80px;
	text-align: justify;
}


.content_right img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}



.content_sep {
	text-align: center;
}



.clearall {
	clear: both;
}

/********************************************************/
/*                      Footer                          */
/********************************************************/


.footer {
	width: 800px;
	height: 164px;
	float: left;	
	background-image: url(graphics/footer.jpg);
	background-repeat: no-repeat;
	color: white;
	font-size 16px;
	font-weight: bold;
	background-color: black;
}


/*********ADVERT*********/
.adwrap {
	float: right;
}

.adtext {
	float: left;
	color: #cc6600;
	margin-top: 10px;
	height: 50px;
}

.adtext a {
	color: #cc6600;
}

.adimg img {
	float: left;
	border: 0px;
	display: inline;
	margin-left: 10px;
}