/* layout and Styles */
/* 
colours


 */

/* layout  */

body
{
	background-color:#333;
	margin-top:0px;
	margin-left:0px;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover, a:active {
	text-decoration: none;
    background-color: #000000 !important;        
    color: #FFFFFF !important;
}

#wrap
{
	width:480px;
}

#box
{
}

#head
{
	width:480px;
	height:40px;
	background:url(../images/l_cinemax.gif); 
	background-repeat:no-repeat;
}

#header
{
	background:url(../images/l_header.gif); 
	background-repeat:no-repeat;
	height:28px;	
}

#content
{
	background:url(../images/l_middle.gif); 
	background-repeat:repeat-y;
	margin-top:-5px;
	
}

p
{
	margin:5px;
	padding-left:25px;
	width:420px;
	font-size:12px;
	font-family:arial,"san serif";
}

h1
{
	margin:5px;
	padding-left:25px;
	width:420px;
	font-size:14px;	
	font-family:arial,"san serif";
	text-transform:uppercase;
}


#bottom
{
	background:url(../images/l_bottom_corners.gif); 
	background-repeat:no-repeat;
	height:37px;
	margin-top:-5px;
}

/* Styles */