* {
margin: 0;
padding: 0;
}

body {
background: #333 url("images/back.gif") repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 40px;
}

table {
  table-layout: fixed;
  overflow: hidden;
}

th {
 overflow: hidden;
 border: 0px;
}

td {
 overflow: hidden;
 border: 0px;
}

a {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #888; 
}

#header {
width: 600px;
height: 300px;
background-position: top right;
color: white;
text-align: center;
font: bold 30px arial, verdana, tahoma, sans-serif;

}

#bspimg {
width: 600px;
height: 270px;
background-position: top right;
color: white;
text-align: center;
font: bold 30px arial, verdana, tahoma, sans-serif;

}
#bspimg1 {
width: 576px;
height: 240px;
background-position: top right;
color: white;
text-align: center;
font: bold 30px arial, verdana, tahoma, sans-serif;
}

#bspimg2 {
width: 576px;
height: 200px;
background-position: top right;
color: white;
text-align: center;
font: bold 30px arial, verdana, tahoma, sans-serif;
}

#wrapper {
width: 760px;
height: 760px;
background: #fff ;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h1:first-letter {
/* color: #f00; */
text-decoration: underline;
}

h2 {
width: 589px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 300px;
width: 160px;
}


#nav li a {
color: #fff;
font: normal 12px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 150px;
height: 24px;
background-color: #444;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
font-weight:bold!important; 
background: #333 url("images/bullet.gif") no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 153px;
background-color: #ccc;
float: left;
position: relative;
margin: 0px;
border: 0px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 4px;
overflow: hidden;
}


img {
border: none;
}

a img {
margin-bottom: 10px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
  padding: 10px;
}

#imgtxt {
float: left;
padding-left: 10px;
padding-right: 10px;
}

p {
margin-bottom: 20px;
}

p:first-line {
font-weight: bold;
}

#footer {
text-align: center;
clear: both;
width: 600px;
margin-left: 163px;
}


