@CHARSET "UTF-8";

/*  +-----------------+
    |  standard tags  |
    +-----------------+  */

body{
	padding:0px;		
	line-height:1.2em;
	background-position:center top;
    background-repeat: repeat-y;
	background-color: rgb(2,18,38);
	font-family: courier new, century gothic, sans-serif, arial, helvetica;
	color: #000000;;
	font-size:12px;
	text-align:left;
    background: #000000;
}

img{
	border:none;
}

a:link {
	color: #e60a18;
	text-decoration: none;
}

a:visited {
	color: #e60a18;
	text-decoration: none;
}

a:hover {
	color: #e60a18;
	text-decoration: underline;
}



/* GENERAL LINKOLOGY */
a:link, a:visited {
	text-decoration: none;
	background: transparent;
	color:#e60a18;
}

a:hover { 
	text-decoration: underline;
	color: #e60a18;
}

a:active {
	color: #e60a18;
	text-decoration: none;
	background: transparent;
}

/* GENERAL TEXTOLOGY */
p, td {
	font-family: courier new, century gothic, sans-serif, arial, helvetica;
}

li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;   /* be kind to Netscape 4 */
}

html p {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}

h1 {
	font-family: courier new,century gothic,sans-serif,arial,helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	padding: 0px;
	margin-top: 1em;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #fffff8;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
	color: #fffff8;
}

h1.line {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fffff8;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #fef6ab;
}

.whatsnewItem {
	margin-bottom: 22px;
}

.newsHeadDate {
	color: #245787;
}

.subTitle {
	color: #7c7c7c;
	font-size: 11px;
	font-weight: normal;
}

h1.newsHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #615f60;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}

h1.newsHead a:link, h1.newsHead a:visited, h1.newsHead a:hover  {
	text-decoration: none;
	color: #fffff8;
}

a h1.newsHead, a:hover h1.newsHead, a:visited h1.newsHead, a:link h1.newsHead {
	text-decoration: none;
	color: #6f9ad1;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fffff8;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h2.line {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fffff8;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #fffff8;
}

h2.subTitle, h2.subtitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7c7c7c;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fffff8;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 3px 0px;
}

h3.line {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fffff8;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 6px 0px;
	border-bottom: 1px solid #fffff8;
}

strong {
	font-weight: bold;
}

strike {
	text-decoration: line-through;
}


hr {
	border: 0;
	border-bottom: #d7d7d7 solid 1px;
	clear: both;
	color: #fff;
	margin: 15px 0px;
}

hr.divider {
	border: 0;
	border-bottom: #4F4E4A solid 1px;
	clear: both;
	color: #4F4E4A;
	margin: 15px 0px;
}

/*  +------------------+
    |  custom classes  |
    +------------------+  */

.page_container{
	display:block;
	float:none;
	clear:both;
	width:990px;
	margin: 0px auto;
	text-align:left;
}

#news .page_container  {
background-color:#000;
}

#discography .page_container  {
background-color:#000;
}

#links .page_container  {
background-color:#000;
}

#news #ft_image {
*padding-bottom:30px;
}

#bd{
	display:block;
	margin:0px auto;
	padding:0px;
	background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/pg_mid_bkgr.png') repeat-y;
}

.body_full{
	display:block;
	clear:both;
	width:98%;
	margin:0px;
	padding:10px;
	text-align:left;
}

.body_half{
	float:left;
	margin:0px;
	padding:10px;
	width:47.9%
}

.body_third{
	float:right;
	clear:none;
	margin:0px;
	padding:0px;
	width:310px;
	overflow:hidden;
}

.body_twothirds{
	float:left;
	clear:none;
	margin:0px;
	padding:0px;
	width: 660px;
}

.body_fourth{
	float:left;
	clear:none;
	margin:0px;
	padding:10px;
	width:22%;	
}

.body_threefourths{
	float:left;
	clear:none;
	margin:0px;
	padding:10px;
	width:71%;
}

.body_border_top{
	border-top: 0px solid #c7c7c7;
}

.body_border_right{
	border-right: 0px solid #c7c7c7;
}

.body_border_bottom{
	border-bottom: 0px solid #c7c7c7;
}

.body_border_left{
	border-left: 0px solid #c7c7c7;
}

.nav ul{
	display:block;
	margin:0px auto;
	padding:0px;
	text-align:center;
	list-style-type:none;
	
}

.nav li{
	display:inline;
	float:left;
	margin:0px;
	padding:0px 2px;
	border-right:0px solid #c7c7c7;
}

li.last{
	border-right-width:0px;
}

.nav li a{
	border:none;
	text-decoration:none;
}

.content_area{
	height:75px;
	border:1px solid blue;
	text-align:center;
	margin:0px;
	padding:0px;
}

.copyright{
	display:block;
	clear:both;
	margin:10px;
	padding-top:10px;
}

/*  +--------------------+
    |  special elements  |
    +--------------------+  */

#sub_menu{
	display:block;
}

ul#sub_menu{
	list-style-type:none;
	margin-left:5px;
	padding:0px;
}

ul#sub_menu li{
	display:block;
	margin:0px;
	padding:10px;
	border:none;
}

ul#sub_menu li a{
	display:block;
	border:none;
	color: #000;
	text-decoration: underline;
}

ul#sub_menu li a:hover {
	text-decoration: underline;
	color: #red;
	backgroud: none repeat scroll 0 0 transparent;
}

#hd{
	margin:0px auto;
	padding: 0px;
}

#main_logo{
	display:block;
	width:990px;
	height:205px;
	
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
}

#header_top{
	background: url("http://cdn.sexpistolsofficial.com/non_secure/images/website/header_top.jpg") no-repeat transparent;
	height: 174px;
	color: rgb(255,255,255);
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
	
}

#member_nav{
	display:block;
	text-align:right;
	margin:0px;
	padding: 0;
	background-color:#000;
	float:right;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	max-height:30px;
	width: 90%;
	list-style:none outside none;
	position:relative;
}

#member_navlist{
	float:right;
	margin:0px;
	padding:0px;
	text-align:right;
	float:right;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	height:29px;
	list-style:none outside none;
	position:relative;
}

#member_navlist a{
color:#FC6613;
display:block;
float:left;
line-height:20px;
padding:0 2em;
text-decoration:none;
}

#member_navlist a:hover{
color:#707070;
}

#header{
	display:block;
	margin-bottom:0px;
	min-height:156px;
}

#headerImage{
	display:block;
	width: 990px;
	background-color:#000;
	padding:10px 0px;
	text-align:center;
	float: center;
}

#header img{
	border:0px;
}

#header table{
	width:100%;
	margin:0px;
	padding:0px;
}

#bd{
	display:block;
	background-postion:left top;
	background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/pg_mid_bkgr.png') repeat-y;
}

#features{
background:url("http://cdn.sexpistolsofficial.com/non_secure/images/website/sectionheaders/h1_features.gif") no-repeat scroll left top transparent;
height:330px;
margin:60px 20px 0px 20px !important;
padding:55px 0px 25px 0;
text-align:left;
width:576px;
}

#container_news{
margin-right:10px;
margin-top:20px;
margin-left:10px;
border-left: 1px solid #fff;
}

#news_list{
margin-right:0px;
margin-top:20px;
margin-left:15px;
}

#container_images{
margin-right:5px;
margin-top:20px;
margin-left:5px;
border-left: 1px solid #fff;
}

#image_list{
margin-right:0px;
margin-top:20px;
margin-left:15px;
}

#paintings{
margin-right:10px;
margin-top:20px;
margin-left:10px;
}

#news_home{
	background:url("http://cdn.sexpistolsofficial.com/non_secure/images/website/sectionheaders/h1_news.gif") no-repeat scroll left top transparent;
	margin-right:10px;
	margin-top:20px;
	margin-left:10px;
	width:576px;
	height:300px;
	*background:none;
}


#container_news h4{
color:#FFFFF8;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
margin-bottom:10px;
margin-top:-5px;
}

#container_search{
background:url("http://cdn.sexpistolsofficial.com/non_secure/images/website/sectionheaders/h1_search.gif") no-repeat scroll left top transparent;
margin:20px 0 0 0;
padding:5px 0px 25px 0;
text-align:left;
}

#container_rss{
/*background:url("http://cdn.sexpistolsofficial.com/non_secure/images/website/sectionheaders/h1_rss.gif") no-repeat scroll left top transparent;*/
margin:20px 0 0 0;
padding:5px 0px 25px 20px;
text-align:left;
}

#container_newspromo{
/*background:url("http://cdn.sexpistolsofficial.com/non_secure/images/website/sectionheaders/h1_rss.gif") no-repeat scroll left top transparent;*/
margin:20px 0 0 0;
padding:5px 0px 25px 20px;
text-align:left;
}

#container_bios{
background:url("http://cdn.sexpistolsofficial.com/non_secure/images/website/sectionheaders/h1_bio.gif") no-repeat scroll left top transparent;
margin:25px 20px 0 10px !important;
margin:0;
padding:55px 0px 25px 0;
text-align:left;
}

#bio .page_container{
	background-color:#000;
}

#media .page_container{
	background-color:#000;
}

#container_gift{
background:url("http://cdn.sexpistolsofficial.com/non_secure/images/website/sectionheaders/h1_gift.gif") no-repeat scroll left top transparent;
margin:25px 20px 0 10px !important;
margin:0;
padding:55px 0px 25px 0;
text-align:left;
}
#container_video{
background:url("http://cdn.sexpistolsofficial.com/non_secure/images/website/sectionheaders/h1_videos.gif") no-repeat scroll left top transparent;
margin-right:10px;
margin-top:20px;
}
#container_photo{
background:url("http://cdn.sexpistolsofficial.com/non_secure/images/website/sectionheaders/h1_photos.gif") no-repeat scroll left top transparent;
margin-right:10px;
margin-top:20px;
}
#news_latest{
margin:0;
padding:65px 10px 25px 0;
text-align:left;
}

#news_other{
/*background:url("http://cdn.sexpistolsofficial.com/non_secure/images/website/sectionheaders/other_recent_news.gif") no-repeat scroll left top transparent;*/
margin-right:10;
padding-top:30px;
}

#news_archive{
/*background:url("http://cdn.sexpistolsofficial.com/non_secure/images/website/sectionheaders/news_archive.gif") no-repeat scroll left top transparent;*/
margin-right:10;
padding-top:30px;
padding-left:20px;
}

.rssHeader, .jssHeader {
color:#FFFFFF;
font-family:"Times New Roman",Times,serif;
font-size:16px;
font-weight:bold;
}


.buttonJoin {
	background: url(http://cdn.sexpistolsofficial.com/non_secure/images/website/button_join.gif) no-repeat center left;
	width: 86px;
	height: 18px;
	display: block;
	float: right;
	cursor: pointer;
	border: 0px;
}

.buttonLogin {
	background: url(http://cdn.sexpistolsofficial.com/non_secure/images/website/buttons/button_login.gif) no-repeat center left;
	width: 86px;
	height: 18px;
	display: block;
	float: right;
	cursor: pointer;
	border: 0px;
}

#tour-hdr {
	text-transform: uppercase;
	color:#000;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	background-image: url(http://cdn.sexpistolsofficial.com/non_secure/images/website/blank-bg.gif);
	background-repeat:repeat-x;
	height:22px;
	margin-bottom: 15px;
	padding:3px;
	
}

#section_header {
	border: 0px solid green;
	font-size: 18px;
	color: rgb(155,155,155);
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;	
}

.biohead {
	font-size: 14px;
	color: #615F60;
	font-weight: bold;
}
#audioplayer{
padding-top:55px;
}
#videoplayer{
padding-top:20px;
}

#state_lists {
height:400px;
width:300px;
}

#state_lists a{

float:left;
padding:2px;
clear:both;
}


.gallery_list_thumb {
	width:195px;
	padding:0px;
	margin: 0px;
	overflow: hidden;
	float:left;
	text-align: left;
	min-height: 220px;
}

.thumb_title{
	width:190px;
	padding:0px;
	margin: 0px;
	overflow: hidden;
	float:left;
	text-align: left;
}
.gallery_name {
	display: block;
	color: #9999ff;
	margin: 5px 0 5px 0;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	border: 0px solid red;
}

.gallery_more {
	margin: 5px 0 0 0;
	display: block;
	width: 70px;
	float: right;	
}
.tour_row1  {
	
}
.tour_row2 {

}

.headRow {
	font-weight: bold;
	border-bottom: 0px solid white;
	margin: 10px 0px;
}

#tour_table {border-collapse: collapse; margin: 20px 20px;}


TD#main {
	width: 920px;
	background-color: #000;
	border: 0px solid red;
}

TD#left_shadow {
	width: 20px;
	background-image: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/bg_shadow_left.png');
	_background-image: none;
	background-repeat: repeat-y;
	background-position: right top;
	border: 0px solid red;
}


TD#right_shadow {
	width: 20px;
	background-image: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/bg_shadow_right.png');
	_background-image: none;
	background-repeat: repeat-y;
}

td {
	vertical-align: top;
}

#home_feature {
	border: 0px solid blue;
	background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/featured.png') no-repeat;
	height: 371px;
	width: 374px;
	padding: 0px 0px 0px 10px;
	margin-top: -8px;
	text-align: center;
	float: left;
}

#featured_content {
	padding: 60px 0px 0px 80px;
	width: 270px;
	color: #FFFFFF;
}

#home_news {
	border: 0px solid blue;
	background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/latest_news.png') no-repeat;
	height: 363px;
	width: 278px;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
	float: left;
}

#news_home_content {
	padding: 60px 0px 0px 10px;
	width: 270px;
	color: #FFFFFF;
	overflow: hidden;
}

#home_tour {
	border: 0px solid blue;
	background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/tour_dates.png') no-repeat;
	height: 368px;
	width: 297px;
	padding: 0px;
	margin-top: -5px;
	text-align: center;
	float: left;
}

#home_tour_content {
	padding: 90px 0px 0px 25px;
	width: 200px;
	color: #000000;
	float: left;
}

#home_tour_content a:link{
	color: #000000;
	font-weight: none;
	text-decoration: underline;
	float: left;
	padding: 10px 0px 0px 15px;
}

#home_tour_content a:visited{
	color: #000000;
	font-weight: none;
	text-decoration: underline;
	float: left;
}

#home_tour_content a:hover {
	color: red;
	font-weight: none;
	text-decoration: underline;
	float: left;
}

#home_merch {
	border: 0px solid blue;
	background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/merch_boundary_box.png') no-repeat;
	height: 213px;
	width: 656px;
	padding: 0px;
	margin: 0px 0px 0px 4px;
	text-align: center;
	float: left;
}

#home_merch_content {
	padding: 70px 0px 0px 60px;
	width: 656px;
	color: #fffff;
	float: left;
}

#salesListWrapper {
	overflow: hidden;
	border:0px solid #D7D7D7;
	margin-bottom:10px;
	background-color:#5DD46A;
	width: 565px;
}


.salesDesc a:link{
	color: black;
	font-weight: blod;
	text-decoration: none;
	font-size: 10px;
	font-family:Arial, Verdana, Helvetica, sans-serif; 
}

.salesDesc a:visited{
	color: black;
	text-decoration: underline;
}

.salesDesc a:hover {
	text-decoration: underline;
}

.saleFinalPrice a:link{
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	font-family:Arial, Verdana, Helvetica, sans-serif; 
}

.saleFinalPrice a:visited{
	color: black;
	text-decoration: underline;
}

.saleFinalPrice a:hover {
	text-decoration: underline;
}

#home_mail {
	border: 0px solid blue;
	background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/mail_list.png') no-repeat;
	height: 213px;
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
	float: left;
}

#home_mail_content a:link{
	color: #000000;
	font-weight: none;
	text-decoration: underline;
	float: left;
	padding: 0px;
	height: 20px;
}

#home_mail_content a:visited{
	color: #000000;
	font-weight: none;
	text-decoration: underline;
}

#home_mail_content a:hover {
	color: red;
	font-weight: none;
	text-decoration: underline;
}

#home_mail_content {
	width: 210px;
	padding: 95px 0px 0px 40px;
	margin-top: 0px;
	text-align: left;
	float: left;
}
#mail_list_signup {
	padding: 0px;
	width: 480px;
	color: #fff;
	}
	
#ft {
	background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/sp_footer.png') no-repeat;
	width: 990px;
	height: 160px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	color: #000000;
	overflow: hidden;
}

.footer_nav {
	padding-top: 40px;
	font-weight:bold;
	text-transform: uppercase;
}
.footer_nav a:link {
	color: #000000;
	text-decoration: underline;
	border: 0px solid green;
}
.footer_nav a:visited {
	color: #000000;
	text-decoration: underline;
}
.footer_nav a:hover {
	font-weight: normal;
	color: red;
	text-decoration: underline;
	border: 0px solid green;
}

.copyright {
	width: 990px;
	padding-top: 0px;
	color: black;
	font-size:12px;
	font-weight: bold;
}

.copyright a:link {
	color: red;
	text-decoration: none;
}
.copyright a:visited {
	color: red;
	text-decoration: none;
}
.copyright a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Green and gray page backgrounds */
#green_top{
	background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/green_top.png') no-repeat;
	width: 660px;
	height: 68px;
	margin-left: 10px;
	margin-top: 15px;
}
#green_middle {
	background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/green_middle.png') repeat-y;
	_background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/green_middle.gif') repeat-y;
	margin: -50px 0px 0px 10px;
	width: 659px;
}
#green_bottom {
	background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/green_bottom.png') no-repeat;
	width: 660px;
	height: 106px;
	margin: -10px 0px 0px 10px;
	padding-bottom: 20px; 
}

#big_green_top{
	background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/big_green_top.png') no-repeat;
	width: 964px;
	height: 73px;
	margin: 0px 0px 0px 3px;
}
#big_green_middle {
	background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/big_green_middle.png') repeat-y;
	min-height: 400px;
	_background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/big_green_middle.gif') repeat-y;
	width:  964px;
	margin: -40px 0px 0px 5px;

}
#big_green_bottom {
	background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/big_green_bottom.png') no-repeat;
	width: 964px;
	height: 106px;
	margin: 0px 0px 10px 5px;
}

#gray_top {
	background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/gray_top.png') no-repeat;
	width: 279px;
	height: 89px;
	margin-top: 15px;
}
#gray_middle {
	background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/gray_middle.png') repeat-y;
	_background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/gray_middle.gif') repeat-y;
	width: 279px;
	min-height: 300px;
	margin-top: -15px;
}
#gray_bottom {
	background: url('http://cdn.sexpistolsofficial.com/non_secure/images/website/gray_bottom.png') no-repeat;
	width: 279px;
	height: 100px;
	margin: -40px 0px 10px 0px;
}

#news_container {
	border: 0px solid white;
	margin-left: 0px;
	padding: 0px 25px 0px 25px;
	color: #000000;
	_padding: -20px 25px 0px 25px;
}

#news_archive_container {
	_width: 230px;
	width: 230px;
}

#article_bottom a:link {
	color: #000;
	text-decoration: underline;
}

#article_bottom a:visited {
	color: #000;
	text-decoration: underline;
}

#article_bottom a:hover {
	color: #e60a18;
	text-decoration: underline;
}

#biography_list_container {
	_width: 230px;
	width: 230px;
	padding-left: 20px;
	margin: -30px 0px 30px 0px;
}

#biography_list_container a:link {
	color: #000;
	font-family: courier new,century gothic,sans-serif,arial,helvetica;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

#biography_list_container a:visited {
	color: #000;
	font-family: courier new,century gothic,sans-serif,arial,helvetica;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

#biography_list_container a:hover {
	color: #e60a18;
	font-family: courier new,century gothic,sans-serif,arial,helvetica;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.biography_list_item{
	padding: 0px 0px 10px 0px;
}

#tour_promo_text {
	color: #000000;
	text-align: center;
}

#tour_top_text {
	color: #000000;
	margin: 0px 0px 0px 10px;
}
.features_list_item{
	padding: 0px 0px 10px 0px;
}
#contact_left{
	float:left;
	clear:both;
	margin:0px;
	padding:0px;
	width: 500px;
}
#contact_right{
	float:right;
	clear:none;
	margin:0px;
	padding:20px 0px 0px 0px;
	width:310px;
	overflow:hidden;
}
#contact_btm_img{
	text-align: center;
	padding:400px 0px 0px 0px;
}
#faq {
	margin: 0px 0px 0px 40px;
	padding-right: 15px;
}

.faq_questions_link {
	padding: 0px 0px 40px 10px;
	color: #000000;
	font-weight: bold;
}

.faq_questions_link a:link {
	color: #000000;
	text-decoration: underline;
}

.faq_questions_link a:hover {
	color: red;
	text-decoration: underline;
}

.faq_questions_link a:visited {
	color: #000000;
	text-decoration: underline;
}

.faq_question {
	padding: 0px 0px 20px 10px;
	font-weight: bold;
	color: #000000;
}

.faq_answer {
	padding: 0px 0px 20px 30px;
	color: #000000;
}

#faq_subheader {
	margin: -30px 0px 10px 0px;
	_margin: -5px 0px 20px 0px;
	_width: 179px;
	_height: 45px;
}

#links_list_container{
	padding: 10px 5px 5px 20px;
}
#links_list_container a:link {
	color: #000000;
	text-decoration: underline;
}

#links_list_container a:hover {
	color: red;
	text-decoration: underline;
}

.biography_article_text a:visited {
	color: #000000;
	text-decoration: underline;
}

.biography_article_text a:link {
	color: #000000;
	text-decoration: underline;
}

.biography_article_text a:hover {
	color: red;
	text-decoration: underline;
}

.biography_article_text a:visited {
	color: #000000;
	text-decoration: underline;
}
.biography_article_title{
	padding: 0px 0px 0px 13px;
	font-weight: bold;
}

.biography_article{
	font-family: courier new,century gothic,sans-serif,arial,helvetica;
}
#gallery_list{
	_width: 230px;
	width: 230px;
	padding: 10 20px;
	margin: -30px 0px 30px 10px;
}

#gallery_list a:link {
	color: #000;
	text-decoration: underline;
}
#gallery_list a:visited{
	color: #000;
	text-decoration: underline;
}
#gallery_list a:hover {
	color: #e60a18;
	text-decoration: underline;
}
.gallery_list_item{
	padding: 10px 0px;
}

.feature_article_text a:link {
	color: #000;
	font-weight:bold;
	text-decoration: underline;
}
.feature_article_text a:visited{
	color: #000;
	font-weight:bold;
	text-decoration: underline;
}
.feature_article_text a:hover {
	color: #e60a18;
	font-weight:bold;
	text-decoration: underline;
}
.links_list_item{
	padding: 0px 60px;
}
.links_list_item a:link {
	color: #000;
	font-weight:bold;
	text-decoration: underline;
}
.links_list_item a:visited{
	color: #000;
	font-weight:bold;
	text-decoration: underline;
}
.links_list_item a:hover {
	color: #e60a18;
	font-weight:bold;
	text-decoration: underline;
}
.form_checkbox_input{
	text-align: right;
	padding: 0 5px;
}

 



