/*
    Creativiti.net CSS
*/

body
{
  font-family: Verdana, MS Sans Serif, Arial,Helvetica, sans-serif;
  width: 700px;
}

/* Main content */
.mainContent
{ 
  border-right: thin solid #444422;
}

.mainContent p
{
  font-size: 12px;
  color: #444422;
  margin-right: 30px;
  margin-left: 30px;
  line-height: 20pt;
  text-align:justify;
}

.mainContent p:first-letter
{
  font-size: 20px;
}

.mainContent li
{
  font-size: 12px;
  color: #444422;
  margin-left: 30px;
  margin-right: 30px;
}

h1
{
  font-size: 20px;
  color: #777755;
}

a
{
  color: #777755;
  text-decoration: none;
  border-bottom: thin dotted #772222;
}

a:hover
{
  color: #772222;
}

/* Head Image */

.headerImg
{ 
}

img
{ 
  vertical-align: bottom;
}

/* Navigation Menu */
.menuRight
{
  float: right;
  width: 9em;
  margin-left: 30px;
}

.menuRightItem
{
  background-color: #3D4F46;
  color: #ffffff;
  text-align: right;
  padding: 3px 10px 3px 10px;
}

.menuRightItem:hover
{
  background-color: #C1CFC5;
  color: #3D4F46;
}


.menuRightItem a
{
  color: #ffffff;
  letter-spacing: 1pt;    
  text-decoration: none;
  border: none;
}

.menuRightItem:hover a,
.menuRightItem a:hover
{
  color: #3D4F46;
  text-decoration: none;
  border: none;
}


/* Footer */
.footer
{
  font-size:8px;
  border-top: thin solid #C1CFC5;
}

.footer *
{
  font-size:8px;
}
