body {
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0px;
	padding:0;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
}
img {
	border: 0px;
}
#wrapper {
	width: 650px;
	margin: 0 auto;
	text-align: center;
}
#realLogo {
	border: solid 1px black;
	padding: 2px 0px 5px 5px;
	border-collapse: collapse;
	font-family: monospace;
	font-size: medium;
	white-space: pre;
	overflow: hidden
}
#main {
	float:left;
	width:450px;
	background:#9c9;
}
#sidebar {
	float:right;
	width:200px;
	background:#c9c;
}
#footer {
	clear:both;
}
#topmenu {
	margin-top: 0px;
	padding-top: 0px;
}
#topmenu ul {
// font: bold 13px arial;
    font-weight: bold;
	padding-left: 0;
	margin-left: 0;
}
#topmenu ul li {
	list-style: none;
	display: inline;
}
#topmenu ul li a {
	padding: 2px 0.5em;
	text-decoration: none;
	float: left;
	color: black;
	background-color: #e1e1e1; /* You Can Change this color */
// border: 1px solid #e1e1e1; /*You can change this color*/
	border: 1px solid #000000;
	margin-right:-1px;
}
#topmenu ul li a:hover {
	background-color: #e5e5e5; /*You Can Change This Color*/
	border-style: outset;
}
html>body #topmenu ul li a:active { /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}
