
/* body text and page background */
body{
	margin: 0;
	padding-top: 0px;
	
	background-repeat: repeat-y;
}

#wrapper{
	background-image: url(background.gif);
}

#wrapper2{
	width: 727px;
}
	
#header{
	margin: 0;
	padding: 0;
}

#sidebar{
   padding: 1%;
	float: left;
	width: 9em;
	height: 20em;
}
#main{
	
	font-family: arial, helvitica, sans-serif;
	font-size: small;
	padding-top: 2%;
	padding-left: 1%;
	width: 43em;
	height: 35em;
	overflow:auto;
}
#main2{
font-family: arial, helvitica, sans-serif;
	font-size: 0.85em;
	width: 54em;
	height:35em;
	padding-top: 3%;
	padding-left: 1em;
	padding-right:0.5em;
	overflow:auto
}


/* Float image to left of paragraph */
#floatLeft{
   float: left;
   margin-right: 2px;
}
#font{
   font-family: verdana, arial, helvitica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #4d6350;
	text-decoration: none;
}
#boldfont{
   font-family: verdana, arial, helvitica, sans-serif;
	font-size: 0.9em;
	font-weight: bolder;
	color: #404136;
	text-decoration: none;
	text-align: center;
}
#smallfont{
   font-family: verdana, arial, helvitica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	font-style:italic;
	color: #404136;
	text-decoration: none;
	text-align:center;
}

#underline{
	text-decoration:underline;
}

#center{
	text-align:center;
}

h3{
	text-align:center;
}

.a{
	
}
	
