body {
	margin: 0px 0px 20px 0px;
	background-color: #FFFFFF;
	}

a {text-decoration: underline;}
a:link {color: #8FABBE;}
a:visited {color: #8FABBE;}
a:active {color: #8FABBE;}
a:hover {color: #006699;}

.banner {
        font-family:verdana, arial, sans-serif;
        color:#FFFFFF;
        font-size:x-large;
        font-weight:normal;
        border-bottom:3px solid #99CCFF;
        border-top:3px solid #99CCFF;
        background:#336699;
        padding:10px;
        text-transform:uppercase;
  }

#center {
        margin: 4px;
        padding: 4px;
        margin-left: 210px;
        margin-right: 210px;
        vertical-align: top;
        background-color: #FFFFFF;
        z-index: 99;
	}

#right {
        margin: 4px;
        padding: 4px;
        position: absolute;	
	right: 2px;
	width: 190px;
        vertical-align: top;
	background-color: #FFFFFF;
        z-index: 3;
	}

#left {
        margin: 4px;
        padding: 4px;
        position: absolute;	
	left: 2px;
	width: 190px;
        vertical-align: top;
	background-color: #FFFFFF;
        z-index: 2;
	}
#wuname{
        margin: 4px;
        padding: 4px;
        margin-left: 210px;
        right: 2px;
        vertical-align: top;
        background-color: #FFFFFF;
        z-index: 99;
	}

.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;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.copyright {
        background:#FFFFFF;
        font-family:verdana, arial, sans-serif;
        font-size:xx-small;
        color:#666;
        border-top:1px dotted #CCC;
        border-bottom:1px dotted #CCC;  
        position: relative;
        bottom: 10px;
        width: 93%;
        margin: 10px 10px 10px 10px;
        padding-left: 50px;
        z-index:1;
        }
.borderbox {
        border: 1px solid #999;
        font-family: Arial, Helvetica, sans-serif;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 4px;
        margin: 4px;
}	
.text-title{
        font-size:medium;
        font-weight:bold
        }
.text-xxsmall{
        font-size:xx-small;
        }
.text-xsmall{
        font-size:x-small;
        }
.text-small{
        font-size:small;
        }
.text-medium{
        font-size:medium;
        }
.text-large{
        font-size:large;
        }
.text-xlarge{
        font-size:x-large;
        }

