@charset "utf-8";
/* CSS Document */

/* tag attributes*/

body
{
	color: #000000;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

p
{
	font-size: 90%;
}

ul
{
	font-size: 90%;
}

h1
{
	font-size: 130%;
	font-weight: bold;
	color: #ffffff;
	background-color: #00a2ff;
	padding-left: 10px;
}

h2
{
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;
	background-color: #00a2ff;
	padding-left: 10px;
}

h3
{
	font-size: 110%;
	color: #000000;
	background-color: #ffffff;
	padding-left: 10px;
}

/* id attributes */

#title
{
	height: 200px;
	background-color: #00a2ff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#titlecontainer
{
	height: 100%;
	/*
	background-image: url(images/title.gif);
	background-position: right top;
	background-repeat: no-repeat;
	*/
	padding: 0px;
	margin: 0px;
}

#content
{
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content a:link
{
	color: #00a2ff;
}

#content a:visited
{
	color: #00a2ff;
}

#content a:hover
{
	color: #00a2ff;
}

#content a:active
{
	color: #00a2ff;
}

#content a
{
	text-decoration: none;
}

#featuregraphic
{
/* contains flash cycle or image number the id so as to choose the image background, should the flash fail */
	float: left;
	padding-right: 26px;
	padding-bottom: 24px;
}

.centred
{
	text-align:center;
}

.filmboxx
{
	text-align:center;
	color: #ffffff;
	background-color: #00a2ff;
	background-image: url(images/titlerepeat.gif);
	background-repeat: repeat-x;
}

#footer
{
	height: 80px;
	background-image: url(images/footerrepeat.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

#footer a:link
{
	color: #1e2c2f;
}

#footer a:visited
{
	color: #1e2c2f;
}

#footer a:hover
{
	color: #ffffff;
}

#footer a:active
{
	color: #1e2c2f;
}

#footer a
{
	text-decoration: none;
}

#footercontainer
{
	height: 100%;
	background-image: url(images/footer.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

#footerfloat
{
	margin-bottom: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #ffffff;
	background-color: #00a2ff;
}

/* class attributes */

.imagelinks
{
	text-decoration:none;
}