body {
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(images/side.gif) repeat-y top left;
	}
	
h4 {
	background:#CCF;
	}

#catalog {
	float: right;
	width: 100px;
	text-align: center;
	}

#icon {
	/*border: solid 1px black;*/
	float: right;
	}

#header {
  text-align: center;
  margin-right: 120px;
  margin-left: 200px;
  }

#pageheader {
	height: 40px;
	/*border-bottom: solid 2px #CCC;*/
	}

form {
	float: right;
	}

#container {
  margin-right: 120px;
  margin-left: 200px;
  }

#sidebar {
  width: 150px;
  color: #fff;
  float: left;
  }
  
#sidebar a{
  display: block;
  text-decoration: none;
  color: #FFFF00;
  font-weight: bold;
  padding: 3px;
  }
  
#sidebar div a:hover{
  text-decoration:underline;
  background-color: #000;
  }

#news {
	border: solid 2px #C00;
	background: #FFF url(images/wood2.jpg) top center;
	padding: 5px;
	}

#article {
	border: solid 2px #00C;
	background-color: #EEF;
	padding: 5px;
	margin: 20px 0px;
	}

#footer {
	/*border-top: solid 2px #CCC;*/
	text-align: center;
	}
