/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
background-image: url();
background-repeat: no-repeat;
font-family: Arial;
color: #cbcbc6;
background-color: #000;
font-size: 13px;
}

.clearit {
clear: right;
margin-bottom:20px;
}

a {
color: #d4d4d4;
text-decoration: none;
padding: 0px;
text-align: center;
} 

a:hover, a:focus{
color:#000;
}

#banner {
background-image: url(shara.jpg);
background-repeat: no-repeat;
height: 286px;
}

#content p, table, ul {
text-align:justify;
text-transform:lowercase;
margin: 20px;
}

ol, ul {
margin-left:40px;
}

#content h1{
color: #cdcdcd;
padding: 0;
margin: 20px;
font-size: medium;
font-family: georgia;
border-bottom:dashed #6d6e76 1px;
}

#content h2{
color: #cdcdcd;
padding: 0;
margin: 20px;
font-size: medium;
text-align:right;
font-family: georgia;
border-bottom:dashed #6d6e76 1px;
}

#content a{
font-family: georgia;
}

#content a:hover{
color: #cdcdcd;
border-bottom: 1px dashed #cdcdcd;
}

blockquote {
padding: 3px;
background-color: #1a1315;
border-top: 2px dashed #cdcdcd;
}

.new {
width:235px;
}

#description{
padding: 0 0 0 2px;
border-bottom: 0px solid #e9e9e9;
color: #000;
}

#description a {
padding: 0 0 0 2px;
border-bottom: 0px solid #e9e9e9;
color: #000;
}

#description a:hover {
padding: 0 0 0 2px;
border-bottom: 1px solid #e9e9e9;
color: #ffcd93;
}

#footer {
font-size: 9px;
font-family: georgia;
border-top: 1px solid #1b1b1b;
background-color: #000;
color: #eeeeee;
}

#footer p {
padding:3px;
margin: 0 0 0 3px;
}

#navigate {
font-size: 15px;
font-family: georgia;
text-decoration:none;
background: a0ab63;
text-transform:lowercase;
margin: 20px;
text-align:right;
}

#wrapper{
background-image: url();
width: 500px;
background-color:#272022;
margin: 0px auto;
border: 0px solid #e9e9e9;
}