body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #6E6E6E;
	line-height: 1.5em;
}
h1 {
	font-size: medium;
	color: #B22222;
}
h2 {
	font-size: small;
	color: #B15A19;
}
h3 {
	font-size: small;
	color: #424242;
	font-weight: bold;
}
#outer {
	width: 100%;
	text-align: center;
}
#inner {
	width: 800px;
	margin: 1 auto auto;
	border: 1px solid #446F7B;
	text-align: left;
}
#top {
	width: 100%;
	height: 330px;
}
.top_home {
	background-image: url(../img/top_home.jpg);	
}
.top_began {
	background-image: url(../img/top_began.jpg);	
}
.top_calendar {
	background-image: url(../img/top_calendar.jpg);	
}
.top_seminar {
	background-image: url(../img/top_seminars.jpg);	
}
.top_introductory {
	background-image: url(../img/top_introductory.jpg);	
}
.top_price {
	background-image: url(../img/top_price.jpg);	
}
.top_directory {
	background-image: url(../img/top_directory.jpg);	
}
.top_contact {
	background-image: url(../img/top_contact.jpg);	
}
.top_booking {
	background-image: url(../img/top_booking.jpg);	
}
#nav {
	height: 20px;
	width: 100%;
	font-weight: bold;
}

#content {
	width: 790px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 20px;
}
#bottom {
	width: 100%;
	height: 50px;
	line-height: 25px;
	background-color: #446F7B;
	text-align: center;
	color: White;
}
.item_left {
	float: left;
	margin-right: 10px;
}
.item_right {
	float: right;
	margin-left: 10px;
}
a:link  {
	text-decoration: none;
	color: #6E6E6E;
	font-weight: bold;
}
a:visited  {
	text-decoration: none;
	color: #6E6E6E;
	font-weight: bold;
}
a:hover  {
	text-decoration: none;
	color: #0000CD;
	font-weight: bold;
}
a:focus {
	text-decoration: none;
	color: #6E6E6E;
	font-weight: bold;
}
.seminarbox {
	width: 150px;
	float: left;
	margin-right: 20px;
}
.booking_link:link {
	font-size: small;
	font-weight: bold;
	color: #B22222;
} 
.booking_link:visited {
	font-size: small;
	font-weight: bold;
	color: #B22222;
}
.booking_link:hover {
	font-size: small;
	font-weight: bold;
	color: #0000CD;
}
.booking_link:focus {
	font-size: small;
	font-weight: bold;
	color: #B22222;
}
.sidebox {
	width: 160px;
	background-color: #F0FFFF;
	border: solid 1px dashed;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	color: #8B0000;
	font-weight: bold;
}
.sidebox a:link {
	color: #8B0000;
	font-weight: bold;
	text-decoration: none;
}
.sidebox a:visited {
	color: #8B0000;
	font-weight: bold;
	text-decoration: none;
}
.sidebox a:hover {
	color: #8B0000;
	font-weight: bold;
	text-decoration: none;
}
.sidebox a:focus {
	color: #8B0000;
	font-weight: bold;
	text-decoration: none;
}


/*  IAS LINK RULES    */
.ias:link {
	font-size: x-small;
	color: White;
}
.ias:visited {
	font-size: x-small;
	color: White;
}
.ias:hover {
	font-size: x-small;
	color: #FF8C00;
}
.ias:focus {
	font-size: x-small;
	color: White;
}
