/* CSS Document */

body {
margin: 0;
padding: 0;
height: 100%;
text-align: center;
background-image:url(images/bg.gif);
background-repeat:repeat-x;
}

#container {
width: 680px;
height:100%;
margin: 0 auto 0 auto;
text-align: left;
border-color: #ffcd45;
border-left:solid;
border-left-width: 2px;
border-right: solid;
border-right-width: 2px;
border-bottom: solid;
border-bottom-width: 2px;
background-color: #FFFFFF;
font: normal 12px Arial, Helvetica, sans-serifverdana,sans-serif;
}

#header {
height: 69px;
}


#content {
width: 574px;
float: right;
}

#content_top {
background-color: #6d0271;
text-align:center;
}


#content2 {
padding: 10px 10px 10px 10px;
}

#operator{
padding-left: 18px;
}

a:link,a:visited { color:#0000FF; text-decoration:underline; font-weight:bold; }
a:hover { text-decoration:underline; }

.header {
font-size:15px;
font-weight: bold;
text-decoration:underline;
}


