    /* <!-- */
    /* General styles */

body {
        margin:3em;
        padding:5em;
        background:#d11956 url(i/tracing_board.jpg) no-repeat center;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
	font-size:90%;
    }

img.shadow {
	background: url(i/shadow-1000x1000.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
	border: 0px;
}

#header h1 {
	text-align: center;
}
    
/*---------------*/
/* Footer styles */
#footer {

        width:100%;
	border-top:1px solid #d11956;
	text-align: center;	
}
#footer p {
	padding: 0px;
	margin: .8em;
}
   
.WebURL {
	font-style: italic;	
	font-size: 1em;
	color: #333333;
}
.FooterTag {
	font-style: italic;	
	font-size: 0.8em;
	color: #666666;
	white-space:pre;
}


.hide   {
   position: absolute;
   left: -9999px;
   top: -9999px;
}

#Content { 
	font-family:Verdana, Geneva, sans-serif; 
	font-size: 1.05em;
	line-height: 1.3em;
	height: 100%;
	word-spacing:0.2em;
	letter-spacing: .02em;
	margin-right:2.5em;
	text-align: justify;	
}
H1, 
H2 { 
	font-family: "Old English Text MT",Georgia, serif;
	padding: .1em;
	margin-top:0.5em;
	color:#C00;

}

#container {
	border:1px solid #000 ;
	padding: 3em;
	background: #ffcccc;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	

}
