

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

#bbox{
width: 90%;
height: auto;
margin-left: auto;
margin-right: auto;
background-color: #000;
padding: 10px 10px 40px 10px;
}


a{font-weight: bold; color: rgb(205,16,118); text-decoration: none;}
a:hover{font-weight: bolder; color: rgb(205,16,118); text-decoration: underline;}

#container {
width: 90%;
background-color: #CCCCCC;
padding: 3px;
}

#header {
color: rgb(205,16,118);
font-size : 2.4em; 
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;*/
}

#main1 {
font-family: 'Comic Sans MS', 'Arial';
font-style: normal;
font-size: 0.95em;
font-weight: bold;
width: 540px;
height: auto;
margin-left: 0%;
margin-right: 15%;
background: #C9C;
color: #FFF;
padding: 25px 0px 0px 0px;
border: 9px double #FFF;
text-align: center;
}
#main1title{
font-size: 2.2em;
text-align: center;
color: rgb(205,16,118);
}

/* Right menu */

#insert {
font-weight: bold;
float: right;
width: 160px;
text-align: center;
}
#insert a {
	font-family: 'Arial', 'Helvetica';
	color: rgb(205,16,118);
	background: rgb(255,131,250);
	text-decoration: none;
/*	text-transform: uppercase;*/
	font-weight: bold;
	display: block;
	border: solid 1px;
padding: 5px 2px 5px 2px;
}
#insert h1 {
	display: block;
	font-family: 'Comic Sans MS', 'Arial';
	background: rgb(205,16,118);
	font-size: 1.1em;
	color: rgb(255,255,255);
	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: rgb(255,255,255);
background: rgb(205,16,118);
text-decoration: none 
 }


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


