html, body {
   margin : 0;
   padding : 0;
}

body {
   font : 12px "Lucida Sans Unicode", Verdana, sans-serif;
   color : #ffffff;
   background : #333333;
   width : 100%;
}

blockquote {
	background-color: #C9F0C8;
	width: 400px; 
	float: left; 
}


a:link {
   color : #ffffff;
   background : transparent;
   text-decoration : none;
}

a:visited {
   color : #ffffff;
   text-decoration : none;
}

a:hover {
   color : #a52a2a;
   text-decoration : underline;
  }

a:active {
   color : #484500;
}

h1 {
   text-align : center;
   margin : 1.2em 0.5em 1.2em 0.5em;
}

#wrapper {
   margin : 0 auto;
   width : 750px;
   background : url(images/side_background2.jpg) repeat-y;
}

#header {
   background-image : url(images/logo.jpg);
   background-repeat : no-repeat;
   margin : 0 25px 0 25px;
   height : 180px;
}

#content {
   margin : 0 25px 0 25px;
   padding : 10px; 
   font-size: 14px;
   background-repeat: no-repeat;
   background-position: 100px 100px;

}

#content ul {
   list-style : disc;
   margin : 0px 150px 10px 20px;
   padding : 0;
   text-align : justify;
}


#content p  {
   margin : 0 150px 6px 0;
   text-align:justify;
}


#rightcol {
   float : right;
   width : 110px;
   margin : 7em 5px 0 0;
   border-left : 3px solid #9CB2B8;
   padding : 0 0 0 5px;
}

#rightcol p {
   margin : 1.2em 0.5em 1.2em 0.5em;
   font-size : 10px;
   text-align : left;
}

#navcontainer {
   margin-top : -12px;
   margin-left : 25px;
}

#navcontainer ul {
   list-style : disc;
   margin : 0;
   padding : 0;
   text-align : center;
}

#navcontainer li {
   display : block;
   float : left;
}



#navcontainer li a {
   color : #963;
   display : block;
   width : 118px;
   text-decoration : none;
   background : #F5BF3F;
   padding : 2px 10px;
   border-left : 1px solid #84979C;
   border-bottom : 1px solid #84979C;
   border-right : none;
}

#navcontainer ul li a:hover {
   color : #000;
   background : #ccc;
}

#navcontainer a:active	{
   background : #963; 
   color : #fff;
}

#specialborder1 {
   border-right : 1px solid #84979C;
}

#specialborder2 {
   border-left : 1px solid #84979C;
}

#footer {
   border-bottom : 1px solid #000;
   border-top : 1px solid #000;
   margin : 0 28px 0 25px;
   padding : 10px;
}

#counter {
   display : none;
}

