html,body {
      margin: 0;
      padding: 0;
      text-align: center;
      font-size: 14px;
      background: #ffffff;
}

#body-margin{
      text-align: center;
      background: #ffffff;
      padding: 0px 11px;
      margin: 0 auto;
      width: 920px;      
      width: 898px;
	  border-left: blue 3px solid;
	  border-right: blue 3px solid;
}
    
img { border: none; }
a { text-decoration: none; color: #828282; font-weight: bold;}
a:hover { text-decoration: underline; color: #fd7979; }


#header {
      background: url("images/top-logo.png") no-repeat center;
      height: 120px;
      width: 890px;
      margin: 0 auto;
}

#logo{
      padding-top: 30px;
      margin: 0 auto;
      width: 890px;
}

#logo a:hover {
      text-decoration: none;
}

#logo a {
      float: left;
      width: 200px;
      height: 85px;
}

#container {
      width: 890px;
      overflow: hidden;
      text-align: left;
      margin: 0px auto;
      background: #fff;
      padding-bottom: 30px;
}  
* html #container {
      overflow: visible;
}

#intro{
      min-height: 190px;
      margin: 10px auto;
}
* html #intro { height: 190px;}

#intro-image{
      float: left;
      width: 610px;
}

#intro-text{
      padding-top: 10px;
	  padding-left:80px;
      float: right;
      width: 200px;
      text-align: justify;
}

#content{
      margin-top: 20px;
      min-height: 350px;
}
* html #content { height: 250px;}

#main {
      float: right;
      width: 890px;
	  height: 350px;
	  background:url(images/top-image.jpg) no-repeat;
}

#left-text {
      float: left;
      width: 400px;
	  	margin-left: 35px;
		margin-top: 35px;
	  
}

#right-text {
      float: right;
      width: 240px;
	  border-right:blue 1px solid;
	  border-left:blue 1px solid;
	  border-bottom:blue 1px solid;
}

#right-text a {
      color: #000;
}

#footer {
      width: 890px;
      margin: 0 auto;
      min-height: 38px;
      border-top: 4px solid #000000;
      font-size: 84%;
      color: #000;

}
* html #footer {height: 100px;}


#headmenu {
      width: 890px;
      height: 38px;
      background:blue;
      margin: 10px auto 0 auto;
      border-bottom: 4px solid #000000;
      display: block;
      font-size: 140%;
}

* html #headmenu { height: 43px;}

#headmenu ul {
      position: relative;
      float: left;
      list-style-type: none;
      margin: 0px;
      padding: 0px 0px 0px 10px;
      font-size: 65%;
}

#headmenu li {
      margin: 10px 3px 0px 3px;
      float: left;
      height: 28px;
      background:@blue;
}

#headmenu a {
      float: left;
      display: block;
      padding: 7px 9px 9px 9px;
      color: white;
      text-decoration: none;
}

#headmenu a:hover {
      background: #000000;
      color: #fff;
      cursor: pointer;
}

h1 { 
      padding-top: 0;
      margin-top: 0;  
      font: 120% Arial;
      font-weight: bold;
      color: #c20404;
}

.comment{
      font-weight: bold;
      font-size: 123%;      
}


.heading{
      background: blue;
      border-bottom: 4px solid #000000;
      height: 25px;
}

.news{
      color: #ffffff;
      margin: 0px;
      padding: 5px 0 0 10px;
      font-size: 115%;
      font-weight: bold;
      
}

.pi{
      padding-top: 0px;
      padding-left: 10px;
}
