*
{
  margin: 0px;
  padding: 0px;
  color: #3e3e3e;
  border: none;
}

a
{
	color: blue;
}


#header
{
  background: url(images/header.png) no-repeat;
  width: 950px;
  height: 176px;
}


#menu
{
  font-family: Tahoma;
  font-size: 1.2em;
  color: #3e3e3e;
  height: 70px;
  width: 950px;
  background-color: #ececec;
  background: #ececec url(images/face2.png) no-repeat right;
}

#menu ul
{
  clear: both;
  overflow: hidden;
}

#menu li
{
  float: left;
  height: 47px;
  padding-top: 23px;
  padding-left: 25px;
  padding-right: 25px;
  list-style-type: none;
  background-color: #ececec;
  cursor: pointer;
}

#menu li #active
{
  background-color: red;
}

#menu a
{
  text-decoration: none;
  color: #3e3e3e;
}

#add
{
  width: 950px;
  height: 25px;
  background: #fff url(images/face3.png) no-repeat right;
}

#content
{
  width: 700px;
  font-family: Georgia;
  line-height: 1.5em;
  vertical-align: top;
  color: #3e3e3e;
  padding-left: 20px;
  padding-right: 10px;
  
}

#content p
{
  margin-top: 20px;
}

#content h1
{
  font-size: 1.6em;
}

#content h2
{
  margin-top: 15px;
  font-size: 1.2em;
  margin-bottom: -15px;
  clear: both;
  border-top: 1px dotted #9c9c9c;
}

#content img
{
  float: right;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 7px;
}

#content img.clear
{
  float: none;
}

#block
{
  width: 250px;
  vertical-align: top;
}

.rb
{
  width: 250px;
  background-color: #ececec;
  border-bottom: 1px dotted #9c9c9c;
  padding: 7px;
  margin-top: 20px;
}

.rb h1
{
  font-size: 1.4em;
}

.rb h2
{
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: -18px;;
}

.rb p
{
  margin-top: 20px;
}

#footer
{
  width: 950px;
  border-top: dotted 1px #9c9c9c;
  margin-top: 40px;
  padding-left: 20px;
}

#footer h1
{
  font-size: 1em;
}

#content.gallery h2
{
  margin-bottom: 10px;
}

#quote
{
	position: absolute;
	float: left;
	left: 20px;
	top: 15px;
	max-width: 650px;
	border-right: 1px dotted #9c9c9c;
	padding: 5px;
}
#quote .text, #quote .author
{
	color: #9c9c9c;
	
}

#quote .author
{
	text-align: right;
	font-style: italic;
}

#quote .text
{
	background-color: #ececec;
}

.gallery-down
{
	background: url(images/down.png) no-repeat 98% 50%;
}

.gallery-up
{
	background: url(images/up.png) no-repeat 98% 50%;
}

