/* CSS Document */
body {background-color:#FFFFFF;
      background-color:transparent;
	  scrollbar-shadow-color: #FFFFFF;
      scrollbar-highlight-color: #FFFFFF;
      scrollbar-face-color: #FFFFFF;
      scrollbar-3dlight-color: #FFFFFF;
      scrollbar-darkshadow-color: #FFFFFF;
      scrollbar-track-color: #FFFFFF;
	  scrollbar-arrow-color: #000000;
}

#wrap {
    margin: 0px auto;
    width: 700px;
    border: 0px solid #FFFFFF;
}

#nav {
    width: 609px;
    height: 24px;
    background-color: #FFFFFF;
    border-top: 1px groove #000000;
    border-bottom: 1px groove #000000;
    padding-top: 4px;
    padding-left: 90px;
}
a {
    padding-right: 30px;
    font-family: Century Gothic, sans-serif;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #888888;
    text-decoration: italic;
}

#setbox {
    margin: 0px auto;
    height: 420px;
    width: 700px;
    overflow: auto;
}

#content {
    margin: 0px auto;
    font-size: 12px;
	font-family: Arial, sans-serif;
	color:#000000;
	overflow:auto;
}
#content a {
    font-size: 12px;
	font-family: Arial, sans-serif;
	color: #006600;
	padding-top: 0px;
    padding-left: 0px;
	padding-right: 0px;
	letter-spacing: normal;
	text-decoration: none;
}
#content a:hover {
    color: #009900;
	text-decoration: underline;
}

h1 {
    font-family: Century Gothic, sans-serif;
	font-size: 20px;
    font-weight: bold;
	color: #000000;
}

p {
    margin: 0px auto;
}

.update {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #333333;
	font-style: italic;
}

.posted {
    font-family:Arial, sans-serif;
	font-size: 10px;
	color: #999999;
}

#footer {
    margin: 1px auto;
    background-color: #FFFFFF;
    border-top: 1px dotted #000000;
    width: 699px;
    height: 25px;
    text-align: right;
    padding-top: 5px;
    font-family: Century Gothic, sans-serif;
    font-size: 9px;
    color: #000000;
    text-decoration: none;
}

#footer a {
    font-family: Century Gothic, sans-serif;
    font-size: 9px;
    color: #000000;
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: none;
    color: #33CCFF;
}