﻿body
{
	margin:0;
}
/*div, span, iframe, table, tbody, tfoot, thead, tr, th, td{margin: 0;padding: 0;border: 0px solid black;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align:middle;}*/
a img {border:none;}

/*---- Text ----*/

/*---- Content Alignment ----*/
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}

/*---- Column Layout ----*/
div.col-1, div.col-1a, div.col-1b, div.col-1c, div.col-2, div.col-3{float: left;margin-right: 10px;}
.container{width: 950px; margin: 0 auto;}
.col-1{width: 310px;}
.col-2{width: 630px;}
.col-3{width: 950px;}
.last, div.last{margin-right: 0;}

/*---- Top Section ----*/
#header{height: 100px;}
#navigation{height: 40px;}
#breadcrumb{height: 0px;}
#searchpanel{height: 100px;}

/*---- Main Section ----*/
#cinema{height: auto; width: 948px; border: 1px solid #999999; border-bottom: 0px; border-top: 0px; padding:0px; margin:0px;}
#content{height: auto; padding-top: 20px;}

/*---- Bottom Section ----*/
#footerborder{height: 14px;}
#footer{height: 100px;}


