/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif; font-size:13px; text-align: center;
	background-color:#fff; background-image:url(../images/background/grad.jpg); background-repeat: repeat-x;
}

#container {
	margin-left: auto; margin-right: auto; padding:10px;
	width:980px;
	background-color:#fff;
}

#banner {
	width:980px;
	background-image:url(../images/banner/scool_logo_web2.jpg);
	height:130px;
}
#title {
	width:980px;
	margin-bottom:5px;
	margin-top:35px;
}

#title2 p {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	position:absolute;
	font-weight:bolder;
	font-size:30px;
	color:#fff;
	top:210px;
	margin-top:20px;
	left: 160px;
}

.submenu a {
	color:#000000;
	text-decoration:none;	
	font-weight:bold;
}

.submenu a:hover {
	color:#FF0000;
}

.divider {
	width:980px; height:2px;
	margin-top:10px; margin-bottom:10px;
	background-image:url(../images/pixel/pale-grey.GIF);
}

a img {
	border: none; 
}

.text {
	width:980px;	
}

.text, .text p, .text h2, .text h3, .text h4, .text li {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	text-align:justify; color:#333333;	
}

.text h3 {
	text-decoration:underline;
}

.text li {
	margin-left:20px;
}

.text a {
	color:#666;
	font-weight:bold;
}

.text a:hover {
	color:#FF0000;
}

.courses {
	
}

.courses_picture {
	position:absolute;
	align:left;
}

.courses_text {
	position:relative;
	width:760px;
	margin-left:220px;
}

.courses_text p, .courses_text h2, .courses_text ul {
	text-align:justify;
}

.sites {
	
}

.sites_image {
	position:absolute;
	margin-top:10px;
}

.sites_text {
	position:float;
	width:765px;
	margin-left:210px;
}

.sites_text a {
	color: #666666;
	text-decoration: none;
}

.sites_text a:hover {
	color: #FF0000;
}

.sites_info_text {
	position:float;
	width:auto;
	margin-left:360px;
}

#foot_image table tr td{
	background-image:url(../images/background/nav.jpg);
	font-weight:bold;
	border-collapse: collapse;
}

#foot_image table tr td a{
	font-weight:700;
	font-size:14px;
	border-collapse: collapse;
}

#foot_image table tr td:hover{
	background-image:url(../images/background/nav_hover.jpg);
	border-collapse: collapse;
}

#footer {
	width:980px;
	margin-top:20px;
	background-image:none;
	text-align:center;
}

#footer p {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#333;
	font-size: 11px;
}

#footer a {
	text-decoration:none;
	text-align:center;
	color:#ffffFF;
}

#footer a:hover {
	color:#FF0000;
}