/* Body */
html {	height:100%;}

body {	background: #FFFFFF url('contentbg.jpg') repeat-x;
	font: 8pt Verdana; 
	color: #2b7af2;
	text-align: justify;
	height: 100%}

#word {	line-height: 2; }

#title {	font: 14pt Verdana; 
	color: #2b7af2;}

#title2 {	font: 10pt Verdana; 
	color: #c2d5f1;}

/* Link */
a:link, a:active, a:visited {
	text-decoration: none; 
	font-weight: bold;
	color: #72a6f4;}
	
a:hover {text-decoration: none; 
	border-bottom: #fbc0ce solid 2px;
	font-weight: bold;
	color: #fd6b8e;}

/* Div Alignment */
#headt {position: absolute;
	top: 0px;
	left: 0px;}

#content { position: absolute;
	top: 90px;
	left: 10px;
	margin-right: 10px;
	text-align: justify;}
	
#mininav { position: absolute;
	top: 60px;
	left: 10px;
	text-align: justify;}

/* Etc */
blockquote {padding: 3px;
	    background: #FFFFFF;
	    border: #c2d5f1 solid 3px;
	    color: #72a6f4;}

#sidebar form {margin-top: 0;
	        margin-bottom: 0}
