a 			{
	color: #0000CD;
}

a:link	{
	color: #0000CD;
	text-decoration: underline;
}

a:visited	{
	color: #B22222;
	text-decoration: underline;
}

a:hover		{
	color: #DAA520;
}

body {
	background: #F7F1DF;
	background-attachment: scroll;
	background-image: url(/assets/images/cb-body.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.blog {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 0px 5px 0px 5px;
	text-align: justify;
}

.blogname {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.boxtext {
	background: #F7F1DF;
	border: 1px #E7DDC8 solid;
	color: #000000;
	font-weight: normal;
	margin: 0px 20px 0px 20px;
	padding: 6px 18px 6px 18px;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.altcomment {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	background-color: #f7f1df;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #e7ddc8;
	border-bottom: 1px solid #e7ddc8;
	padding: 0px 10px 6px 10px;
}

.comment {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	padding: 0px 10px 6px 10px;
}

.menu {
	font-family: Georgia, "Book Antiqua", Palatino;
	font-size: 12px;
	margin-bottom: 10px;
}

.nav {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding: 0px 5px 0px 5px;
}

.photo {
	background: #FFFFFF;
	border-bottom: 1px solid #666633;
	border-left: 1px solid #F7F1DF;
	border-right: 1px solid #666633;
	border-top: 1px solid #F7F1DF;
	padding: 12px 12px 12px 12px;
	text-align: center;
}

.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.title	{
	color: #000000;
	font-family: Georgia, Times New Roman, Times;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding: 0px 5px 0px 5px;
	text-align: left;
	text-decoration: none;
}

#container {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	width: 480px;
}
