body {
	margin: 0px;
	background-image: url(images/bkgrd2.gif);
	background-repeat: repeat-y;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.subtitle {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.blue {
	color: #0033CC;
}
.border {
	border: thin solid #660000;
}
.bluesmall {
	color: #996666;
	font-size: 12px;
	font-weight: bold;
}
.bluebig {
	color: #996666;
	font-size: 14px;
	font-weight: bold;
}
.bluebigger {
	color: #996666;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}
.bluebiggest {
	color: #996666;
	font-size: 20px;
	font-weight: bold;
}
.smallten {
	font-size: 10px;
	font-weight: bold;
	color: #CC3300;
}
a:hover {
	text-decoration: underline;
}
#container { background: url(the_Url_Of_The_Background_Image.gif) repeat-y 0% 0%; }
#div1 {
	float:left;
	width:50%;
	margin-top: 3px;
}
#div2 { margin-left:50%; width:50%;} 

