body {
	padding: 20px;
	background-image: url(../sitepics_site/bgd.png);
	background-attachment: fixed;
}
#mother {
	position: relative;
	margin-left: -315px;
	left: 50%;
	width: 630px;
	border-style: dashed;
	border-color: #000000;
	background-color: #ffffff;
}
#head {
	font-family: "tahoma";
	font-size: 13px;
	padding-top: 10px;
}
#body {
	font-family: "tahoma";
	font-size: 11px;
	padding-left: 15px;
	padding-right: 15px;
}
#foot{
	font-family: "tahoma";
	font-size: 10px;
	padding-bottom: 10px;
}
#snare {
	position: absolute;
	width: 160px;
	left: 50%;
	margin-left: -80px;
	top: 163px; 
}
a {
	color: #5F6352;
	text-decoration: none;
}
a:visited {
    	color: #5F6352;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #5F6352;
	text-transform: uppercase;
}
h2 {
	font-size: 11px;
	font-weight: bold;
}
td {
	font-size: 11px;	
}
hr {
	border: solid #000000 1px;
	width: 610px;
}
ol {
	list-style-type: decimal-leading-zero;
}
ul {
        list-style-image: url(../sitepics_site/dot.gif);
}
.img {
	border: 1px solid #999999;
	padding: 3px;
	background-color: #ffffff;
}
.big {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.nextCollumn {
	margin-top: 20px;
}