/* main structure */
body		
{
	background-image: url("images/bg.gif");
	background-repeat: repeat;
}

img.main {
	border-width: 2px;
	border-color: #ffffff;
}

p {
	font-family:"Gill Sans", Verdana;
	color:#ffffff;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	text-decoration:none;
}
				
#container
{
	width: 647px;
	\width: 647px;
	w\idth: 647px;
	border: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
		
#banner_h
{	
	height: 86px;
	padding: 0px;
	background-image: url("images/home_top_nav.gif");
	background-repeat: no-repeat;
}
		
#subbanner_h
{
	height: 20px;
	padding: 0px;
	background-image: url("images/home_con_top.gif");
	background-repeat: no-repeat;
}
		
#content_h
{	
	padding-top: 10px; 
	padding-right: 80px;
	padding-bottom: 5px; 
	padding-left: 80px;
	background-image: url("images/home_con_mid.gif");
	background-repeat: repeat;
}
		
#footer_h
{
	height: 40px;
	padding: 0px;
	background-image: url("images/home_con_foot.gif");
	background-repeat: no-repeat;
}

#banner_r
{	
	height: 86px;
	padding: 0px;
	background-image: url("images/releases_top_nav.gif");
	background-repeat: no-repeat;
}

#subbanner_r
{
	height: 20px;
	padding-top: 0px; 
	padding-right: 10px;
	padding-bottom: 0px; 
	padding-left: 10px;
	background-image: url("images/releases_con_top.gif");
	background-repeat: no-repeat;
}
		
#content_r
{	
	padding-top: 10px; 
	padding-right: 80px;
	padding-bottom: 5px; 
	padding-left: 80px;
	background-image: url("images/releases_con_mid.gif");
	background-repeat: repeat;
}

#content_rd
{	
	padding-top: 10px; 
	padding-right: 80px;
	padding-bottom: 5px; 
	padding-left: 80px;
	background-image: url("images/releases_con_mid.gif");
	background-repeat: repeat;
}
		
#footer_r
{
	height: 40px;
	padding: 0px;
	background-image: url("images/releases_con_foot.gif");
	background-repeat: no-repeat;
}

#banner_u
{	
	height: 86px;
	padding: 0px;
	background-image: url("images/upcoming_top_nav.gif");
	background-repeat: no-repeat;
}

#subbanner_u
{
	height: 20px;
	padding: 0px;
	background-image: url("images/upcoming_con_top.gif");
	background-repeat: no-repeat;
}
		
#content_u
{	
	padding-top: 10px; 
	padding-right: 80px;
	padding-bottom: 5px; 
	padding-left: 80px;
	background-image: url("images/upcoming_con_mid.gif");
	background-repeat: repeat;
}
		
#footer_u
{
	height: 40px;
	padding: 0px;
	background-image: url("images/upcoming_con_foot.gif");
	background-repeat: no-repeat;
}

#banner_a
{
	height: 86px;
	padding: 0px;
	background-image: url("images/about_top_nav.gif");
	background-repeat: no-repeat;
}

#subbanner_a
{
	height: 20px;
	padding: 0px;
	background-image: url("images/about_con_top.gif");
	background-repeat: no-repeat;
}
		
#content_a
{	
	padding-top: 10px; 
	padding-right: 80px;
	padding-bottom: 5px; 
	padding-left: 80px;
	background-image: url("images/about_con_mid.gif");
	background-repeat: repeat;
}
		
#footer_a
{
	height: 40px;
	padding: 0px;
	background-image: url("images/about_con_foot.gif");
	background-repeat: no-repeat;
}		

/* text styles */

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: none;
}

.heading{font-family:"Gill Sans", Verdana;color:#ffffff;font-size:14px;line-height:15px;font-style:normal;font-weight:normal;text-decoration:none;}
.subHeading{font-family:"Gill Sans", Verdana;color:#ffffff;font-size:14px;line-height:15px;font-style:normal;font-weight:normal;text-decoration:none;}
.text{font-family:"Gill Sans", Verdana;color:#ffffff;font-size:12px;line-height:20px;font-style:normal;font-weight:normal;text-decoration:none;}
.textBold{font-family:"Gill Sans", Verdana;color:#ffffff;font-size:12px;line-height:12px;font-style:normal;font-weight:bold;text-decoration:none;}
.copy{font-family:"Gill Sans", Verdana;color:#ffffff;font-size:10px;line-height:10px;font-style:normal;font-weight:normal;text-decoration:none;}
