BODY {
        font-family: Lucida Sans Unicode;
        font-size: 10pt;
        color: #666666;
        background: #99CC66;
		text-align: center;
		margin-top: 35px;
}

INPUT {
        font-family: Lucida Sans Unicode;
        font-size: 13px;
        color: #666666;
        background: #CCCCCC;
        border: 1px solid #666666;
}

a {
        text-decoration: none;
        color: #666666;
}

a:hover {
        text-decoration: underline;
        color: #393839;
}


div#title {
        /*border-left: 5px solid #5A8263;*/
        background-image: url('images/note_bg.png');
        background-repeat: repeat-y;
        text-align: justify;
        padding-left: 10px;
        padding-right: 10px;
        padding-left:3px;
        font-weight: bold;
		text-align: center;
		font-size: 13px;
		color: #000;
}


div#title input {
        background: none;
        border: none;
}

div#date {
        text-align: right;
        padding:5px;
        font-style: italic;
}

div#archive {
        padding-left: 25px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
}

div#wrapperAll {
        width: 850px;
		margin: auto;
}

div#top {
        height: 60px;
        background-image: url('images/top2.png');
        background-repeat: no-repeat;
        margin:0px;
				text-align: right;
}

div#topWrapper {
        clear: both;
        padding-left:20px;
        padding-right:20px;
}

div#logo {
        width: 272px;
        height: 37px;
        text-align: left;
		font-size: 27px;
		padding-left:3px;
        float:left;
}

div#menu {
        text-align: center;
        height: 37px;
        padding-right:10px;
}

div#sep {
        background-image: url('images/sep.png');
        background-repeat: no-repeat;
        height:14px;
        clear: both;
}

div#content {
        background-image: url('images/border.png');
        background-repeat: repeat-y;
        margin:0px;
        clear: both;
}

div#wrapperContent {
        clear: both;
		text-align: center;
}

div#wrapperNote {
        margin-left: auto;
        margin-right: auto;
        width: 818px;
}

div#noteTop {
        /*background-image: url('images/note_top.png');
        background-repeat: no-repeat;*/
        height:16px;
}

div#noteContent {
	background: #F0F0F0;
}

div#noteBottom {
        /*background-image: url('images/note_bot.png');*/
        background-repeat: no-repeat;
        height:16px;
}

div#bottom {
        height: 40px;
        background-image: url('images/bottom.png');
        background-repeat: no-repeat;
        margin:0px;
        padding-top:20px;
}




