body{
	background-color:#3C0D05;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
/*	color:#333333;*/
	color:#000000;
}

a{
	color:#621609;
}

h1{
	font-family:Palatino, serif;
	color:#621609;
	margin-top:3px;
	margin-bottom:5px;
	font-size:36px;
}

h1 a{
	text-decoration:none;
	
}

#BodyWrapper{
	width:900px;
	position:relative;
	background-color:#FDFFE6;
}

#LeftColumn{
	position:relative;
	width:650px;
	padding:15px;
}

#RightColumn{
	position:relative;
	width:250px;
	background-color:#D7CE9D;
}

.PostDate{
	color:#C7BA74;
	font-style:italic;
	font-family:Palatino, serif;
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
}

.BlogAuthor{
	color:#999999;
	font-style:italic;
	font-family:Palatino, serif;
	font-weight:bold;
	font-size:16px;
	margin-bottom:8px;
}

.PostFooter{
	margin-bottom:20px;
	font-size:12px;
	position:relative;
	padding-bottom:5px;
	color:#666666;
	border-bottom:1px solid #621609;
}

.BlogTags{
	position:absolute;
	right:3px;
	bottom:3px;
	max-width: 300px;
	max-height:30px;
	overflow:hidden;
}

.BlogTags a{
	color:#666666;
	text-decoration:none;
}

.BlogTags a:hover{
	text-decoration:underline;
}

.BoxTitle{
	height:39px;
	width:250px;
	background-image:url(/images/tec/sidebar_title_back.png);
	background-repeat:repeat-x;
	line-height:39px;
	color:white;
	text-align:center;
	font-weight:bold;
	font-size:18px;
}

.BoxContent{
	padding:10px;
	color:#68603C;
	font-size:12px;
}

.ArchiveMonth{
	padding-left:15px;
}

.ArchivePost{
	padding-left:30px;
	font-size:11px;
	margin-top:2px;
	margin-bottom:5px;
}

.warning, .Warning{
	background-color:#D7CE9D;
	border:2px solid #621609;
	padding:10px;
	text-align:center;
	font-weight:bold;
}

#Footer{
	color:white;
	font-size:10px;
}
