/* General
============================================================================= */

html, body {
height: 100%;
font-size:12px;
}
h3 {
margin-top:30px;
font-size:13px;
color:#777777;
 font-family:Verdana;
}

html,body,div,p,ul,ol,li,h1,h2,h3,h4,pre,form,p,button,img {
  margin: 0;
  padding: 0;
  border: 0;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #999999;
}
body {
  background-color: #fff;
  font: normal 11px/16px Verdana, Verdana, Verdana;
  color: #8d8d85;
}

ul,li {list-style-type: none;}
a {outline: none; text-decoration: none;}
a:hover {text-decoration: none; cursor: pointer;}
a span, button span, ul#navigation span, h2 span, h3 span {display: none;}

input, textarea {
  font: normal 11px/17px Verdana, Verdana, Verdana;
  color: #3a3a35;
}

button {
  display: block;
  cursor: pointer;
}

div.clear {
	font-size: 1px;
  line-height: 1px;
  height: 1px;
  position: relative;
  clear: both;
}

#page_container {
  text-align: left;
  width: 600px;
  margin: 0 auto;
  padding: 0 0 30px 0;
}

#page_content {
  width: 890px;
  margin: 40px 0 0 15px;
}

p a,
h4 a {
  color: #6385a1;
  border-bottom: 1px solid #d7e1e9;
}

p a:hover,
h4 a:hover {
  color: #80a1bb;
  border-bottom: 1px solid #fff;
}

p.link {padding: 0 0 0 19px;}


/* Header
============================================================================= */

#header {height: 100px; width:600px}

  #header #logo {
    padding: 28px 0 0 0;
    float: left;
    height: 60px;
     width:200px;
      font-size:36px;
}
#header #choosemood{
 float:right;
  text-align:right;
  margin-top:60px;

}

/* Navigation
============================================================================= */

ul#navigation {
    height: 20px;
    font-size:14px;
     font-family:Verdana;
     
}
ul a:link,a:visited,a:active{
color:#999999;
}
ul a:hover{
color:#6699ff;
}

  ul#navigation li {
    width: 100px;
    float: left;
  }


ul#navigation li div
{
	width: 100px;
	height: 16px;
	overflow: hidden;
	/*border: 1px solid #9ca1a4;*/
	background-color: #f9f9f9;
	  
}
#navigation_img
{
     height:116px;
      background-image: url('../images/menu.jpg');
       background-repeat:no-repeat;
        background-position:bottom;
}


/* Footer
============================================================================= */
.main {
 border:0;
  margin:0;
   padding:0;
/*border:#CCCCCC dashed 1px;*/
}
.foot {
margin-top:30px;
text-align:right;
}
div.subtitle {
margin:20px 0 30px 0px;
}

div.content{
 margin-top:20px;margin-bottom:10px;
}