<!--
body {
	background-color:#999999;
	height:94%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
#d_body {
width:100%;
height:100%;
}
#d_outerbox {
width:780px;
background-color:#FFFFFF;
border-top: solid 1px #000000;
border-left: solid 1px #000000;
border-right: solid 1px #000000;
border-bottom: solid 1px #000000;
text-align:left;
}
#header { /* the header of the page */
width:780px;
height:60px;
padding:20px 0 0 10px;
margin:0;
}
#d_contentbody {
padding:6px;
}
#d_contentbody_left {
float:left;
width:500px;
}
#d_contentbody_right {
	float:right;
	left:508px;
	width:248px;
	padding:6px;
	background-image:url(template_img/bg_box.gif);
	background-repeat:repeat-x;
	border-bottom:solid 1px #e2e1e1;
	border-right:solid 1px #e2e1e1;
	z-index: 1001;
}

.d_blog {/* class for the blog entries */
position:relative;
padding:6px;
background-image:url(template_img/bg_blog.gif);
background-repeat:repeat-x;
}

.d_blog img {/* if you want a CSS class on images contained within blog content, borders and such */
}
h1,h2,h3 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
}
h3 {
font-size:1.1em;
}

.order_book {
	color:#660000;
	padding:3px;
}

.comment_text_subject {
	font-size:13px;
	font-weight:bold;
	color:#990000;
}

.comment_text_username {
	font-size:11px;
	font-style:italic;
	color:#3399FF;
}

.comment_text {
	font-size:14px;
	font-weight:normal;
	color:#333333;
}
.page_text {
	font-size:12px;
	font-weight:normal;
	color:#333333;
}

.page_text_red {
	font-size:12px;
	color:#FF0000;
}

.page_text_bold {
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

.page_text_links {
	font-size:11px;
	font-weight:bold;
}

.page_text_links_large {
	font-size:12px;
	font-weight:bold;
}

.archive_links {
	font-size:12px;
	font-weight:bold;
}

.page_text_links_large A:link { color:#330000; text-decoration:underline; }
.page_text_links_large A:active { color:#330000; text-decoration:underline; }
.page_text_links_large A:visited { color:#330000; text-decoration:underline; }
.page_text_links_large A:hover { color:#999999; text-decoration:none; }

.page_text_links A:link { color:#006600; text-decoration:none; }
.page_text_links A:active { color:#006600; text-decoration:none; }
.page_text_links A:visited { color:#006600; text-decoration:none; }
.page_text_links A:hover { color:#990000; text-decoration:underline; }

/* header styles */
.page_header { /* header for blogs */
	font-size:1.5em;
	font-weight: bold;
}
.content_header { /* header for blogs */
	font-size:1.3em;
	font-weight: bold;
}

/* comments */
.c_cHeader {
border-bottom:solid 3px #dddbdb;
background-color:#f1f1f1;
padding:6px;
padding-bottom:2px;
}
.c_contentPerson {
height:32px;
padding-left:44px;
background-image:url(img/avatar/warhol.gif);
background-repeat:no-repeat;
}
.c_contentTop {
height:60px;
width:500px;
background-image:url(img/comment_bg1.gif);
background-repeat:no-repeat;
}
.c_content {
background-image:url(img/comment_bg2.gif);
background-repeat:repeat-y;
padding-left:24px;
padding-right:24px;
}
.c_contentBottom {
height:50px;
width:500px;
background-image:url(img/comment_bg3.gif);
background-repeat:no-repeat;
}

-->