/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body {
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family:/* verdana, 'trebuchet ms',*/ sans-serif;
	background-color: #FFFFFF;
	background-image:url(shared/img/back.gif);
	background-repeat:repeat-y;
	background-position:center top;
}
.entry em , #sinks em , .biggray {
	font-weight:bold;
	font-style: normal;
	font-size: 120%;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6, p, ol, ul {
	text-align:left;
	margin: 0;
	padding: 0;
}
.entry h4{
	font-weight: bold;
	font-size:130%;
	margin:0px 0px 15px;
	padding:0px 10px 0px 7px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0066FF;
	}
.entry h5{
	font-weight: bold;
	font-size:100%;
	margin:0px;
	padding:0px;
	}
.entry strong , .bigred , #sinks strong {
	font-weight: bold;
	font-size:150%;
	color: #CC0000;
	text-decoration: underline;
}
.entry a strong , a .bigred , #sinks a strong , .entry strong a , .bigred a , #sinks strong a {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}

p {
	font-size:90%;
	line-height:200%;
}
pre, blockquote {
	font-size:120%;
	line-height:150%;
	font-style:normal;
	font-weight:bold;
	padding: 0px 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align:left;
	color: #0033FF;
}

/* standard helper classes */

.clr {
	font-size: 1px;
	line-height: 0px;
	margin: 0px -1px -1px 0px;
	padding: 0px;
	height: -1px;
	clear: both;
	text-indent: -5000px;
	overflow: hidden;
}

/* page layout */

#container
{
	margin: 0 auto;
	width: 840px;
	text-align: left;
	padding: 0px;
}

#banner {
	width: 840px;
	background-color: #FF6600;
	margin: 0px;
	padding: 0px;
}

#pagebody {
	margin: 0px;
	padding: 0px;
	width: 840px;
	background-image: url(shared/img/pagebody_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}

/* banner user/photo */

/* content */

.content-nav
{
	margin: 0px 0px 20px;
	text-align: center;
	font-size: 70%;
	padding: 0px;
}
 /*
.entry,
.trackbacks,
.comments,
.archive
{
  position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}
*/
.entry, .archivelist {
	width: 510px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.entry .title {
	border: 1px solid #000099;
	background-position: left top;
	margin: 0px 0px 10px;
	padding: 1px;
	background-color: #FFFFFF;
}
.entry .title h3{
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 3px 3px 7px;
	border: 1px solid #000099;
	background-image: url(shared/img/tltle_back.gif);
	font-size: 90%;
	line-height: 130%;
}
.entry .title h3 span {
	background-image: url(shared/img/title_goldbar.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 2px 0px 2px 9px;
	display: block;
	clear: both;
}
.entry p , .trackback-content p , .comment-content p , .comments-open p , #sinks p {
	padding: 0px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.comments-open {
	padding: 0px;
	width: 510px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

/*.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}*/

.entry-excerpt,
.entry-more-link,
{
	clear: both;
	/*font-size: 80%;*/
	line-height: 150%;
}

.entrybody {
	/*font-size: 80%;*/
	line-height: 150%;
}
.extended {
	clear: both;
	/*font-size: 80%;*/
	line-height: 150%;
}
.entry-more {
	clear: both;
	/*font-size: 80%;*/
	line-height: 150%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding: 20px 0px 0px;
	margin: 0px;
}

/* mmt calendar */

/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */

/*
a:link {
	color:#3300FF;
	text-decoration: underline;
}
a:visited {
	color:#3300FF;
	text-decoration: underline;
}
a:hover {
	color:#3399FF;
	text-decoration: none;
}
a:active {
	color:#FF6600;
	text-decoration: underline;
}
*/

a {
	color:#3300FF;
	text-decoration: underline;
}
a:hover {
	color:#3399FF;
	text-decoration: none;
}

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

/* page layout */

#main {
	float: right;
	margin: 0px;
	padding: 10px 0px 0px;
	width: 540px;
	text-align: center;
}
#subarea {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 160px;
	color: #666666;
}

#subarea h2 {
	background-color: #CCCCCC;
	font-size: 80%;
	margin: 0px 0px 5px;
	padding: 7px 0px 5px 5px;
	background-image: url(shared/img/shadow_subareah2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #666666;
}
#subarea a {
	color: #3300FF;
	text-decoration: underline;
}
#subarea a:hover {
	color: #3399FF;
	text-decoration: none;
}
#subarea ul {
	list-style: none;
	margin: 0px;
	padding: 5px;
}
#subarea li {
	font-size: 70%;
	background-image: url(shared/img/bullet_yellow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin: 0px 0px 3px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 13px;
	line-height: 120%;
}

.date {
	font-size: 65%;
	background-image: url(shared/img/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	color: #FF3300;
	width: 496px;
	display: none;

}

/*.entry-content,*/

.entry .posted,
.comments .posted,
.comment .posted,
.trackbacks .posted,
.trackback .posted
{
	color: #999999;
	font-size: 60%;
	text-align: left;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(shared/img/entry_btm.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* modules */

/* calendar tweaks */

/* artistic tweaks */

/* moblog1 tweaks */

/* moblog2 tweaks */

/* timeline tweaks */

/* one-column tweaks */

/* two-column-left tweaks */

/* three-column tweaks */

#banner h1{
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 640px;
	float: left;
}

#banner h1 a {
	text-decoration: none;
	background-image: url(shared/img/logo.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	display: block;
	margin: 0px;
	padding: 5px;
	height: 50px;
	width: 630px;
	font-size: 10px;
	font-weight: normal;
}
#banner h2 {
	background-image: url(shared/img/headerimg.jpg);
	background-repeat: none;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 840px;
	font-size: 110%;
	line-height: 130%;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
}
/*#banner h2 span {
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 840px;
	}*/
#banner h2 img {
	display: block;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 840px;
}
#footer {
	/*background-color: #0066FF;
	background-image: url(shared/img/footer_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
	margin: 0px;
	padding: 10px;
	width: 820px;
	color: #FFFFFF;
	font-size: 70%;
	line-height: 150%;
	float:left ;
}
#footer h3 {
	font-weight: bold;
	font-size: 10px;
}
#footer address {
	font-style: normal;
}
#footer a {
	color:#FFFFFF;
}
#categories {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#categories h2 {
	display: none;
}
#categories ul {
	background-color:#CC0000 ;
	background-image: url(shared/img/shadow_subareaboxbtm.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style: none;
}
#categories li {
	font-size: 80%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #FF3300;
	background-image: url(shared/img/menu_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 160px;
	font-weight: bold;
}
#categories li a, #categories li span {
	color: #FFFFFF;
	background-image: url(shared/img/bullet_menu.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 26px;
	width: 134px;
}

#categories li ul {
	margin: 0px;
	padding: 0px;
	background-image: none;
}
#categories li li {
	margin: 0px;
	padding: 0px;
	background-image: url(shared/img/shadow_submenu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #CC0000;
	width: 160px;
	font-weight: normal;
}
#categories li li a, #categories li li span {
	background-image: url(shared/img/bullet_yellow.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;

	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 20px;
	display: block;
	margin: 0px;
	width: 140px;
}
#categories li a:hover, #categories li li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#headline {
	background-color: #FFFFFF;
	margin: 0px auto 20px;
	padding: 0px;
	width: 510px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

#headline h3 {
	margin: 0px;
	padding: 0px;
	background-image: url(img/title_headline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 26px;
	width: 510px;
}
#headline h3 span {
	display:block;
	text-indent: -9999px;
}

#headline h4 {
	font-size: 80%;
	margin: 0px 0px 5px;
	padding: 5px 0px 0px 10px;
	width: 500px;
}
#headline ul {
	list-style-type: none;
	font-size: 65%;
	padding: 0px;
	margin: 0px auto 5px;
	width: 490px;
}
#headline li {
	background-image: url(shared/img/bullet_smallred.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin: 0px 0px 3px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#pickup {
	background-color: #FFFFFF;
	margin: 0px auto 20px;
	padding: 0px;
	width: 510px;
}
#pickup .cnrtitle {
	margin: 0px 0px 10px;
	padding: 0px;
	background-image: url(img/title_pickup.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 26px;
	width: 510px;
}
#pickup .cnrtitle span {
	display:block;
	text-indent: -9999px;
}

#topicpath {
	margin: 0px auto 10px;
	padding: 0px 0px 5px;
	width: 510px;
	font-size: 65%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#topicpath ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topicpath li {
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-image: url(shared/img/bullet_smallred.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}

#calendar {
	font-size: 70%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}
#calendar table {
	border-collapse: collapse;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #333333;
	background-color: #0066FF;
	width: 150px;
}
#calendar caption {
	background-color: #CCCCCC;
	margin: 0px auto;
	padding: 3px;
	font-weight: bold;
	color: #666666;
	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: #000000;
	border-right-color: #CCCCCC;
	border-left-color: #333333;
	text-align: center;
}
#calendar td {
	text-align: center;
	background-color: #0066FF;
	/*background-image: url(shared/img/calendar_back.gif);
	background-position: right bottom;*/
	margin: 0px;
	padding: 3px;
	background-repeat: no-repeat;
	color: #CCCCCC;
	border: none;
	font-size: 9px;
}
#calendar td a {
	color: #FFFFFF;
	text-decoration:underline;
}
#calendar td a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#calendar th {
	background-color: #FFFFFF;
	color: #666666;
	margin: 0px;
	padding: 3px;
	border: none;
	text-align: center;
	font-size: 10px;
}
#entries {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#archives {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#searchbox {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#searchbox form {
	margin: 0px;
	padding: 5px;
}
#searchbox input {
	margin: 0px 0px 3px;
	padding: 0px;
}
#searchbox #search {
	margin: 0px 0px 5px;
	width: 140px;
	padding: 0px;
}
.catchcopy {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 150%;
	text-decoration: underline;
	line-height: 140%;
	color: #FF0000;
}
#powered {
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 70%;
	display: none;
}
#subarea .sidebox {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#subarea .sidebox p {
	font-size: 70%;
	margin: 0px;
	padding: 5px;
}
.entry ul {
	margin: 0px;
	padding: 10px;
	list-style-type: none;
}

.entry ul li {
	font-size: 120%;
	font-weight: bold;
	background-image: url(shared/img/bullet_checked.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.entry ul li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.entry ul li li {
	font-size: 90%;
	font-weight: normal;
	background-image: none;
	padding: 0px 0px 0px 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.entry ol {
	margin: 0px;
	padding: 10px;
	list-style-type: decimal;
	list-style-position: inside;
}
.entry ol li {
	font-size: 120%;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

.entry .title h3 a, .entry .title h3 span a {
	color: #FFFFFF;
}
#resulttitle {
	font-size: 70%;
	padding: 0px;
	width: 510px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#searchform {
	padding: 0px;
	width: 510px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#searchform p {
	font-size: 80%;
}
.trackbacks {
	padding: 0px;
	width: 510px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.trackbacks p {
	font-size: 80%;
	padding: 0px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#trackbacks-info {
	padding: 10px;
	border: 1px dotted #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.comments {
	padding: 0px;
	width: 510px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.comments h2, .comments h3, .trackbacks h3 {
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #003399;
	background-image: url(shared/img/bullet_smallred.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.comments p {
	font-size: 80%;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px 10px;
}

.comments-open-footer {
	text-align: left;
}
.comment , .trackback {
	margin: 0px 0px 30px;
	padding: 0px;
}
.pagetop {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	text-align: right;
}
.pagetop p{
	padding:0px;
	margin: 0px;
	text-align: right;
	width: 100px;
	float: right;
}
.pagetop a {
	display: block;
	background-image: url(shared/img/bullet_pagetop.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 85px;
}
#mainarea {
	width: 700px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#extraarea {
	margin: 0px;
	padding: 0px;
	width: 140px;
	float: right;
	color: #666666;
}



#extraarea h2 {
	background-color: #CCCCCC;
	font-size: 80%;
	margin: 0px 0px 5px;
	padding: 7px 0px 5px 5px;
	background-image: url(shared/img/shadow_subareah2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #666666;
}
#extraarea a {
	color: #3300FF;
	text-decoration: underline;
}
#extraarea a:hover {
	color: #3399FF;
	text-decoration: none;
}
#extraarea ul {
	list-style: none;
	margin: 0px;
	padding: 5px;
}
#extraarea li {
	font-size: 70%;
	background-image: url(shared/img/bullet_smallred.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin: 0px 0px 3px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: 120%;
}
#extraarea .sidebox {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#extraarea .sidebox p {
	font-size: 70%;
	margin: 0px;
	padding: 5px;
}

#banner .top {
	margin: 0px;
	padding: 0px;
	width: 840px;
	height: 60px;
}
#banner .searchbox {
	margin: 0px;
	padding: 5px;
	float: right;
	height: 50px;
	width: 190px;
}
#banner .searchbox form{
	float:right;
}

/*categorylist*/
#categorylist ul,#categorylist li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div {
	margin-bottom: 20px;
}
#categorylist {
	width: 510px;
	margin:0px auto 20px;
	padding:0px;
}
#categorylist h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	background-image: url(img/title_categories.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 26px;
	width: 510px;
}
#categorylist h2 span {
	display:block;
	text-indent: -9999px;
}
#categorylist ul li {
	width: 118px;
	font-weight: bold;
	display: block;
	float: left;
	margin-left: 2px;
	margin-bottom: 10px;
	padding: 3px;
	font-size: 75%;
	margin-top: 0px;
	margin-right: 0px;
}
#categorylist ul li .slash {
	display:none;
}
#categorylist ul li ul li{
	font-weight: normal;
	display: inline;
	float:none;
	padding: 0px;
	margin: 0px;
	line-height: 150%;
	font-size: 80%;
}
#categorylist ul li ul li .slash {
	display:inline;
}
#categorylist ul li ul {
	margin: 0px;
	padding: 0px;
}
.article table {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	width: 510px;
}
.article th {
	text-align: left;
	font-size: 70%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	margin: 0px;
	padding: 2px;
	white-space: nowrap;
}
.article td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	margin: 0px;
	padding: 2px;
	font-size: 70%;
	line-height: 150%;
	text-align: left;
}
.article caption {
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	background-color: #FF6600;
	color: #FFFFFF;
	line-height: 100%;
}
p.subscribe {
	height: 75px;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
}
.subscribe a {
	background-image: url(shared/img/btn_subscribe.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 300px;
	text-indent: -9999px;
	text-decoration: none;
}
.subscribe a:hover {
	background-image: url(shared/img/btn_subscribe.gif);
	background-repeat: no-repeat;
	background-position: 0px -75px;
	display: block;
	text-decoration: none;
}
p.siteseal {
/*	background-image: url(shared/img/siteseal.gif);
	background-repeat: no-repeat;
	background-position:center top;
	text-indent: -9999px;
	height: 114px;
	width: 287px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
	text-align:center;
}
.description {
	padding: 0px;
	margin: 0px 0px 10px;
}
.description img {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
}

.redlinebox {
	border: 1px solid #CC0000;
	background-color: #FFFF99;
}

.buybox {
	border: 1px solid #CC0000;
	background-color: #FFFF99;
	padding: 10px;
}
.sidebanner {
	text-align: center;
	padding: 10px;
	margin: 0px auto 10px auto;
}
.sidebanner table img {
	padding: 0px;
	margin: 0px;
}
.sidebanner img {
	display: block;
	padding: 0px;
	margin: 0px auto 5px auto;
	border: 0px;
}
#profile {
	padding:0px;
	margin: 0px 0px 15px;
	width: 160px;
}
#profile img {
	width: 150px;
	height: 150px;
	display: block;
	margin: 0px auto 5px auto;
	padding:0px;
	border:0px;
}
#subarea p {
	text-align: left;
	font-size: 65%;
	line-height: 130%;
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 5px;
}
.buynow {
	text-align: center;
}
.inquiry table , #sinks table {
	border: none;
}
.inquiry th , #sinks th {
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-top-color: #CC0000;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
.inquiry td , #sinks td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 4px;
	text-align: left;
}
.inquiry th span , #sinks th span {
	color: #FF6600;
}
#extraarea p {
	text-align: left;
	font-size: 65%;
	line-height: 140%;
	padding: 0px;
	margin: 0px 0px 5px;
}
#sinks {
	z-index: 1;
	left: 250px;
	visibility: hidden;
	width: 500px;
	position: absolute;
	top: 30px;
	background-color: #FFFF99;
	padding: 10px;
}
#sinks table {
	border: none;
}
#sinks th {
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-top-color: #CC0000;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	font-size: 80%;
}
#sinks td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 4px;
	text-align: left;
	font-size: 80%;
}
#sinks th span {
	color: #FF6600;
}
.close {
	text-align: center;
	font-size: 80%;
}
#headcatch {
	margin: 0px auto 20px;
	padding: 0px;
	width: 510px;
}
#headcatch h2 {
	font-size: 150%;
	text-decoration: underline;
	line-height: 140%;
	color: #FF0000;
}
