<!--
BODY {
	FONT-SIZE: 80%; COLOR: #585858; font-family: "georgia", "times new roman", serif; BACKGROUND-COLOR: #ffffff
}
H1 {
	FONT-WEIGHT: normal; TEXT-TRANSFORM: lowercase; LETTER-SPACING: -1px; line-height:40px
}
H2 {
	FONT-WEIGHT: normal; LETTER-SPACING: -1px; FONT-SIZE: 150%;
}
H3 {
	FONT-WEIGHT: normal; LETTER-SPACING: -1px
}
H4 {
	FONT-WEIGHT: normal; LETTER-SPACING: -1px; TEXT-TRANSFORM: uppercase
}
H5 {
	FONT-WEIGHT: normal;  LETTER-SPACING: 0px; font-size:12px
}
H6 {
	FONT-WEIGHT: normal; TEXT-TRANSFORM: lowercase; LETTER-SPACING: -1px
}
H3 {
	COLOR: #185360
}
H4 {
	FONT-WEIGHT: normal; LETTER-SPACING: -1px
}
H5 {
	COLOR: #185360
}
H6 {
	COLOR: #185360
}
H1 SPAN {
	FONT-WEIGHT: bold
}
H3 SPAN {
	FONT-WEIGHT: normal;
}
H4 SPAN {
	FONT-WEIGHT: bold
}
#d_body {
width:100%;
height:100%;
}
#d_outerbox {
width:780px;
}

#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;
}



/* header styles */
.content_header { /* header for blogs */
	font-size:1.6em;
	font-weight: Normal;
}
.content_date { 
	font-size:1em;
	font-style:italic;
	font-weight:normal;
}
.content_linkrow { 
	font-size:1em;
	font-style:italic;
	font-weight:normal;
	border-bottom:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-top:solid 1px #cccccc;
}
div.content_content {
margin-left:25px;
line-height:18px;
}
ul.linkList {
list-style:none;
list-style-image:none;
}
ul.linkList li {
padding-left:15px;
margin-top:6px;
background-image:url(template_img/white_arrow.png);
background-repeat:no-repeat;
}
ul.content_linkrow li {
display:inline;
padding-left:15px;
}





}

table#calendar {
	font-size:10px;
	width:100%;
}
table#calendar caption {
}
table#calendar a {
	text-decoration:none;
}
table#calendar tr#days th {
	color: #CCE;
	font-size:1em;
	font-weight: bold;
	padding: .3em 1px;
}
table#calendar tr#title th {
	font-size: 1em;

}
table#calendar td {
	width: 10px;
	height: 10px;
	color: #777;
	text-align: center;
	vertical-align: top;
	padding:3px;
}
table#calendar td a {
	font-weight: bold;
	display: block;
	width: 10px;
	text-align:center;
	padding:0 3px 0 3px;
}
table#calendar th a {
	font-weight: bold;
}


table#calendar .today {
	background-color: #f1f1f1;
	border:solid 1px #CCCCCC;
}
table#calendar p {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align:center;
	
}
.dCenter 
{
margin-left: 15%;
margin-right: 15%;
}

/* calendar ends */


/* comments */
.c_cHeader {
background-color:#fffff;
padding:0px;
padding-bottom:2px;
color:#999999;
}
.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;
width:450px;
}
.c_contentBottom {
height:50px;
width:500px;
background-image:url(img/comment_bg3.gif);
background-repeat:no-repeat;
}

/* Commets form */
#f1 {
background-color:#f1f1f1;
border:solid 3px #dddbdb;
margin:8px;
padding:14px;
padding-top:2px;

}

#f1 input, #f1 textarea {
width:300px;
margin:5px 0 10px 0;
padding:4px;
border:2px dotted #dddbdb;
}

#f1 input {
height:18px;
}
 #f1 textarea {
 width:430px;
 }

#f1 input.selected,#f1 textarea.selected {
border:solid 2px #dddbdb;
}

#f1 input.btn {
width:60px;
height:26px;
}
-->