@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
 
body  {
	height:990px;
	width:990px;
	background:#FFF;
	

}



#container {
	width: 910px;  
	height: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: solid;
	border-width: 1px;
	border-color: #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background: #FFF;
} 

#container2 {
	width: 910px;  
	height: 1300px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: solid;
	border-width: 1px;
	border-color: #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background: #FFF;
} 

#sidebarmainpage {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	width: 210px; 
	height: 610px;
	border:none;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px; 
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	background: transparent;
	clear:both;
	
}

#breadcrumb {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right:0px;
	border-bottom: dashed;
	border-bottom-width: 1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 40px;
	width: 620px;
}

#breadcrumb2 {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right:0px;
	border-bottom: dashed;
	border-bottom-width: 1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 40px;
	width: 400px;
}

#breadcrumb3 {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
	border-bottom: dashed;
	border-bottom-width: 1px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 20px;
	width: 110px;
}

#breadcrumb4 {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
	border-bottom: dashed;
	border-bottom-width: 1px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 23px;
	width: 110px;
}


#maincontent {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
	border: none;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 620px;
	width: 620px;
} 

#maincontentbig {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
	border: none;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 1020px;
	width: 620px;
} 

#maincontentss {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
	border: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
	height: 620px;
	width: 640px;
} 
	


#movie {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
	border: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 600px;
	width: 450px;
}
#rightside {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
	border: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #FFFFFF;
	height: 600px;
	width: 150px;
}



#footer {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
	width: 880px;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}




</style>
 
