body {
margin: 10px 0;
padding: 0px;
background-color:#000000;
}

body,td,th {
font: 10px Verdana, Arial, Helvetica, sans-serif;
color: #C0C0C0;
}

/* ------- Link color ------- */
a:link, a:visited, a:active {
color: #F90;
text-decoration: none;
}

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

/* header img */
#header {
margin:0 auto;
width:320px;
height:52px;
}

/* ------- wrapper (change the whole site width ------- */
#wrapper {
width: 300px;
margin: 0 auto;
padding: 10px;
text-align:justify;
}

#content {
margin: 0 0 30px 0;
padding: 0px;
text-align:justify;
}

.title {
font: italic 16px Times New Roman,Georgia,Serif;
color:#444031;
background-color:#181818;
text-align:left;
padding: 10px;
margin: 0px;
border-top: 1px solid #444031;
border-bottom: 1px solid #444031;
text-shadow: 1px 1px 2px #000;
}

/* ------- copyright ------- */
#footer {
font: 10px Verdana, Arial, Helvetica, sans-serif;
color: #444031;
text-align:right;
}

/* ------- images ------- */
img  {
vertical-align:text-bottom;
}

/* ------- vertical line ------- */
.vline  {
background-color:#444;
height:1px;
}

/************* space ***************/
hr {
color: #444444;	
clear:both;
height:1px;
}
