body {
	//background-image: url(images/backslice.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #111111;
	//background-color: #fff8f0;
	background-color: #ffffff;
	text-align: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #666666;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	color: #333333;

}
h3 {
	//border-bottom-width: medium;
	//border-bottom-style: solid;
	//border-bottom-color: #222222;
}
h4 {
	font-size: small;
	font-style: italic;
	color: #333333;
	//border-bottom-width: thin;
	//border-bottom-style: solid;
	//border-bottom-color: #333333;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;

}

#menubar {
	text-align: center;
	position: absolute;
	top: 350px;
	height: 35px;
	width: 100%;
	font-size: .95em;
	padding-top: 3px;
}
#menubar a {
	color: #0000ff;
	font-size: .95em;
}	


.attention {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
	margin: .9em;
}
#srchblock {
	font-size: small;
	background-color: #dddddd;

}
#srchblock input {
	font-size: x-small;
}
#srchblock select {
	font-size: x-small;
}
#picblock {
	
}
#login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #dddddd;
	border: thin solid #666666;
	padding: 2px;
}

#info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;	
}
#boxin {
	/* border: thin solid #999999; */
}
#msg {
	font-size: medium;
	font-style: italic;
}
#faq {
	font-size: 1.2em;
	margin-right: 30px;
	margin-left: 30px;
}
.charHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #222222;

}
.charPost {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #222222;

}
.pubDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#maincontent
{
	text-align: left;
	width: 900px;
	margin-top: 0;
	/* margin-right: auto;
	margin-bottom: 0;
	margin-left: auto; */
	
}
#maincontent a {
	color: #6666ff;
}
#ds {
	/* width: 932px;
	background-image: url(images/background.gif); 
	background-repeat: repeat-y; */
}
#squeezein {
	position: absolute;
	top: 420px;
	
}
#content {
	width: 500px;

	padding: 10px;
	text-align: left;
	font-size: .9em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content a {
	color: #6666ff;
	font-size: 1.2em;
}
#entrycontent {
	width: 700px;
	color: #000000;
	padding: 10px;
	text-align: left;
	background-color: #ffffff;

	border: 1px solid #bbbbbb;
	font-size: .9em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#replies {
	
	border: 1px solid #aaaaaa;
	padding: 5px;
}
#imageBox {
	position: relative;
	top: 5px;
	left: 5px;
}
#pictureBox {
	position: absolute;
	top: 30px;
	left: 250px;
}

.floatleft
{
        float: left; /*left in our text*/
        margin: 3px; /*space around the image*/
}

