﻿body {
	margin: 0px 0px 0px 0px;
        text-align: center;
        background-color: #FFFFFF;
        background-image: url(bg.gif);
        background-repeat: repeat;
	}

a {
	text-decoration: underline;
	
	
	}

a:link {
	color: #0000FF;
	}

a:visited {
	color: #0000FF;
	}

a:active {
	color: #0000FF;
	}

a:hover {
	color: #FF0000;
	}


a.special {
             font-weight: bold
             }

a.special:link {
                  color: #FFFFFF;
                  }

a.special:active {
                      color: #FF0000;
                      }

a.special:visited {
                      color: #FFFFFF;
                      } 

a.special:hover {
	color: #FF0000;
	}  

h1, h2, h3 {
	margin: 0px;
	padding-left: 15px;
	font-weight: bold;
	}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 5px;
	width: 780px;
        border: 1px solid #FFFFFF;
	background-image: url(./back.gif);
	background-attachment: fixed;
        background-color: #FFFFFF;
	}

#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #800080;
	text-align: left;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
	height: 25px;
	}

#banner-img {
	display: none;
	}


#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner a:hover {
	color: #FF0000;
	}


#banner h1 {
	font-size: large;
	}

#banner h2 {
	font-size: small;
	}

#center {
	float: left;
	width: 75%;
	overflow: hidden;
	}

.content {
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	}

#categories {
               overflow: auto;
               font-size: small;
               margin-left: 0em;
               padding: 0.1em;
               }


#right {
	float: left;
	width: 23%;
        background-color: transparent;	
　　　　overflow: hidden;
	}

.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 120%;
	}

.content li {
	line-height: 120%;
	}

.content h2 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h3 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 0px;
	line-height: normal;
	padding: 3px;
	}

.sidebar {
	padding: 15px;
	}

.sidebar h2 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
                background-color:#FFCCFF;
	}

.sidebar ul ul {
	margin-bottom: 0px;
                background-color: #CCCCFF;
	}

.sidebar #categories ul {
	padding-left: 10px;
	}

.sidebar li {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 120%;
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: none;
	line-height: 120%;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}



@media print {
                div#right {
                  display: none;
                }
                div#link {
                  display: none;
                }
                div#center {
                  width:95%;
                }
                }



