﻿.topMenu {
	width: 100%;
	height: 53px;
	margin-left: 10px;
	background:url(Images/bg_topmenu.jpg) no-repeat left; 
}
.topMenu ul
{
	margin:0;
	list-style: none;
}
.topMenu li
{
	float: left;
	margin-left: 20px;
}
.topMenu a:link, .topMenu a:visited {
	color: #737373;
	font-weight: bold;
	text-decoration: none;
}
.topMenu a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#page
{
	background-color: #393939;
	padding-left: 13px;
	width: 786px;
	float: left;
	padding-top: 10px;
}
#sidebar
{
	width: 160px;
	float: left;
}
#content 
{
	margin-left: 170px;
	width: 580px;
}
/********************************************************/
input[type="submit"], input[type="button"] {
	color: #000000;
	background: #888888;
	border: 1px solid #B8C1CA;
}
input[type="submit"]:hover {
	color: #000000;
	background: #B8C1CA;
	cursor: pointer;
}
/********************************************************/