body {
background: url(bottom.jpg) bottom repeat-x #293043; 
margin:0; padding:0;
}

#top {
background: url(top.jpg) top repeat-x; 
margin:0; padding:0;
width:100%;
}

#content img {
margin: 4px;
border: 4px solid #80899F;
background:#80899F;}


#container {
background: url(back.jpg) center repeat-y; 
width: 800px;
margin:0 auto;
color: #222430;
font-size: 15px;
font-family: Georgia, serif;
line-height : 120%;
height:auto;
}

#header {
background: url(header.jpg) no-repeat; 
width: 800px;
height:463px;
margin:0 auto;
}

#navi {
width: 300px;
height: 100%;
padding: 280px 0 0 328px;
font-size:20px;}

.navi1 a:link, .navi1 a:visited {
background: url(navi1.png) no-repeat;
display:block;
float:left;
width: 90px;
height:57px;
margin: 0 4px;
color:#383E54;
text-decoration:none;
text-align:center;
}

.navi1 a:hover, .navi1 a:active {
background: url(navi1h.png) no-repeat;
color:#2F3649;
}


.navi2 a:link, .navi2 a:visited {
background: url(navi2.png) no-repeat;
display:block;
width: 90px;
float:left;
height:57px;
margin: 0 4px;
color:#383E54;
text-decoration:none;
text-align:center;
}

.navi2 a:hover, .navi2 a:active {
background: url(navi2h.png) no-repeat;
color:#2F3649;
}

.navi3 a:link, .navi3 a:visited {
background: url(navi3.png) no-repeat;
display:block;
width: 90px;
float:left;
height:57px;
margin: 0 4px;
color:#383E54;
text-decoration:none;
text-align:center;
}

.navi3 a:hover, .navi3 a:active {
background: url(navi3h.png) no-repeat;
color:#2F3649;
}

#content {
width:500px;
margin:0 auto;
height:auto;
}

#content a:link, #content a:visited {
color:#091023;
}

#content a:hover, #content a:active {
color:#091023;
background: #80899F;
}


h1 {
color:#091023;
background: #80899F;
font-size: 20px;
margin: 5px 0;
padding: 5px;
border-bottom: 1px solid #091023;
}

input, textarea, select {
font-size: 15px;
font-family: Georgia, serif;
background: #80899F;
border: 0;
border-bottom: 1px solid #091023;
margin: 3px 0;
padding: 3px;}

fieldset {
border: 1px solid #091023;
margin: 15px 0 0 0;
padding:10px; }

#footer {
background: url(footer.jpg) no-repeat; 
width: 800px;
height:400px;
margin:0 auto;
}


