body {
	background-image:url(fruit2.jpg);
	text-align: center;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	height: 100%;
}

a {
	color: black;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px solid white;
	text-decoration: none
}

p {
	padding: 5px;
}

.content {
	border: 1px solid black;
	background-color:white;
	
	border-top: 0px;
	margin-top: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
	height: 100%;

	display: table;
	width: 100%;
	text-align: left;
	padding: 0px 20px 0px 20px;
}

.content1 {
	width: 500px;
	float: left;
	height: 300px;

}
.sideMenu {
	width: 180px;
	float: right;
	height: 200px;
	border-style:dotted;
	border-width: 2px;
	border-color:red;
	padding: 10px;
	margin-bottom: 100px;
}

.container {
	width: 754px;
	margin: 0 auto;

	border: 1px solid black;
	border-top: 0px;
	border-bottom: 0px;
	background-color:green;
	display:table;
	height: 100%;
	padding: 0px 2px 0px 2px;
}

.recipes {
	width: 700px;
	margin: 10px 0px 20px 25px;
	border-collapse: collapse;

}

.recipes th {
	padding: 4px;
	border: 1px solid white;
	
	font-size:14px;
	background-color: #E2E2E2;
}

.recipes td {
	padding: 4px;
	border: 1px solid white;
	vertical-align: top;
}

.row1 {
	background-color:#CCCCCC;
}

.row2 {
	background-color:#E2E2E2;
}

.addrecipe {
	margin: 20px;
}
.addrecipe td {
	vertical-align: top;
	font-weight: bold;
}

.dottedBox {
	width: 100%;
	color:green;
	font-size: 10px;
	text-align: center;
	border: 1px dotted green;
	border-left: none;
	border-right: none;
	border-bottom: none;	
	padding: 5px;
}


