body {
	font-size: 12px;
	font-family: Arial;
	color: #ACACAC;
	background: #152024 url('images/image_bg.jpg');
	background-position: top left;	
	background-repeat: repeat-x;
	margin: 0px;
	text-align: justify;
 	}

a {
	text-decoration: none;
	color: #6B7B7E;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #BA1000;
}


table, tr, td {
	vertical-align: top;
}



.leftside {
	vertical-align: top;
	background: #152024 url('images/image_14.jpg');
	background-position: bottom left;	
	background-repeat: repeat-x;
	height: 136px;
	width: 87px;
}

.journal {
	vertical-align: top;
	background: #6A0000 url('images/image_15.jpg');
	background-position: bottom left;	
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
	height: 136px;
	width: 645px;
}

.rightside {
	vertical-align: top;
	background: #152024 url('images/image_16.jpg');
	background-position: bottom left;	
	background-repeat: repeat-x;
	height: 136px;
	width: 52px;
}

.title {
	background: #5A0000;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	border-left: 5px solid #000000;
	text-align: left;
	padding: 3px;
}

h1,h2,h3 {
	background: #5A0000;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	border-left: 5px solid #000000;
	text-align: left;
	padding: 3px;
}


.entry {
	background: #7A0000;
	padding: 5px;
}



b, strong {
	color: #FFFFFF;
}
i, em {
  color: #FFFFFF;
}
s, strike {
  color: #000000;}
u, underline {
        color: #FF2B37;
        font-style: border; 
        text-decoration: underline;

}

textarea,select,button,input {
	background: #172528;
	border-top: #112023 1px solid;
	border-left: #FF2B37 2px solid;
	border-right: #112023 1px solid;
	border-bottom: #112023 1px solid;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.smaller {
	font-size: 90%;
}
.message {
	text-align: center;
	font-weight: bold;
}
.noborder {
	border: none;
}
.powered {
	text-align: right;
}
ul {
	margin-top: 0;
	padding-top: 0;
}
#copyright {
	margin-top: 20px;
	text-align: right;
	border-top: solid 1px #333;
	font-size: 9px;
}