body{
	font-family: verdana;
	background: white;


}



.mainpage{
	position: relative;
	padding: 20px;
	width: 1000px;
	
	margin-left: auto ;
  	margin-right: auto ;
	background: white;
	
}

.leftbar{
	position: relative;
	left: 5%;
	width: 43%;
	background: pink;

}

.rightbar{
	position: relative;
	top: -150px;
	left: 52%;
	width: 43%;
	background: white;

}

.indented{
	position: relative;
	left: 200px;
	width: 600px;
	top: -40px;
	
}

a.topic{
	font-size: 20pt;
	color: red;
}

.minitopic{
	font-size: 12pt;
	height: 20px;
}

a.minitopic{
	color: red;
}



a.topic:link{ text-decoration: none;}
a.topic:visited{ text-decoration: none;}
a.topic:active{ text-decoration: none;}
a.topic:hover{ text-decoration: underline;}

a.minitopic:link{ text-decoration: none;}
a.minitopic:visited{ text-decoration: none;}
a.minitopic:active{ text-decoration: none;}
a.minitopic:hover{ text-decoration: underline;}

.summaryTable{
	position: relative;
	background: ivory;
	border-style: solid;
	border-width: 5;
	border-color: red;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius:50px;
	border-bottom-left-radius:50px;
	padding: 20px;
}

.masthead-text2
{
	font-size: 60px;
	font-family: "Comic Sans MS", cursive, sans-serif;
	color: red;
	text-decoration: none;
	position: relative;
	left: 300px;
}

.linkscell{
	
	top: 70;
	text-align: center;

}


.cowhead2{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 100px;
	z-index: 20;
}

.babycow{
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 100px;
	z-index: 20;
}

.ladycow{
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 100px;
	z-index: 20;
}

.hen{
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 100px;
	z-index: 20;
}
.eye1-2{
	position: absolute;
	top: 50px;
	left: 70px;
	z-index: 40;
}

.eye2-2{
	position: absolute;
	top: 50px;
	left: 110px;
	z-index: 40;
}

.bceye1{
	position: absolute;
	top: 40;
	left: 171px;
	z-index: 40;
}

.bceye2{
	position: absolute;
	top: 40;
	left: 196px;
	z-index: 40;
}

.lceye1{
	position: absolute;
	top: 55px;
	left: 41px;
	z-index: 40;
}

.lceye2{
	position: absolute;
	top: 55px;
	left: 73px;
	z-index: 40;
}
.heneye{
	position: absolute;
	top: 42px;
	left: 130;
	z-index: 40;
}


.dragable{
	position : relative;
	cursor : move;
}