

body { 
height: 100%;
/*background: url(border.jpg) repeat-x  top center;*/
background-color: #336699;
}

#bbox{
width: 85%;
margin-left: auto;
margin-right: auto;
background-color: #333;
padding: 20px;
}


a{font-weight: bold; color: #FFF; text-decoration: none;}
a:hover{font-weight: bold; text-decoration: underline;}

#container {
margin: 0 auto;
width: 90%;
background-color: #CCC;
padding: 3px;
}

#header {
color: #30C;
font-size : 1.8em; 
font-family : 'Comic Sans MS', 'Arial';
font-weight: bold;
margin-top: 2px;
/*height: 1.8em;*/
/* width: 100%; */
margin-left: auto;
margin-right: auto;
text-align:center;
padding: 5px;
/*border: 1px solid #FFF;*/
}
#leftnotes{
color: #FFF;
font-size: 0.8em;
border: 2px solid #369; 
/*position: absolute; */
float: right;
/*margin-top: 35px;*/
margin-left: 1px; 
padding: 5px 5px 5px 5px;
width: 100;
}
#leftnotestitle{
font-weight: bold; font-size: 1.3em; color: #FF33CC;

}

#main1 {
font-family: 'Comic Sans MS', 'Arial';
font-style: normal;
font-size: 0.95em;
font-weight: bold;
width: 440px;
height: 420px;
margin-left: auto;
margin-right: auto;
background: #CCC;
color: #000;
padding: 10px 5px 5px 5px;
border: 9px double #369;
text-align: center;
}
#main1title{
font-size: 1.6em;
text-align: center;
}
#main1notes {
font-size: 0.7em;
font-weight: bold;
}
/* Right menu */

#insert {
font-weight: bold;
float: left;
width: 140px;
text-align: center;
}
#insert a {
	font-family: 'Arial', 'Helvetica';
	color: #000;
	background: #CCC;
	text-decoration: none;
/*	text-transform: uppercase;*/
	font-weight: bold;
	display: block;
	border: solid 2px #369;
padding: 5px 2px 5px 2px;
}
#insert h1 {
	display: block;
	font-family: 'Comic Sans MS', 'Arial';
	background: #CCC;
	font-size: 1.1em;
	color: #000;
	text-align: center;
padding: 5px 2px 5px 2px;
}
#insert h2 {
	font-size: 0.9em;
}
#insert a:link { 
    /*color: rgb(0,0,156);*/
    text-decoration: none
 }
#insert a:visited { 
    text-decoration: none 
 }
#insert a:active { 
    /*color: rgb(255,255,255);*/
    text-decoration: none 
 }
#insert a:hover { 
font-weight: bold;
color: #FFF;
background: #369;
text-decoration: none 
 }


#owner {
color: #369;
font-family: 'Comic Sans MS', 'Arial';
font-size: 0.8em;
font-weight: bolder;
width: auto;
bottom: 5px;
float: right;
position: absolute;
/*margin-left: 85%;*/
/*border: 1px solid #FFF;*/
}
#owner a{
text-decoration: none;
/*color: #FF33CC;*/
}
#owner a:hover{
text-decoration: underline;
/*color: #FFF;*/
}


