* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	background: url(/pic/header.jpg); 
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 50px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 220px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 200px;
	margin-left: -100%;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -50px auto 0;
	height: 50px;
	background: url(/pic/footer.jpg);
	text-align: right;
}

/* Menu
-----------------------------------------------------------------------------*/
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu {
	margin-top:50px;
  	width:200px;
	}

#menu li a {
  	height: 32px;
	height: 24px;
	color: #666666;
	text-decoration: none;
	}
	
	
#menu li a:link, #menu li a:visited {
	display: block;
	background: url(/pic/menu.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover, #menu li a:active {
	color: #000000;
	background: url(/pic/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
div.listalka {
	width: 800px;
	text-align: center;
	color: #000000;
	font-size: 200%;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
}

.listalka a {
	color: #666666;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}

.listalka a:hover, .pagetitle a:active {
	color: #000000;
}

a img {
	border:none;
} 

div.pagetitle {
	width: 780px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: right;
}

.pagetitle a {
	color: #666666;
	text-decoration: none;
}

.pagetitle a:hover, .pagetitle a:active {
	color: #000000;
}