BODY {
height: 100%;
margin:0;
background-color : #ffffff;
/*
background-image: url(bk.jpg);
background-attachment: fixed;
background-repeat: repeat-y;
background-position: top center;
*/
}

#content {
color:#000000;
font-family: "verdana", "arial", "helvetica", "sans-serif"; 
font-size:16px;
margin: 0 auto; 
text-align: center;
}


#txt {
color:#000000;
font-family: "verdana", "arial", "helvetica", "sans-serif"; 
font-size:14px;
text-align: left;
margin: 10;
}

#menu {
position: absolute;
left: 0px;
top: 0px;
width: 180px;
height:100%;
/* background-color : #cc0000; */
}

#main {
position: absolute;
left: 180px;
top: 0px;
width: 600px;
height:100%;
/* background-color : #880000; */
}

#rightcolumn {
position: absolute;
left: 780px;
top: 0px;
width: 120px;
height:100%;
background-color : #880000;
color:#ffffff;
font-weight: bold;
}

div, table, tr, td {
font-size:16px;
}

p {
line-height:14px;
}

option, optgroup, select {
font-size:12px; 
color:#000;
}

li {
font-size:12px; 
color:#999999;
}

a {
text-decoration:none; 
font-size:16px;
font-weight: bold;
text-decoration:none;
}

a:link	{ color:yellow;}
a:visited { color:yellow;}
a:active { color:yellow;}
A:hover {text-decoration: none; color: purple;}

h1, h2, h3, h4 {
text-decoration:none; 
color:#ff80c0;
}

.title {
text-decoration:none; 
font-size:20px; 
color:#ff80c0;
font-weight: bold;
}

#footer {
position: absolute;
left: 0px;
top: 500px;
width: 600px;
height: 40;
font-size:9px; 
color:#880000;
}

.copyright a {
text-decoration:none; 
font-size:9px;
}

.borderimg {
border: 1px solid #ff66ff;
}