@charset "UTF-8";
/* CSS Document */

body{
		background-image:	url(../images/butterfly_theme.gif);
		background-repeat:	no-repeat;
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		font-family:Skia, Helvetica, Arial, sans-serif;
		font-size:12px;
		line-height:16px;
		}
		
a:link{color:#FFFFFF;}
a:visited{color:#FFFFFF;}
a:hover{color:#000000;}
a:active{color:#000000;}
		
#main{
		width:550px;
		position:absolute;
		margin-top:150px;
		margin-left:140px;
		}

.content box {
		padding:50px;
  		margin:30px;

/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/75p_honey.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */

#navigation{
		background-color:#FF9900;
		padding:2px;
		width:565px;
		margin-left:-10px;
		}
	
.navitem{
		padding-left:30px;
		padding-right:30px;
		}

#flash{
		display:block;
		margin-left:auto;
		margin-right:auto;
		border:solid 2px #FFFFFF;
		}

.row{
		padding-top:5px;
		padding-left:95px;
		}	
	
#text{
		width:520px;
		display:block;
		margin-left:auto;
		margin-right:auto;
		}

.highlight{
		color:#FF9900;
		}

.title{
		font-size:14px;
		color:#FF9900;
		}
		
#footer{
		font-size:10px;
		vertical-align:text-bottom;
		}		
		