.page
{
	background-image: url(/images/training_bground/bground_7.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
.content h1, .content h2, .content h3, .box_content_course h1
{
	color: #005861;
}
.box_top
{
	background-image: url(../images/training_box/t.gif);
}
.box_left
{
	background-image: url(../images/training_box/l.gif);
}
.box_right
{
	background-image: url(../images/training_box/r.gif);
}
.box_bottom
{
	background-image: url(../images/training_box/b.gif);
}

.attention 
{
	color: #FF0000;
}

.upcoming
{
	a:link {color: #008888; text-decoration: underline; }
	a:active {color: #008888; text-decoration: underline; }
	a:visited {color: #008888; text-decoration: underline; }
	a:hover {color: #970FC8; text-decoration: none; }
}

#CoursePrices {float : right;
			  color: #005861;
			  top : 1em;
			  right : 2em;
			  width : 55%;
			  border : 0px;
			  background-color : #ffffff;}

#book_now {float : right;
		   color : #ffffff;
		   text-align : center;
		   top : 1em;
		   right : 10em;
		   width : 20%;
		   border-style : solid;
		   border : 1px;
		   border-color : blue;
		   background-color : #005861;}

#book_now:hover {background-color : #33A6B2;}

a:link {color: #005861; text-decoration: underline; }
a:active {color: #005861; text-decoration: underline; }
a:visited {color: #005861; text-decoration: underline; }
a:hover {color: #970FC8; text-decoration: none; }