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


body{
	background-image:url(images/stripebg.jpg);
	margin:0px;
	}
	
#container{
	width:840px;
	margin:10px auto 0px auto;
	background-image:url(images/container_bg_strip.png);
	background-repeat:repeat-y;
	}

#header{
	width:840px;
	height:150px;
	background-image:url(images/header.png);
	margin:0px auto 0px auto;
	}	
	
#content{
	width:575px;
	float:left;
	margin:0px 0px 0px 0px;
	background-image:url(images/content_line2.png);
	background-repeat:no-repeat;
	background-position:top;
	}
	
#content_top{
	width:575px;
	height:104px;
	background-image:url(images/content_top2.png);
}

#content_body{
	width:575px;
	min-height:506px;
	padding:0px 0px 20px 0px;
	background-image:url(images/content_middle2.png);
	background-repeat:repeat-y;
}

#entry{
	width:525px;
	padding:0px 5px 0px 45px;
}

p.entry_content{
	font-family:georgia;
	font-size:12px;
	line-height:17px;
	color:#585858;
	padding:0px 85px 25px 25px;
	margin:10px 0px 0px 0px;
}

a.entryLink{
	font-family:georgia;
	font-size:12px;
	line-height:17px;
	color:#9966ff;
	text-decoration:none;
	}
	
a:hover.entryLink{
	font-family:georgia;
	font-size:12px;
	line-height:17px;
	color:#333333;
	text-decoration:none;
	}	

p.entry_title{
	width:500px;
	height:20px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 25px;
	background-color:#FFF;
	border-top:1px solid #66ffcc;
	font:georgia;
	font-size:13px;
	color:#333333;
}


#content_bottom{
	width:575px;
	height:32px;
	background-image:url(images/content_bottomstripe2.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

p.content_header{
	font:Georgia;
	color:#9966ff;
	font-size:15px;
	font-style:italic;
	margin:0px;
	padding:60px 0px 0px 70px;
}



	
#nav{
	width:265px;
	background-image:url(images/nav_line2.png);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	margin:0px 0px 0px 0px;
	}	

/*-----------NEWS CSS BEGIN-----------*/	
	
a.newsLink{
	display:block;
	width:265px;
	height:145px;
	float:left;
	background-image:url(images/news_off.png);
}

a:hover.newsLink,a.newsLinkActive{
	display:block;
	width:265px;
	height:145px;
	float:left;
	background-image:url(images/news_on.png);
}


/*-----------NEWS CSS END-----------*/



/*-----------DATES CSS BEGIN-----------*/

a.datesLink{
	display:block;
	width:265px;
	height:60px;
	float:left;
	background-image:url(images/dates_off.png);
}

a:hover.datesLink, a.datesLinkActive{
	display:block;
	width:265px;
	height:60px;
	float:left;
	background-image:url(images/dates_on.png);
}

/*-----------DATES CSS END-----------*/




/*-----------RELEASES CSS BEGIN-----------*/


a.releasesLink{
	display:block;
	width:265px;
	height:60px;
	float:left;
	background-image:url(images/releases_off.png);
}


a:hover.releasesLink, a.releasesLinkActive{
	display:block;
	width:265px;
	height:60px;
	float:left;
	background-image:url(images/releases_on.png);
}



	
a.downloadLink{
	background-image:url(images/download_off.png);
	width:425px;
	height:97px;
	display:block;
	margin:0px 0px 20px 20px;

}


	
a:hover.downloadLink{
	background-image:url(images/download_on.png);
	width:425px;
	height:97px;
	display:block;
	margin:0px 0px 20px 20px;

}


a.downloadLink11_7{
	background-image:url(images/download_11_7_on.png);
	width:425px;
	height:97px;
	display:block;
	margin:0px 0px 20px 20px;

}


	
a:hover.downloadLink11_7{
	background-image:url(images/download_11_7_off.png);
	width:425px;
	height:97px;
	display:block;
	margin:0px 0px 20px 20px;

}


/*-----------RELEASES CSS END-----------*/


/*-----------ABOUT CSS BEGIN-----------*/

a.aboutLink{
	display:block;
	width:265px;
	height:59px;
	float:left;
	background-image:url(images/about_off.png);
}

a:hover.aboutLink, a.aboutLinkActive{
	display:block;
	width:265px;
	height:59px;
	float:left;
	background-image:url(images/about_on.png);
}

/*-----------ABOUT CSS END-----------*/


/*-----------ABOUT CONTACT BEGIN-----------*/

a.contactLink{
	display:block;
	width:265px;
	height:66px;
	float:left;
	background-image:url(images/contact_off.png);
}

a:hover.contactLink, a.contactLinkActive{
	display:block;
	width:265px;
	height:66px;
	float:left;
	background-image:url(images/contact_on.png);
	
}


a.entryLinkContact{
	font-family:georgia;
	font-size:12px;
	line-height:17px;
	color:#585858;
	text-decoration:none;
	}
	
a:hover.entryLinkContact{
	font-family:georgia;
	font-size:12px;
	line-height:17px;
	color:#9966ff;
	text-decoration:none;
	}	

/*-----------ABOUT CONTACT END-----------*/



/*-----------ABOUT GALLERY BEGIN-----------*/


a.galleryLink{
	display:block;
	width:265px;
	height:258px;
	float:left;
	background-image:url(images/gallery_off.png);
}

a:hover.galleryLink, a.galleryLinkActive{
	display:block;
	width:265px;
	height:258px;
	float:left;
	background-image:url(images/gallery_on.png);
}

p.img{
	padding: 20px 10px 10px 25px;
}

/*-----------ABOUT GALLERY END-----------*/



#blank{
	width:265px;
	background-image:url(images/blank.png);
	background-repeat:repeat-y;
	background-position:bottom;
}
	
#clearBottom{
	clear:both;
	}
	
#footer{
	background-image:url(images/container_bottom.png);
	width:840px;
	height:61px;
	margin:0px auto 0px auto;
}

a.footer{
	font:georgia;
	font-size:12px;
	padding:0px 0px 0px 45px;
	color:#66ffcc;
	text-decoration:none;
}

a.footer:hover{
	font:georgia;
	font-size:12px;
	padding:0px 0px 0px 45px;
	color:#FFFFFF;
	text-decoration:none;
}

