#center {
	margin-top: 5px;
}
.categoriesMenu .head {
	background: url(/img2/headExercisesCats.png) no-repeat;
}
.exerciseAdd {
	margin: 12px 0 0 123px;
	display: block;
}
.exercisesList {
	background: url(/img2/headExercises.png) no-repeat;
}
.exercisesList .description {
	margin-top: 20px;
}
#exerciseAssign {
	color: #000;
	font-weight: bold;
	padding: 0 20px 0 15px;
}
#exerciseAssign .assign {
	float: right;
	background: url(/img2/headExerciseAssign.png) no-repeat 0 8px;
	margin: 0;
	padding: 0 0 0 100px;
}
#exerciseDesc {
	background: url(/img2/dietDescBg2.png) repeat-y;
	margin: 0;
	border: 1px solid #d3d3d3;
	width: 657px;
	overflow: hidden;
	position: relative;
}
#exerciseDescContent {
	margin: 12px 10px 45px 344px;
}
#exerciseDesc .image {
	float: left;
	width: 330px;
	margin-top: 10px;
	text-align: center;
}
#exerciseDesc2 {
	padding: 0 20px 0 15px;
}
#exerciseDescContent h1 {
	color: #7d5024;
	font-size: 1.4em;
	padding: 5px 0;
}
.navi {
	background: url(/img2/dietNaviBg.png) repeat-x;
	height: 40px;
	margin: 0 1px 0 0 ;
	width: 657px;
	clear: both;
}
.navi .next {
	float: right;
}
.navi .next, .navi .prev {
	padding: 14px 10px 0 10px;
	display: block;
}
#exerciseAdd {
	background: url(/img2/headExerciseAdd.jpg) no-repeat;
	padding-top: 50px;
	padding-left: 20px;
}
#exerciseAdd form {
	background: url(/img2/headExerciseAdd2.png) no-repeat 0 10px;
	padding-top: 50px;
}
#exerciseAdd form input, #exerciseAdd textarea {
	width: 300px;
}
#exerciseAdd td {
	vertical-align: top;
}
#exerciseAdd form #repeat, #exerciseAdd form #qty {
	width: 50px;
}
