@charset "utf-8";
/**	 	Website design by Seven Internet			**/
/*****************************************************/
/**			 Copyright Centre Academy			 	**/

html, body, #wrapper {
				margin: 0px; 
}

h1 {
				color: #0B52A1; font-size: 16px; margin-top: 0px;
}

/**	 				HTML Styling			 		**/
/*****************************************************/
/**	 			Wrapper and Layout				 	**/

.wrapper {
				width: 980px; height: auto; margin: 0 auto; text-align: left; 
}

/**	 				HTML Styling			 		**/
/*****************************************************/
/**	 					Header					 	**/

.header {
				float: left; clear: left; width: 980px; height: 160px; background-image: url(images/header.jpg);
				background-repeat: no-repeat; background-position: center top;  
}

.header .spacer {
				float: left; margin-top: 20px; width: 695px; height: 62px;
}


.header .logo {
				float: left; width: 280px; height: 85px; margin-top: 5px; margin-right: 5px; margin-bottom: 5px;
}

.background {
				float: left;  background-image: url(images/background.jpg); background-color: #6EC171;
				background-repeat: no-repeat; background-position: center top; 
}

.menu-content {
				margin: 0px; margin-top: 10px; margin-bottom: 10px; float: left; height: 70px; width: 979px; border-top-width: 8px; border-bottom-width: 1px;
				border-top-style: solid; border-bottom-style: solid; border-top-color: #64CD5F; border-bottom-color: #FFF;
				 display: inline; text-align: center; background-color: #6574F5;
}

.menu {
				height: 70px;  display: inline; text-align: center; position:relative; bottom: -25px; float: left; 
}

.menu a {
				text-align: center; font-family: Verdana, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #FFF; text-decoration: none;
				height: 70px; padding-left: 22px; padding-right: 21px;
}


.line {
				float: left; width: 1px;  height: 70px; border-left-width: 1px;
				border-left-style: solid; border-left-color: #FFF; 
}

.buttons-content {
				float: left; width: 180px; border-top-width: 1px; border-right-width: 1px; border-left-width: 1px;
				border-top-style: solid; border-right-style: solid; border-left-style: solid; border-top-color: #FFF;
				border-right-color: #FFF; border-left-color: #FFF; margin-left: 5px;
}

.buttons a {
				color: #fff; background-color: #6574F5; display: block; border-bottom: 1px solid #fff; font-weight: bold;
				text-decoration: none; text-align: left; height: 38px; font-family: Verdana, sans-serif; 
				font-size: 13px; line-height: 38px; text-indent: 8px;
}

.buttons a:hover {
				background-color: #2B65AF;
}


/**	 				HTML Styling			 		**/
/*****************************************************/
/**	 					Body					 	**/

.content {
				float: left; width: 980px; 	min-height: 768px; height: auto;
}

.content .bodyfront {
				float: left; width: 750px; font-family: Verdana; font-size: 12px;  
				 line-height: 19px; padding-left: 10px; margin-right: 10px;
}

.news {
				float: left; width: 200px; background-image: url(images/news.jpg); background-repeat: no-repeat;
				border:solid 1px #000; background-position: bottom; background-color: #53B953;
}

.news-content {
				width: 176px; margin: 0 auto;   
}

.title-news {
				float: left; width: 174px; font-family: Verdana; font-size: 17px; font-weight: bold; margin-top 6px;
				margin-bottom: 10px;
}

.title{
				float: left; font-family: Verdana; font-size: 13px; font-weight: bold; width: 100%;
}

.news-data {
				float: left; font-family: Verdana; font-size: 12px; font-weight: normal; width: 100%;
}

.readmore a{
				float: left; font-family: Verdana; font-size: 12px; font-weight: normal; width: 100%;
				 color: #000; margin-bottom: 10px;
}

.content .body {
				margin: 0 auto; width: 960px; font-family: Verdana; font-size: 12px;  text-align: left;
				line-height: 19px;
}