body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	
}

.main{
	width: 800px;
	height: 736px;
	margin: auto;
}

.content {
	width: 658px;
	height: 700px;
	float: right;
}

.header {
	width: 658px;
	height: 303px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

.header2 {
	width: 658px;
	height: 200px;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
}

.message {
	width: 658px;
	height: 397px;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
}

.message2 {
	width: 658px;
	height: 100%;
	background: #FFFFFF;
}

.messagetext{
	width: 440px;
	height: 375px;
	position: relative;
	left: 30px;
	top: 10px;
	font-family: Arial, Helvetica, sanserif;
	font-size: 22px;	
}

.bodytext{
	width: 440px;
	position: relative;
	left: 30px;
	top: 10px;
	font-family: Arial, Helvetica, sanserif;
	font-size: 22px;	
}

.messagetext ul {
	margin: 0;
	padding: 0;
	list-style-image: url(../images/black_bullet.png);
}

.messagetext ul li{
	margin-bottom: 20px;
}

.owner {
	position: relative;
	bottom: 100px;
	width: 200px;
	height: 85px;
	font-family: Arial, Helvetica, sanserif;
	font-size: 22px;
	left: 450px;
	text-align: right;
	padding-right: 1px;

}

.sidebar {
	width: 142px;
	height: 700px;
	background-image: url(../images/sidebar.jpg);
	background-repeat: no-repeat;

}

.sidebar2 {
	width: 142px;
	background-image: url(../images/sidebar_bkgnd.jpg);
	background-repeat: repeat-y;

}

.menu {
	width: 114px;
	height: 100%
	text-align: left;
	font-family: Arial, Helvetica, sanserif;
	font-size: medium;
	font-weight: bold;
	position: relative;
	top: 21px;
	left: 14px;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu ul li.reg{
	width: 142px;
}

.menu ul li.blog{
	width: 142px;
	color: #FFFFFF;
}

.menu ul li.blog a{
	text-decoration: none;
	color: #FFFAC2;
}

.menu ul li.reg a{
	text-decoration: none;
	color: #FFFFFF;
}

.menu ul li.blog a:hover{
	text-decoration: none;
	color: #71BF44;
}

.menu ul li.reg a:hover{
	text-decoration: none;
	color: #71BF44;
}

.footer {
	width: 800px;
	height: 36px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.footerleft {
	width: 350px;
	height: 36px;
	float: left;
	margin: 0;
	font-family: Arial, Helvetica, sanserif;
	font-size: 16px;
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
}

.footerright {
	width: 350px;
	height: 36px;
	font-family: Arial, Helvetica, sanserif;
	font-size: 16px;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
	float: right;
	margin: 0;
}

.text15px {

	font-size: 15px;
}
.textbold {
	font-weight: bold;
}
.textboldgreen {
	font-weight: bold;
	color: #71BF44;

}
.textgreen {
	color: #71BF44;
}
.textitalic {
	font-style: italic;
}
.textboldpurple {
	font-weight: bold;
	color: #6C1B78;
}
.textitalic22pt {
	font-style: italic;
	font-size: 16pt;

}
