body
{
	background-color: #028cab;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	color: black;
	font-family: Arial, Sans Serif;
	font-size: 10pt;
}

.copyright { color: #fff; font-size: 8pt; }

/* --- home page --*/
#hheader{ 
height:48px;
}

#hcenter { 

min-height:650px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:650px; /* for IE5.x and IE6 */
}

#hfooter { 
clear:both;
height:85px;
}
/*-- end home page --*/
/*-- content pages --*/
#cheader{ 
height:48px;
}

#ccenter { 
 
min-height:300px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:300px; /* for IE5.x and IE6 */
}

#cfooter { 
clear:both;
height:85px;
}
/*-- end content pages --*/

a#home img {background: url(images/home_off.gif) no-repeat;}
a#home:hover img {background: url(images/home_on.gif) no-repeat;}
a#aboutus img {background: url(images/about_off.gif) no-repeat;}
a#aboutus:hover img {background: url(images/about_on.gif) no-repeat;}
a#services img {background: url(images/services_off.gif) no-repeat;}
a#services:hover img {background: url(images/services_on.gif) no-repeat;}
a#showreel img {background: url(images/showreel_off.gif) no-repeat;}
a#showreel:hover img {background: url(images/showreel_on.gif) no-repeat;}
a#wedding img {background: url(images/weddings_off.gif) no-repeat;}
a#wedding:hover img {background: url(images/weddings_on.gif) no-repeat;}
a#contacts img {background: url(images/contacts_off.gif) no-repeat;}
a#contacts:hover img {background: url(images/contacts_on.gif) no-repeat;}

/*-- showreel buttons --*/
a#showreel1 img {background: url(images/comm_reel1_off.jpg) no-repeat;}
a#showreel1:hover img {background: url(images/comm_reel1_on.jpg) no-repeat;}
a#showreel2 img {background: url(images/comm_reel2_off.jpg) no-repeat;}
a#showreel2:hover img {background: url(images/comm_reel2_on.jpg) no-repeat;}
a#showreel3 img {background: url(images/comm_reel3_off.jpg) no-repeat;}
a#showreel3:hover img {background: url(images/comm_reel3_on.jpg) no-repeat;}

a#wedding1 img {background: url(images/wedding_reel1_off.jpg) no-repeat;}
a#wedding1:hover img {background: url(images/wedding_reel1_on.jpg) no-repeat;}

div#ccenter h2
{
	color: #028cab;
	font-size: 14pt;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
}

div#hcenter p
{
	color: #fff;
	font-size: 10pt;
}

div#ccenter p
{
	color: #000;
	font-size: 10pt;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
}

div#ccenter table{text-align:left;}
div#ccenter img{border:0;}
div#hcenter table{text-align:left;}


a:link
{
	color: #0068b3;
	font-weight: bold;
	text-decoration: none;
}

a:active
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #0068b3;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

a:visited:hover
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
