body {
	background: #FFFFFF;
	margin: 0px;
}
td,tr,body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height:22px;
}

a:link {
	text-decoration:none;
	color:#CC0000;
}

a:visited {
	text-decoration:none;
	color:#CC0000;
}

a:hover {
	text-decoration:none;
	color:#000000;
}

a:active {
	text-decoration:none;
	color:#CC0000;
}

a img { 
	border:0; 
}


.top {
	position: fixed;
	top: 0px;
	left: 50px;
	width: 277px;
	height: 562px;
	background: url(images/layout2.jpg) no-repeat;

}

.left {
	position: relative;
	left: 20px;
	top: 120px;
	width: 230px;
	text-align: right;
	line-height:15px;
}


.blog {
	position: absolute;
	left: 360px;
	top: 50px;
	width: 600px;

}

.title {
	font-size:20px;
	font-variant:small-caps;
        color: #666666;
	line-height:30px;
	letter-spacing:5px;
	word-spacing:5px;
        font-weight: bold;
}

.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
        font-weight: bold;
        color: #666666;
}

.info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
        color: #666666;
}

.search1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
        background: #CCCCCC;
        border: 1px solid #999999;
        width: 55;
}

.search2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
        background: #CCCCCC;
        border: 1px solid #999999;
        width: 55;
}

.comments {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
        background: #CCCCCC;
        border: 1px dotted #CC0000;
}


