body,
html {
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#000000;
}

body {
        font-size: small;
	font-family: "Helvetica","Verdana", "Arial", Sans;
	border-top: 6px solid #FF6600;
	min-width: 750px;
}

#wrap {
	background:#FFFFFF;
	margin:0 auto;
	width:750px;
}

#main {
	width:550px;
	float:left;
	color: #333333;
}

#main b {
	color: #000000;
}

#sidebar {
	font-size: medium;
	font-weight: normal;
	letter-spacing: 0.5pt;
	width:200px;
	float:right;
	color:#555555;
	background: #FFCC99;
}

#sidebar p {
	margin-left: 7px;
	padding: 0;
}

#sidebar ul {
	margin-left: 10px;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-left: 10px;
	padding: 0;
}

#sidebar a {
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}

#sidebar form {
	margin-left: 10px;
	padding: 0;
}

#header {
	text-decoration:none;
	text-align:left;
	border-bottom: 1px solid #8B8B8B;
}

#header h2 {
	font-size: xx-large; 
	font-weight: normal;
	letter-spacing: 3pt;
	background: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#header p {
	font-size: small;
	font-weight: normal;
	background: #FFFFFF;
	text-decoration: bold;
	color: #8B8B8B;
	margin-top:-5px;
	margin-bottom: 5px;
	word-spacing: 3px;
	padding: 0;
}

#header a {
	color:#FF8800;
	text-decoration:none;
	font-weight: normal;
}

#header a:hover {
	color:#FF8800;
	text-decoration:none;
}


#footer {
	height:20px;
	margin: 10px auto 0;
	position:relative;
	text-decoration:none;
	text-align:right;
	clear:both;
}

a {
	color:#FF6600;
	background:inherit;
	text-decoration:none;
	font-weight: 550;
}

a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight: 550;
}


h2 { 
	font-size: medium; 
	background:#F0F0F0;
}

hr {
	height: 1px;
	color: #c0c0c0;
	border-style: none none dotted;
}

.subject {
	font-size: large;
	word-wrap: break-word;	
	font-weight: 500;
	background:#FFFFFF;
	padding:  0px;
	letter-spacing: -1px;
	word-spacing: 1px;
}

.subject a {
	color:#000000;
	text-decoration: none;
}

.commenter {
	font-size: small;
	font-weight: 500;
	word-wrap: break-word;	
}

.comment {
	font-size: small;
	word-wrap: break-word;
}

.commentsubject {
	font-size: medium;
	font-weight: bolder;
	margin-bottom:-10px;
	color:black;
}

.commentsubject a {
	color:black;
}

.commentdate {
	font-size: xx-small;
	margin-top:-10px;
}

.entry {
	font-size: small;
	word-wrap: break-word;
	padding: 0;
}

.timedate {
	font-size: small;
	background:#FFFFFF;
	text-align: left;
	color: #848484;
	margin-top:-20px;
}

.timedate a {
	text-decoration: none;
	font-weight: normal;

}

.menu {
	background:#BFBFBF;
	color:#111111;
	text-align:justify;
	padding: 5px;
}

.bottomnav { 
	border: 1px 
	solid #cecece; 
	padding: 4px 15px; 
	margin: 1px;
	text-align:center;
}

.count {
	font-size: medium;
	font-family: "Verdana", Sans;
}

.error {
	font-size: medium;
	font-family: "Verdana", Sans;
	color: red;
}

.noseeum {
	display:none;
}

