/* div alignment */
body,html {margin:0px; margin-top:10px; margin-bottom:10px; padding:0px;}
body {min-width:750px;}
#wrap {margin:0 auto; width:750px;}
#header {background-image:url(images/header.gif); width:750px; height:130px;}
#content {width:438px; min-height:300px; padding-left:28px; padding-top:10px; padding-bottom:10px; float:left;}
#menu {background-image:url(images/menu.gif); width:264px; height:255px; padding-left:20px;  padding-top:38px; float:right;}
#footer {background-image:url(images/footer.gif); width:750px; height:77px; clear:both;}

/* page style */
body 
{
background-color: #FFFFFF;
cursor: default;
color: #888888;
text-decoration: none;
letter-spacing: 1px;
font-family: Courier New, monospace;
font-size: 11px;
font-weight: normal;
}


/* topic style */
h1 
{
color: #888888; 
text-decoration: none; 
letter-spacing: 1px;
font-family: Courier New, monospace;
font-size: 14px;
font-weight: bold;
}

/* date style */
h2 
{
color: #888888; 
text-decoration: none; 
font-family: Courier New, monospace;
font-size: 9px;
font-weight: normal;
}


/* link style */
A:link, A:visited
{
color: #555555; 
text-decoration: none;
letter-spacing: 1px;
font-family: Courier New, monospace;
font-size: 11px;
font-weight: bold;
cursor: default;
}

A:hover, A:active 
{
color: #BBBBBB; 
text-decoration: none;
letter-spacing: 1px;
font-family: Courier New, monospace;
font-size: 11px;
font-weight: bold;
cursor: default;
}


/* form style */
textarea, input, select
{
  font-family: Courier New, monospace;
  font-size: 11px;
  background-color: #FFFFFF;
  color: #888888;
  border: 1px solid #888888;
}

#marqueecontainer{
position: relative;
width: 210px; /*marquee width */
height: 86px; /*marquee height */
background-color: #FFFFFF;
overflow: hidden;
border: 1px dashed #888888;
padding: 2px;
padding-left: 4px;
}
