* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 background: #000000;
}

#box {
	 width: 770px;
	 margin: 0px auto;
}


#wrapper { 
 float: left;
 width: 770px;
 background: url("../images/back.jpg");
 text-align: center;
 margin-top: 9px;
}

a:link {
background-color: transparent;
color: #0000CC;
font-weight: bold;
text-decoration: underline;
}

a:hover {
background-color: transparent;
color: #6600cc;
font-weight: bold;
text-decoration: underline;
}


#header {
 background: url("../images/head.jpg") left top no-repeat;
 color: #000;
 float: left;
 width: 770px;
 height: 75px;
}

h1, h2, h3, h4, h5, h6 {color: #000099;}

#menu { 
 background: url("../images/menutop.jpg") left top no-repeat;
 color: #333366;
 float: left;
 height: 400px;
 width: 101px;
 padding: 149px 0px 0px 0px;
 font-weight: bold;
 font-size: 80%;
}


#menu ul {
 list-style: none;

}

#menu li {
padding: 56px 0px 14px 6px;
}

#menu a:link {
background-color: transparent;
color: #FF0000;
font-weight: bold;
text-decoration: underline;
margin-top: 6px;
}

#menu a:hover {
color: #0000FF;
font-weight: bold;
}


#rightcolumn { 
 float: right;
 color: #000;
 margin: 14px 9px 0px 0px;
 width: 650px;
}

ul {
 margin: 28px 0px 0px 48px;
}

li {
padding: 0px 6px 0px 6px;
}

#footer { 
 background: url("../images/footer.jpg") left top no-repeat #000;
 float: left;
 text-align: center;
 font-weight: bold;
 width: 770px;
 height: 35px;
 padding: 12px 0px 0px 0px;
}

.contentheading {
	font-weight: bold;
	font-size: 1.1em;
}

#copyright {
    text-align: center;
    width: 770px; 
    font-size: 9px;
    padding-top: 20px;
    background: #000;
}
