/* Global */

body {
	font-family: "century gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #333333;
}

p {
  margin:0px 0px 10px 0px;
}

p.indent
{  
  text-indent:0em;
  margin:0px 0px 10px 0px;

}

img {
    border:0px;
}

div#logo{
    position: absolute;
    width: 150px;
    height: 54px;
    top: 57px;
    left: 31px;
}

div#navigation {
    position: absolute;
    width:154px;
    top:130px;
    left:30px;
    text-align: right;
}

div#content{
  position:absolute;
  top:113px;
  left:200px;
  width:659px;
  height:344px;
  
}

div.quote{
  font-style:italic;
  padding:2px;
  font-size:14px;
}
