body {
background: url(background.gif);
color: #773F85;
font-size: 10px;
font-family: verdana, arial, sans-serif;
line-height:13px;
margin: 0px auto;
}

input, textarea, formfield, select, option
{
background-color: #FFFFFF;  
font-family: verdana, arial;
font-size:10px; 
color: #773F85; 
border: solid 1px #773F85;
}

div#background {
background: #FFFFFF url(menubg.gif) repeat-y;
width: 565px;
margin: 10px auto;
padding: 0;
}

div#layout {
width: 565px;
height: 242px;
background: url(layout.gif);
}

div#content {
width: 565px;
margin: 0 auto;
padding: 0;
}

div#layout2 {
background: url(layout2.gif) bottom no-repeat;
width: 565px;
height: 10px;
clear: both;
}

div#main {
float: left;
width: 340px;
margin: 0 auto;
padding: 10px 34px 10px 10px;
}

div#menu {
float: right;
width: 170px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

h1 {
font-size: 14px;
color: #773F85;
border-bottom: solid 1px #773F85;
line-height:17px;
font-weight: bold;
margin-top: 0;
margin-bottom: 0;
text-align:center;
}

a:link, a:visited {
color: #773F85;
font-weight:bold;
text-decoration: none;
} 

a:active {
color: #000000;
text-decoration:line-through;
} 

a:hover {
color: #AC6FBB;
font-weight:bold;
text-decoration: none;
}

a.norm {font-weight:normal;}