body { 
	background-image:  url(assets/side.gif);
	background-repeat: repeat;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	color: #808080;
	text-align: center;
}

#sidebar {
	background : white;
	border:1px solid #C0C0C0;
	position: absolute; 
	top: 30px;
	left: 30px;
	width: 310px;
	padding:10px;
	text-align: left;
}

html>body #sidebar {

	width:300px;
	padding: 5px;
}

#content {
 	background : white;
	border:1px solid #C0C0C0;
	position: absolute;
	top: 30px;
	left: 365px;
	right: 30px;
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:10px;
	text-align: left;
}


p, li, td { 
	background-color: #ffffff;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	color: #808080;
	text-align: left;
}

/*/*/a{}
body p, li, td {
  font-size: small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body p {
  font-size: small;
}
/* */

a { 
	background-color: #ffffff;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #EDD6D1;
}

a.no {
	text-decoration:none;
}

.date {
	color: #BD688D;
	background-color:#ffffff;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 16px;
}