/*  
Theme Name: Rock Theme
Theme URI: http://www.sweans.com
Description: A WordPress theme frame work
Version: 1.0
Author: Sweans
Author URI: http://www.sweans.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	margin:0;
	
	
	}
body, th, td, input, textarea{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	}

form{
	}
fieldset{
	}
input, textarea{
	
	}
input.text{
	background:#FFFFFF;
	border:none;
	padding:1px;
	}
input.button{
	background:#000000;
	border:1px solid #000000;
	color:#ffffff;
	}
h1, h2, h3{
	color:#000000;
	}
h1{
	font-size:25px;
	
	
	}
h2{
	
	font-size:22px;
	
	
	}
h3{
	font-size:16px;
	}
h4{
	font-size:14px;
	}
h5{
	font-size:12px;
	}
h6{
	font-size:10px;
	}
p, ul, ol{
	font-size:14px;
	line-height:19px;
	color: #666666;	
	}
ul, ol{
	margin-left:36px;
	}
blockquote{
	margin-left:36px;
	margin-right:36px;
	}
a{
	color:#330066;
	text-decoration:none;
	}
a:hover{
	border:none;
	color:#663399;
	}
h1 a, h2 a, h3 a{
	border:none;
	color:#333333;
	text-decoration:none;
	}
h1 a:hover, h2 a:hover, h3 a:hover{
	background:none;
	color:#371015;
	}
hr{
	display:none;
	}
#wrapper{
	}
#header{
	height:29px;
	width:798px;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	}
#menu{
	float:left;
	
	}
#menu ul{
	line-height:normal;
	list-style:none;
	margin:0;
	padding:0;
	}
#menu li{
	float:left;
	}
#menu a{
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:17px;
	margin-right:1px;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(images/menu_sep.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
#menu a:hover{
	background-image: url(images/menu_hover.jpg);
	background-repeat: repeat-x;
	
	}
#menu .current_page_item a{

	background-image: url(images/menu_hover.jpg);
	background-repeat: repeat-x;
	}
#search{
	position: relative;
	float:none;
	left: 17px;
	top: 10px;
	}
.rss{
	background-image: url(images/rss.png);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 32px;
	float:right;
	position: relative;
	left: -2px;
	top:-4px;
}
#search fieldset{
	border:none;
	}
#search #s{
	padding:3px;
	width:140px;
	border: 1px solid #989898;
	}
#search #x{
	width:56px;
	background-image: url(images/srch.png);
	background-repeat: no-repeat;
	height: 19px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
	background-color: transparent;

	
	}
.logo_left{
	width:545px;
	float:left;
	}
#logo{
	background:url(images/header.jpg) no-repeat left top;
	height:116px;
	width:798px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#page{
	width:798px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFFFF;
	
	}
.contentmain{
	width:536px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	min-height:900px;
	
	}
.contentmain_about{
	width:538px;
	float:left;
	
	}
#content{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;	
	}
.post{
	}
.post .title{
	font-weight:normal;
	margin:0;
	}
h1.title{
	color:#333333;
	font-size:26px;
	padding-left:15px;
	font-weight: normal;
	}
h2.title{
	color:#CC0000;
	font-size:18px;
	
	}
.desctitle{
	font-size:10px;
	}
.post h1.title{
	font-size:24px;
	height:auto;
	padding:0px 0 0 0px;
	}
.post .entry{
	text-align:justify;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
.entry p{
	padding-bottom:15px;
	font-size: 14px;
}
.entry img{
	
}
.post .meta{
	
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:5px 0px 0px 0px;
	}
.post .meta a{
	color:#333333;
	}
.post .links{
	margin:0;
	}
.post .tags{
	background:url(images/img04.gif) repeat-x;
	font-size:9px;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
	}
.post .links a, .post .tags a{
	border:none;
	}
.leftsidebar
	{
	width:190px;
	float:left;
	}
.sidebar{
	
	}
.sidebar ul{
	list-style:none;
	margin:0;
	padding:0;
	}
.sidebar li{
	margin-bottom:22px;
	}
.sidebar li ul{
	}
.sidebar li li{
	margin:0;
	}
.sidebar li h2{
	margin:0 0 0.7em 0;
	}
#sidebar1{
	padding-left:10px;
	
	}
#sidebar1 li h2{
	background:url(images/leftbar.gif) no-repeat left top;
	height:25px;
	margin:0 0 1em 0;
	padding:2px 5px 5px 30px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
#sidebar1 li ul{
	background:url(images/img04.gif) repeat-x;
	line-height:normal;
	}
#sidebar1 li li{
	background:url(images/img04.gif) repeat-x left bottom;
	padding:5px;
	}
.rightsidebar{
	width:258px;
	float:left;
	}
#sidebar2{
	
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
#sidebar2 li h2{
	font-size: 18px;
	font-weight: normal;
	color: #cc0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cc0000;
	padding-bottom: 5px;
	}
#sidebar2 li ul{
	
	line-height:normal;
	}
#sidebar2 li li{
	border:none;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	}
#sidebar2 li a{
	color: #000000;
	}
#sidebar2 li a:hover{
	border:none;
	color:#663399;
	
	}
#wp-calendar  {
background-color:#EFEFEF;
border:1px solid #DCDCDC;
width:165px;
}
#calendar_wrap td a {
	color:#45bcd8;
	background-image:none;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}
#wp-calendar tr td {
color:#686666;
height:10px;
text-align:center;
}
#wp-calendar caption {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align: left;
}
#prev a {
	color:#0A7C98;
}
#next a {
	color:#0A7C98;
}
#today a{
	background-image:none;
}
#footer{
	background-color:#000000;
	color:#FFFFFF;
	font-size:9px;
	
	width:800px;
	margin-right: auto;
	margin-left: auto;
	height:28px;
	font-family: Arial, Helvetica, sans-serif;	
	}
#footer a{
	
	}
.info{
	background-color:#F5F5F5;
	border-bottom:2px solid #CC9D94;
	border-top:3px solid #E1E1E1;
	margin-bottom:20px;
	padding:10px;
	}
.comlabel{
	color:#666666;
	font-size:13px;
	font-weight:lighter;
	}
.comtext{
	background-color:#CC0000;
	border:5px solid #FFFFFF;
	color:#FFFFFF;
	padding:5px;
	}
.postlabel{
	color:#666666;
	font-size:13px;
	font-weight:lighter;
	}
.posttext{
	background-color:#CC0000;
	border:5px solid #FFFFFF;
	color:#FFFFFF;
	padding:5px;
	}
.commentlist{
	list-style:none;
	}
.authorcomment{
	background-color: #EAEAEA;
	margin:10px 0px 0px 0px;
	padding:3px;
	
	}
.odd{
	color:#333333;
	padding:2px 10px 2px 10px;
	background-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	}
.odd a:link{
	
	}
.commenttext{
	color:#000000;
	color:#000000;
	font-size:10px;
	margin:0px 0px 10px 0px;
	padding:5px 10px 5px 10px;
	background-color: #EFEFEF;
	}
#author, #email, #url{
	background:#efefef;
	border:1px solid #cbcbcb;
	
	
	margin-top:5px;
	padding:3px;
	width:40%;
	}
#comment{
	background:#efefef;
	border:1px solid #cbcbcb;
	
	margin-bottom:0.6em;
	margin-top:5px;
	padding:3px;
	width:99%;
	}
#submit{
	background-color:#CC0000;
	padding:3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	}
acronym, abbr, span.caps{
	cursor:help;
	}
acronym, abbr{
	border-bottom:1px dashed #999;
	}
blockquote{
	padding-left:52px;
	background-image: url(images/qt.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	}
blockquote cite{
	display:block;
	margin:5px 0 0;
	}
.center{
	text-align:center;
	}
.aligncenter{
	margin-right: auto;
	margin-left: auto;	
}
img.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
hr{
	display:none;
	}
a img{
	border:none;
	}



pre{
	background:#f3f2ed;
	border:solid 1px #9a9a9a;
	color:blue;
	margin:10px;
	padding:10px;
	}
code{
	color:#000;
	font-size:1.0em;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {

	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 6px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.bg_home{
	
	background-image: url(images/bg/home.jpg);
	background-position: center top;
	background-color: #000000;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}
.main_logo{
	display: block;
	height: 77px;
	width: 515px;
	position: relative;
	left: 20px;
	top: 30px;
}
.footer_contact {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #cccccc;
	background-color: #e1e0e0;
	
	
}
.footer_contact a{
	color: #330066;	
	
	
}
.footer_contact a:hover{
	color: #663399;	
	
	
}
.footer_contact p{
	padding-bottom: 10px;
	color: #666666;
	font-size: 13px;
}
.footer_contact img{
	border: 1px solid #FF0000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
}
.footer_contact h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 8px;
}
.footer_contact h2{
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}
.foot_box1{
	width:323px;
	padding-left:17px;
	float:left;


}
#footer p{
	line-height: 28px;
	width:380px;
	float:left;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 156px;
}
.foot_box2{

	float:left;
	width:410px;
}
.clear{
	clear:both;
	}
.footer_image{
	background-image: url(images/circle.jpg);
	display: block;
	height: 28px;
	width: 109px;
	float:left;
	margin-right: 140px;	
	
}
.slid{
	width:705px;
	margin-right: auto;
	margin-left: auto;
	
}
	#slider{}	
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:650px;
	height:198px;
	overflow:hidden; 
	}	
	
p#controls, p#controls2{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:30px;
	height:77px;
	position:absolute;
	left:-37px;
	top:-164px;
	}	
#nextBtn, #nextBtn2{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a, #nextBtn2 a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}							
	.slid_image {
	float:left;
	margin-right:10px;
	
	
}
.slid_content{
	float:left;
	width:440px;
	
	}		
.slid_content h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
}
.slid_date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
}	
._text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.slid_more{
	background-image: url(images/readmore.gif);
	display: block;
	height: 21px;
	width: 80px;
	margin-top: 10px;
}
.contentmain_home{
	width: 782px;
	margin-right: auto;
	margin-left: auto;
}
.home_left{
	float: left;
	width: 522px;
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
	padding-bottom: 15px;
}
.home_left h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 33px;
	font-weight: normal;
	background-image: url(images/about_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 15px;
}
.home_left p{
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}.home_right {
	background-color: #f0f0f0;
	float: right;
	width: 246px;
	
	border: 1px solid #cccccc;
}
.home_right h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 33px;
	font-weight: normal;
	background-image: url(images/about_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 15px;}
.app_entry{
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
}
.app_entry1{
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	background-color: #d7d7d7;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.app_date{
	background-image: url(images/date.png);
	height: 31px;
	width: 32px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 37px;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	float:left;
	background-repeat: no-repeat;
}
.app_cont{
	width:195px;
	float:left;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.app_entry h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #330066;
	float:left;
}
.app_entry h3 a:hover{
	
	color: #663399;
	
}
.app_entry1 h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #330066;
	float:left;
}
.app_entry1 h3 a:hover{
	
	color: #663399;
	
}

.entry h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #d20d12;
	margin-bottom: 15px;
}
.about_image{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 15px;
}
#aboutus_bg{
	background-image: url(images/bg/aboutus.jpg);
}
#appear_bg{
	background-image: url(images/bg/appear.jpg);
}
#article_bg{
	background-image: url(images/bg/article.jpg);
}
#contact_bg{
	background-image: url(images/bg/contact.jpg);
}
#press_bg{
	background-image: url(images/bg/press.jpg);
}
#commentsbox{
	margin-right: 0px;
	margin-left: 0px;
}
.app_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;	
}
.app_title a:hover{
color:#663399;
	
}
.appea_date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #333333;
}
.app_image{
	float: left;
	margin-right:10px;
	
}
.app_image img{
	border: 1px solid #999999;	
}
.app_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330066;
}
.app{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.app_hed{
	width:400px;
	float:left;

}
.tweetme{
	width:35px;
	float:right;
	position: relative;
	top: -5px;
	right: 6px;
}


.bookmark ul li{
	list-style:none;
	float:left;
	margin-right:10px;
	}
.bookmark ul{
	margin-left:0px;
}
.bookmark ul li a{
	color:#6c0e6c;
	font-size:10px;
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
	}
.bookmark ul li a:hover{
	text-decoration:underline;
	}
.bookmark{
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.tags{
	padding-top: 5px;
	padding-bottom: 5px;

}
.tags a{
	font-style: italic;
	color: #FF0000;
}
.share{
	background-image:url(images/sharethis.png);
	background-repeat:no-repeat;
	height:12px;
	line-height: 10px;
	padding-left: 15px;
	margin-left: 0px;
}
.post_comment{
	background-image:url(images/post_comment.png);
	background-repeat:no-repeat;
	height:12px;
	line-height: 10px;
	padding-left: 17px;
	
}
.email{
	
	height:13px;
	line-height: 10px;
	
}
.email a{
	position: relative;
	top: 1px;
	left:2px;
}
.at300bs{
	float:left;
	
	
}
.print{
	background-image:url(images/print.png);
	background-repeat:no-repeat;
	height:12px;
	line-height: 10px;
	padding-left: 15px;
}
.perma{
	background-image:url(images/permalink.png);
	background-repeat:no-repeat;
	height:12px;
	line-height: 10px;
	padding-left: 15px;
}
.tagged{
	height:13px;
	line-height: 15px;
	float: left;
	width: 44px;
	background-image: url(images/tag_ico.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 3px;
	padding-right: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6c0e6c
	}
.info a{
 	color:#FF0000;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
.post_fun{
	padding-top: 12px;
}
.navigation{
	margin-top: 10px;
}
.contact_sub{
	margin-bottom: 15px;
}
.contact_image{
	float: left;
	width: 169px;
}
.contact_content{
float:left;
}
.optin_form{
	line-height: 19px;
	background-color: #FFFFFF;
	height: 19px;
	width: 166px;
	border: 1px solid #999999;
	float: left;
}
.optin_button{
	background-color: #333333;
	background-image: url(images/join.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 17px;
	width: 38px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: 9px;
	top: 3px;
	cursor:pointer;
}
.press_date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: italic;
	color: #666666;
	font-weight: normal;
	margin-bottom: 5px;
}
.reference{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	
}
.pdflink{
	background-image: url(images/pdflink.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 176px;
	margin-left: 153px;
	margin-top: 8px;
}
.art_time{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
