body {
	font-family: Verdana;
	font-size: small;
	color: #770000;
	margin: 0;
	background: #FFFFFF;
}
a, a:link {
	color:#990000;
	font-weight:bold;
	}
a:hover {
	color:#FF0000
	}
#mainbody {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 1%;
}
#mainbody #content ul {
	height: 1%;
	}

#header {
	background-image: url(../images/background.jpg);
	height: 120px;
	background-repeat: no-repeat;
	background-position: 53% top;
	text-align: center;
}
#header h1 {
	color: #B01619;
	padding-top: 40px;
	font-size: xx-large;
}
#content {
	width: 450px;
	background-image: url(/images/contentbkg.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	float: left;
	height: 1%;
}
#content h2 {
	font-size: large;
	color: #990000;
	padding-left: 15px;
	margin-top: 5px;
}
#content h3 {
	font-size: large;
	color: #990000;
	padding-left: 15px;
	margin-top: 5px;
}
#content p {
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#Blog1 h2 {
	font-size:small;
	color:#CBA6A5;
	}
#sidebar {
	float: left;
	width:300px;
	margin: 10px 0 0 20px;
	background-image: url(/images/sidebkg.jpg);
	text-align: center;
	background-repeat: no-repeat;
	height: 1%;
	}
.sidebar {
	text-align: left;
}
#sidebar h2 {
	font-size:17px;
	font-weight:bold;
	color:#990000
		}
#BlogArchive1 {
	padding-left: 10px;
	}
#BloggerButton1 {
	padding: 20px 0 10px 10px;
	}

#footer {
	background-image: url(/images/footerbkg.jpg);
	text-align:center;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 40px;
	clear: both;
	margin-bottom: 30px;
}
#footer p {
	font-size: x-small;
	color: #999999;
	line-height: 30px;
	margin: 5px;
	}
#footer a, #footer a:link, #footer a:visited {
	color: #999999;
	font-weight:normal;
	}
#footer a:hover {
	color:#FF0000
	}
#sidebar p, #sidebar ul{
	text-align: left;
	color: #B07877;
	font-size:x-small;
}
#sidebar p {
	margin-left: 10px;
}
#langsw {
	position:absolute;
	top:0;
	left:0;
	}
.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
