body {
background: #171717;
text-align: center;
}

#container {
background-image: url('/images/AThome3.jpg');
background-repeat: no-repeat;
width: 800px;
margin: 0 auto;
height: 566;
padding: 0;
text-align: left;
border: 2px;
border-style: solid;
border-color: #C1BEFF;
margin-top: 30px;
}


#content {
width: 315px;
height: 425px;
margin-top: 115px;
text-align: left;
margin-left: 450px;
position: absolute;

}


.menu {
width: 450px;
margin: 90px 0px 0px 230px;
padding: 0;
position: absolute;
}

.menu ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

.menu ul li {
display: block;
float: left;
text-align: center;
}

.menu ul li a {
margin: 0 0 0 0;
padding: 0 5px 0 5px;
display: block;
text-align: center;
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
font-size: 12px;
color:#C1BEFF; 
text-decoration: none;
}

.menu ul li a:hover {
color: #171717;
background: #C1BEFF;
text-decoration: none;
}

.menu li.active a {
background: #333;
color: #dedede;
text-decoration: none;
}

.bar {
border-right: 1px solid #C1BEFF;
}


div.spacing {
height: 10px;
clear: both}

.white {
color: #ffffff;
}

p {
font-family: Verdana;
color: #C1BEFF;
font-size: 10px;
}

A:link { 
font-family: Verdana;
text-decoration: underline;
color: #C1BEFF;
font-size: 10px;
}

A:visited { 
font-family: Verdana;
text-decoration: line-through;
color:#C1BEFF; 
font-size: 10px;
}

A:active { 
font-family: Verdana;
text-decoration: none;
color:#C1BEFF; 
font-size: 10px;
}

A:hover { 
font-family: Verdana;
text-decoration: none;
color:#C1BEFF;
font-size: 10px;
}