* {
    margin: 0;
    padding: 0;
}
body {
    font-family: arial, bistream vera, sans-serif;
    font-size: small;
    text-align: center;
    color: #000;
    background: #000 url(images/b.png) repeat;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	text-align : right;
	font-family: "verdana", sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }

a, a:link { 
    text-decoration: none;
    color: #e11818;
    border-bottom: 1px #000000; 
}
a:visited { color: #eaaf11; border-color: #000000; text-decoration: none; }
a:hover { color: #eaaf11; border-color: #000000; text-decoration: none; }
a:active { color: #eaaf11; border-color: #000000; text-decoration: none;  }


a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}

table {
border: medium solid #000000;
border-collapse: collapse;
}
td, th {
border: thin solid #000000;
width: 50%;
}

#images {
    border: 5px solid #fff;
    margin-left: 30px;
    padding: 5px;
}

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    background: #000 url(images/bl.png) repeat repeat-y;
}

#content {
	float: left;
	text-align: justify;
	width: 800px;
	color: #33f17b; 
	margin: 20px 0 0 2px;
	padding: 0 0 0 250px;
	
    line-height: 1.5em;
}

/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000000a80d0d;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #000000;
	border-bottom: 1px dotted #000000;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #000000;
    background: no-repeat 0 50%;
}

img {

	padding : 5px;
}
/* Header 
------------------------------------------------------------------------- */

#header { 
    background: #000 url(images/ban04.jpg)  no-repeat top center;
    width: 900px;
    height: 150px;
    position: relative;
	margin: 0;
}

#header h1 {
	display : none;
}

/* Menu 
------------------------------------------------------------------------- */

#menu ul {
	position : absolute;
	left : 0;
	width : 250px;
	/*padding: 0;
	margin: 10px 0 0 0;
	list-style: none*/
}

#menu ul li {
	float: left;
	margin-left: 1px
}

#menu ul li a {
	float: left;
	display: block;
	height: 40px;
	text-align: center;
	background: url(images/bl.png) repeat; 
	color: #fff;
	font-size: 11px;
	padding: 0 0 0 0;
	font-weight: bold
}

#menu ul li a:hover {
	background-position: top;
} 
/* Footer 
------------------------------------------------------------------------- */
#footer {
    margin: 0px;
    padding: 0;
    font-size: 85%;
    color: none;
	width: 900px;
	height: 50px;
	margin : 0 auto;
    /**margin: 20px 0 0 52px;**/
	position : relative;
    padding: 0;
    background: #000 url(images/bot.jpg) no-repeat;
}

#footer p {
    text-align: center;
	width: 900px;
	height: 50px;
	margin : 0 auto;
    /**margin: 20px 0 0 52px;**/
	position : relative;
    padding: 0;
}

#footer br {
text-align: center;
}

#footer a {border-bottom: none;}



