/* CSS Document */

.templateback {
width: auto;
background-color: #000000;
background-repeat: no-repeat; 
background-attachment:fixed; 
background-position: left;
background-color: #000000;
color: #ffffff;

}
.templateright {
background: url(../images/back_right.png);
background-repeat: no-repeat; 
background-attachment:fixed; 
background-position: right;
background-color: #000000;
}

.footer {
font-style: italic;
color: #ffffff;
font-size: 8px;
text-align: center;
padding-top: 0px;


}

.sidebar {

text-align: left;
padding: 5px;
width: 250px;


}
.divider {
background: url(../images/sidebar.jpg);
background-repeat: no-repeat;
background-position: right;
width: 20px;
height: 400px;
padding: 5;
}

a {
text-decoration:  none;
font-weight: bold;
border: none;
color: #ffffff;
 }
a:hover {
text-decoration:  underline; 
border: none;
color: #ebe5e7;
 }
 
.header {

background: url(../images/header.png);
background-repeat: no-repeat;
background-position: center;
width: 600px;
height: 150px;


}
.body {
width: 100%;
background: none;
}

