/* CSS Document */

* {
margin:0;
padding:0;
outline:none;
}

body {
//background:url(../images/body.jpg) top repeat-x #021A48;
background-color:#000000;
font:70% Verdana;
color:#ACACB0;
}

a {
color:#99FF00;
}

a:hover {
text-decoration:none;
}

#header {
height:215px;
display:block;
background:url(../images/vamp2.jpg) top center no-repeat;
margin:15px 0px 0px 0px;
}

h1.sidename {
font:150% Century Gothic;
color:#fff;
font-weight:bold;
margin:8px auto 0;
text-align:center;
}

h1.sidename a {
color:#fff;
text-decoration:none;
}

#container1 {
width:860px;
margin:0 auto;
background:#151521;
padding:5px;
}

#navigate {
background:#181825;
width:600px;
border-top:1px solid #2E2E47;
padding:8px 0;
margin:15px auto 1px;
font:120% Georgia;
color:#fff;
letter-spacing:2px;
font-variant:small-caps;
}

#navi li {
list-style:none;
display:inline;
margin-right:1px 2px 3px 4px;
}

#navi a {
padding:8px;
color:#ACACB0;
text-decoration:none;
margin-right:1px 2px 3px 4px;
}

#navi a:hover {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
}

#navi a.active {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
font-weight:bold;
}

#container_in {
background:url(../images/inner_container.jpg) top repeat-x #181824;
padding:10px 10px 10px 25px;
}

#sidepictextbar {
width:300px;
padding:10px;
float:right;
background:#232436;
color:#bdbdc1;
min-height:400px;
}



#container1 #sidepictextbar h2 {
font-size:90%;
margin:10px 0;
}

#container1 #sidepictextbar p {
text-indent:0;
font-size:90%;
line-height:17px;
}

#content {
margin-right:340px;
}

blockquote {
//background:url(../images/quote.gif) bottom right no-repeat #292935;
background-color:#292935;
padding:2px 17px;
}

p {
margin:10px 0;
padding:5px;
line-height:17px;
text-indent:15px;
text-align:left;
}

p.inform {
line-height:22px;
font-size: 12px;
padding:10px;
background:#2D2D44;
color:#fff;
}

#container1 h1 {
font:140% Arial;
color:#fff;
margin:15px 0;
}

#container1 h2 {
font:110% Verdana;
color:#fff;
font-weight:bold;
margin:25px 0 15px;
}

#container1 h3 {
font:100% Verdana;
color:#fff;
margin:0px 0 5px;
text-decoration:underline;
text-indent:15px; 
}

p.h3 {
margin:0px 0;
padding:0px 0px 5px 20px;
text-indent:0px; 
line-height:17px;
}

#container1 ul {
margin:10px 15px;
text-align:left;
}

#container1 ul li {
margin:10px 0;
text-align:left;
}

#container1 img {
background:#070713;
padding:5px;
}

#foot {
width:850px;
background:#151521;
padding:2px 10px 10px 10px;
margin:0 auto;
clear:both;
text-align:center;
font-size:80%;
}

#content table {
width:475px;
background:#1E1E2D;
margin:25px 0;
}

td {
padding:8px;
text-align:center;
background:url(../images/td.jpg) top left no-repeat #1E1E2D;
font:100% Georgia;
}

th {
color:#fff;
padding:10px;
}

#foot p {
text-indent:0;
}

#foot p.copy {
float:right;
line-height:12px;
margin:0px 0;
padding:0px;
}