/* CSS Document */
* {
margin: 0px;
padding: 0px;
border: none;
border-collapse:collapse;
}

body {
background-color:#000000;
}
p {
text-align:justify;
text-indent:15px;
font-size:12pt;
color:#CCCCCC;
}
h3 {
text-align:center;
font-size:14pt;
color:#7CC523;
}

#wrapper {
margin: 0px auto;
width: 822px;
}

#header {
width: 822px;
height: 86px;
background-image: url(../images/header.jpg);
}

a.top_right:link, a.top_right:visited {
display:block;
height:32px;
float:right;
width:190px;
background: url(../images/top_right1.jpg) top right no-repeat;
}
a.top_right:hover {
background-position: -34px -32px;
}

#right {
width:224px;
height: 432px;
background-image:url(../images/right.jpg);
float:right;
clear:right;
}

.nav {
width: 822px;
height:32px;
background:url(../images/navmenu1.jpg) repeat-x;
}
a.nav:link, a.nav:visited {
display:block;
float:left;
text-decoration:none;
font-weight:bold;
padding:6px 15px 0px 15px;
height:25px;
color:#CCCCCC;
background: url(../images/navmenu1.jpg) repeat-x;
width:auto;
}
a.nav:hover {
color:#FFFFFF;
background-position:0px -32px;
}
.spacer {
width:6px;
background:url(../images/spacer.jpg);
float:left;
}
#spacer_right{
float:right;
}
#spacer_left{
float:left;
background:url(../images/spacer_left.jpg);
width:55px;
}


#content {
width: 590px;
background: #000000;
}

#footer {
width: 590px;
margin-bottom:20px;
}

div#attention {
display:block;
float:left;
height:100px;
width:99px;
background:url(../images/attention.jpg)  top left no-repeat;
}


#txt {
float:left;
visibility:hidden;
width:350px;
}
#txt p {
color:#CC0033;
}
a.bookmark:link, .a.bookmark:visited {
float:right;
display:block;
height:90px;
background: url(../images/bookmark.png) no-repeat bottom center;
text-decoration:none;
padding:0px 15px;
color:#CCCCCC;
}
a.bookmark:hover {
color:#CC0033;
}