/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 27 Oct 2024, 2:27:25 pm
    Author     : ssaap
*/
div header body #content {
    margin: 0; padding: 0; border: 0;
}
body {background: darkkhaki;}
header,footer,section,article,nav {display: block;}
header {width: 1200px;height: 140px;padding: 0;background: url(images/bak7.jpg); margin: 10px auto;}
h1 {font-size: 300%;color: white;position: relative;left: 250px;top: 20px;width: 600px;}
#rosette {position: relative;left: 750px;top: 5px;}
#content {background-color: transparent;
border-bottom: 5px white solid;width: 1200px;margin-top: 10px;margin-left: auto;margin-right: auto;padding: 8px;
font-size: medium;color: maroon;}
h2{font-size: x-large;color: brown;margin: 0 0 10px 0;}
h3 { font-size:large; color:brown; margin:0 0 6px 0;} 
#leftcol { float:left; width: 315px; vertical-align:top;}
#rightcol { width: 135px; float:right; height: 252px; margin-right:10px; 
} 
#midcol { margin-left:315px; margin-right:155px; margin-top:10px;vertical-align:top;}
nav ul{margin: 10px 0 10px 0; width: 135px; float: right;}
nav li {list-style-type: none;}
li.btn{margin-bottom: 3px;text-align: center;width: 130px;}
li.btn a {display: block; color: white; font-weight: bold;text-decoration: none; zoom:1;}
/* mouseout (default) */ 
li.btn a { background:#559a55; color: white; border: 5px outset #559a55;padding-bottom:3px;}
li.btn a:hover { background: red; color:white; border: 5px outset red;}
li.btn a:active { background:maroon; border: 5px inset maroon;}
br.clear{clear: both;}
#midcol img{margin-left: 10px;}
p{color: brown;}
/*change #footer to footer */ 
footer { clear:both; color: brown; text-align:center;}
