body{
	background-image:url(../images/bg_body.jpg);
	margin:0px;
}

#minheight{
	min-height:410px;
	height:410px;
	width:735px;
	margin:auto;
	background-image:url(../images/bg_content.jpg);
	background-repeat:repeat-y;
	padding-left:40px;
	padding-right:50px;
	padding-top:30px;
}

#minheight-home{
	min-height:410px;
	height:410px;
	width:785px;
	margin:auto;
	background-image:url(../images/bg_content-home.jpg);
	background-repeat:repeat-y;
	padding-left:40px;
	padding-top:30px;
}

div[class] #minheight-home{
	height:auto;
}

div[class] #minheight{
	height:auto;
}

/*MENU-BEGINS*/

#menu-container{
	height:34px;
	width:825px;
	margin:auto;
	background-color:#000000;
	text-align:center;
}

#menu-container-child a{
	height:23px; 
	float:left; 
	background-color:#CC3333;
	text-align:center;
	border-right:1px solid #ffffff;
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	margin-top:3px;	
}

#menu-container-selected a{
	height:23px; 
	float:left; 
	background-color:#000000;
	text-align:center;
	border-right:1px solid #ffffff;
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;	
	color: #CC3333;
	margin-top:3px;	
}

#menu-container-child-right a{
	height:23px; 
	float:left; 
	background-color:#CC3333;
	text-align:center;
	padding-top:8px;
	padding-left:8px;
	width:175px;
	margin-top:3px;	
}

#menu-container-selected-right a{
	height:23px; 
	float:left; 
	background-color:#000000;
	text-align:center;
	padding-top:8px;
	padding-left:8px;
	width:175px;
	COLOR: #CC3333;
	margin-top:3px;	

}

#menu-container-child a:hover,#menu-container-child-right  a:hover{background-color:#000000;}
#menu-grey{color:#cccccc;}

/*MENU-ENDS*/

/*HOME-BEGINS*/
#movie-instructions{width:320px;text-align:center;float:left;margin-right:30px;}
#home-content{float:left;text-align:left;width:710px;}
#home-bottom-block{width:745px;height:163px;background-image:url(../images/home/bottom-block-bg.jpg);background-position:left;background-repeat:repeat-x;}

/*HOME-ENDS*/