/* 
   * Default HTML tags 
   */
a {
    color: #333;
    }

a:visited {
            color: #333;
            text-decoration: underline;
}

a:hover {
	color: #fcb300;
}

acronym, abbr {
                cursor: help;
                }

blockquote {
	border-left: 3px solid #ededed;
	margin-left: 15px;
	padding-left: 5px;
}

body {
       background: url("images/background.jpg");
       color: #333;
       font-size: 62.5%;
       font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
       margin: 0 auto;
       padding: 0;
       text-align: center;
       }

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
     font-size: 12px;
     margin: 0px 0 6px 0;
     padding: 3px 0 3px 5px;
     font-weight: bold;
     color: #ffffff;

     border-bottom: #3d3d3d 1px solid;
     background: url("images/title.jpg") repeat-x;
}

h2 a,
h2 a:visited,
h2 a:hover,
h2 a:visited:hover { 
                     text-decoration: none;
                     color: #ffffff;
                     }
h3 {
     font-size: 120%;
     margin-top: 0;
}

img { 
      padding: 0px;
      border: none;
      }

img.alignleft { 
                float: left;
                margin: 0px 0px 0px 0;
                }

img.alignright { 
                 float: right;
                 margin: 0 0px 0px 0px;
                 }

li { 
     margin: 0;
     padding: 0;
     list-style-type: none;
     }


ol#comments li p {
                   font-size: 100%;

                   }

ul { 
     margin: 0;
     padding: 0;
     }


#spacer1 {
                          padding: 0px 0px 0px 0px;
	  
	                            text-align: center;
	  
	         
         
          }

#spacer2 {
color: #131313;

          font-size: 11px;

          width: 868px;

          text-align: center;

          margin: 0 auto;

         

          clear: both;

         
          }


#content {
           float: left;
           width: 600px;
           margin: 10px 8px 20px 8px;
           text-align: left;
           }

#content ol li { 
                 list-style: decimal;
                 }

#content ul { 
              margin-top: 10px;
              margin-left: 35px;
              }

#content ul li { 
                 list-style-image: none;
                 }

#content-big {
           float: left;
           width: 575px;
           margin: 0px 8px 20px 8px;
           text-align: justify;
           }

#header {
          font-size: 33px;
          font-weight: bold;
	  text-decoration:none;
          font-family: Verdana;
          margin: 0 auto;
          height: 300px;
          width: 900px;
          padding: 0;
          background: url("images/header.jpg");
          }

.header-title {
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#fcb300;
	font-size:28px;
        font-weight:bold;
	padding: 165px 0 0 0;
	text-align:left;
	}
.header-title a{
	color:#fcb300;
	text-decoration:none;
	border-bottom:none;
	}
.header-title a:hover{
	color:#fcb300;
	text-decoration:none;
	border-bottom:none;
	}
.header-description {
        font-size: 11px;
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        font-weight: normal;
	color:#eeeeee;
	padding: 0px 0 0 329px;
	text-align:left;
	}
.header-language {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        font-weight: bold;
        text-align: right;
        margin: 10px 10px 0px 0px;
        color: #eeeeee;
}

.header-language span {
	cursor:pointer;
}

#footer { 
          width: 900px;
          height: 54px;
          margin: 0 auto;
	  color: #eeeeee;
          background: url("images/footer.jpg") no-repeat;
	border-left: 3px solid #262626;
	border-right: 3px solid #262626;
          }

#footer a {
                          color: #eeeeee;
                          text-decoration: none;
                          } 
#footer a:hover {
                          color: #eeeeee;
                          text-decoration: none;
                          }
#footer a:visited {
                          color: #eeeeee;
                          text-decoration: none;
                          }
#footer a:visited:hover {
                          color: #eeeeee;
                          text-decoration: none;
                          }

/* 
   * Left sidebar 
   */
#menu-left { 
             float: left;
             padding: 0px 8px 20px 30px;
             width: 220px;
             font-size: 11px;
border-right: 1px dotted #ededed;
display: inline;
             }

#menu-left a,
#menu-left a:visited { 
                             text-transform: lowercase;
                             text-decoration: none;
                             color: #333333;
                             }

#menu-left a:hover,
#menu-left a:visited:hover  { 
                              color: #333333;
                             text-decoration: underline;
                              }

#menu-left ul ul { padding-bottom: 10px;
                   margin-left: 15px;
                   }

#menu-left ul ul li { 
                      list-style-image: url("images/icon.gif");
                   margin-left: 5px;
                      }
.rss {                         width: 220px;
                  background: url("images/rss.jpg") no-repeat;
                  
                      }
/* End of left sidebar */




/*
#rap { 
       width: 900px;
       margin: 0 auto;
      
       text-align: left;
	border-left: 3px solid #262626;
	border-right: 3px solid #262626;

       }
*/


#rap {
width: 900px;
margin: 0 auto;
background: url("images/main.jpg");

text-align: left;
border-left: 3px solid #262626;
border-right: 3px solid #262626;

}


