body {
	margin:0;
	background:#fff;
	font-family:verdana, arial;
	font-size:12px;
	color:#000;
}

#container {
	width:800px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

#header-left {
	margin:0;
	height:159px;
	background-image: url("gfx/header-left.png");
	background-repeat: no-repeat;
}

#header-right {
	margin:0;
	margin-left:10px;
	height:159px;
	background-image: url("gfx/header-right.png");
  background-position:right;
  background-repeat: no-repeat;
}

#header {
	height:159px;
	margin:0;
	margin-right:10px;
	width:780px;
	background-image: url("gfx/header.png");
	background-repeat: repeat;
	text-align:center;
}

#header img {
	border:0;
}



#menu-left {
	margin:0;
	height:30px;
	background-image: url("gfx/menu-left.png");
	background-repeat: no-repeat;
}

#menu-right {
	margin:0;
	height:30px;
	background:#000;
	background-image: url("gfx/menu-right.png");
  background-position:right;
  background-repeat: no-repeat;
	margin-left:10px;
}

#menu-right ul {
	height:30px;
	margin:0;
	margin-right:10px;
	padding:0;
	padding-left:10px;
	background-image: url("gfx/menu.png"); 
	background-repeat: repeat-x;
	list-style-type: none;  
	
}

#menu-right ul li {
	float: left;
	height:30px;
	margin:0;
	padding:0;	 
}

#menu-right ul li.active {
	background-image: url("gfx/menu-active.png"); 
	background-repeat: repeat-x;
}

#menu-right ul li a {
	margin:0;
	padding:0;
	padding-top:3px;
	height:25px;
	display:block;
	padding-left:15px;
	padding-right:15px;
	line-height:15px;
	font-family:verdana, arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}


#menu-right ul li a:hover {
	text-decoration:underline;
}


#body-left {
	margin:0;
	padding:0;
	background-image: url("gfx/body-left.png");
	background-repeat: repeat-y;
}

#body-right {
	margin:0;
	padding:0;
	width:790px;
	margin-left:10px;
	background-image: url("gfx/body-right.png");
  background-position:right;
  background-repeat: repeat-y;
}

#body {
	margin:0;
	padding:0;
	padding:5px;
	background: #fff;
	margin-right:10px;
}

#body h2 {
	margin-bottom:0;
}

#body img.page {
	float:right;
	background:#f00;
	padding:30px;
	margin:5px;
}

#footer-left {
	margin:0;
	background-image: url("gfx/footer-left.png");
}

#footer-right {
	margin:0;
	padding:0;
	margin-left:10px;
	background-image: url("gfx/footer-right.png");
}

#footer {
	background-image: url("gfx/footer.png");
	background-repeat: repeat-x;
	margin:0;
	margin-right:10px;
	color:#000;
	font-size:10px;
	padding-top:20px;
}

#body h3 {
	color: #af2bbf;
}

div.course-title {
	background-image: url("gfx/course-title-left.png");
	background-repeat: no-repeat;
	height:50px;
	margin-bottom:5px;
}

div.course-title p {
	padding:10px;

	color:#fff;
	cursor:pointer;
	font-size:12px;
	background-image: url("gfx/course-title-right.png");
	background-repeat:no-repeat;
	background-position:top right;
	height:30px;
}

span.course-title {
	margin:0;
	padding:0;
	font-weight:bold;
}

span.course-subtitle {
	margin:0;
	padding:0;
	font-style:italic;
	font-size:10px;
}

span.course-price {
	float:right; 
	font-size:20px; 
	font-weight:bold;
	display:block; 
}
	
div.course-contents {
 margin:0; 
 padding:0; 
 padding-bottom:20px;
 background:#e0e0e0;
 display:none;
 margin-bottom:5px;
}

div.course-contents-body {
	padding:20px; 
	padding-bottom:0; 
	margin:0;
}
	
div.course-contents-body h4 {
	margin:0;
}

p.mission {
	padding:5px; 
	margin:5px;
	margin-top:0;
	margin-bottom:5px;
	color: #fff; 
	display:block; 
	background:#3ea7d2;
	text-align:center;
}

#contact-address {
	display:inline;
}

#contact-form {
	display:inline;
}

#contact-address td {
	background:#e0e0e0;
}

#contact-form td {
	background:#e0e0e0;
}

#map_canvas {
	width:50%;
	height:500px;
	float:right;
}

div.values-left2 {
	background:#2e7e9f;
	margin:0;
	padding:0;
	float:left;
}

div.values-left {
	width:49%;
	background:#2e7e9f;
	margin:0;
	padding:0;
	float:left;
}

div.values-right {
	width:49%;
	background:#2e7e9f;
	margin:0;
	padding:0;
	float:right;
}

div.sub-menu:hover {
	background:#000;
}

div.top-left-corner {
	width:20px;
	height:20px;
	float:left;
	background-image: url("gfx/corners.png");
	background-position: -20px -20px;
	background-repeat: no-repeat;
}

div.top-right-corner {
	width:20px;
	height:20px;
	float:right;
	background-image: url("gfx/corners.png");
	background-position: 0px -20px;
	background-repeat: no-repeat;
}

div.bottom-left-corner {
	width:20px;
	height:20px;
	float:left;
	background-image: url("gfx/corners.png");
	background-position: -20px 0px;
	background-repeat: no-repeat;
}

div.bottom-right-corner {
	width:20px;
	height:20px;
	float:right;
	background-image: url("gfx/corners.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display:inline;
}

div.submenu {
	width:150px; 
	float:right;
	text-align:center;
}

div.submenu a {
	margin-bottom:5px;
	height:33px;
	width:150px;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	color:#000;
	background-image: url("gfx/submenu-off.png");
	display:block;
	padding-top:17px;
}

div.submenu a:hover {
	background-image: url("gfx/submenu-on.png");
	color:#fff;
}
