
/*
body {
	background-color: rgb(214,255,246);
	margin-top: 0;
	margin-left: 0;
	overflow :auto;
}
*/

.style1 {
	font-weight: bold;
	font-style: italic;
	font-size: larger;
}

.leftmenu {
	position: absolute;
	left: 10;
	top: 480;
	width:150;
}

.uppermenu {
	position: absolute;
	left: 178;
	top: 45;
	width: 580;
}

.lowermenu {
	position: absolute;
	left: 180;
	top: 130;
	width: 580;
}

.maintext {
	position: absolute;
	left: 178;
	top: 212;
	width: 580;
	text-align: justify;
	z-index:1;
	color: #351A79;
}

.endsection {
    border-bottom:#000 1px solid;
    margin-top:10;
    margin-bottom:10;
    padding-bottom: 10;
    clear: both;
}

.drawing {
    display: block;
    float: left;
    width: auto;
    height: auto;
    margin-right: 10;
    margin-bottom: 3;
    border: 0px solid red;
}

.videothumb {
    display: block;
    float: left;
    width: auto;
    height: auto;
    margin-right: 10;
    margin-bottom: 3;
    border: 0px solid red;
}
.maintext p, .maintext li, .maintext td {
	color: #351A79;
}

.ptext {
	font: Times New Roman, times, roman;
}

.guestbook_author {
	border-bottom: 1px;
}

.guestbook_entry {
	color: maroon;
}

.guestbook_comment {
	color: black;
	text-width: bold;
}

.gbinput {
	width:400px;
	border-color: #351A79;
}

.notabene {
	color: red;
}
