#Header {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/header.jpg);
	width: 1000px;
	height: 300px;
}

#Logo {
	
	position: absolute;
	left: 50px;
	top: 105px;
	
}

#Mail {
	position: absolute;
	left: 170px;
	top: 30px;
}

#PicLinks {
	position: absolute;
	float: left;
	width: 1000px;
	height: 26px;
	top: 300px;
	left: 0;
}

#PicLinkNews {
	float: left;
	width: 180px;
	height: 26px;
	background: url(../img/newsbg.jpg) no-repeat;
	padding-left: 20px;
	padding-top: 20px;
}

#PicLinkAcademy {
	float: left;
	width: 280px;
	height: 26px;
	background: url(../img/stripblue.gif) no-repeat ;
	padding-top: 20px;
	padding-left: 20px;
}

#PicLinkStudents {
	float: left;
	width: 180px;
	height: 26px;
	background: url(../img/stripred.gif) no-repeat ;
	padding-top: 20px;
	padding-left: 20px;
}

#PicLinkEntrants {
	float: left;
	width: 180px;
	height: 26px;
	background: url(../img/stripgrey.gif) no-repeat ;
	padding-top: 20px;
	padding-left: 20px;
}

#PicLinkContacts {
	float: left;
	width: 80px;
	height: 26px;
	background: url(../img/stripgreen.gif) no-repeat ;
	padding-top: 20px;
	padding-left: 20px;
}

body {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

p {
	padding: 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	line-height: 120%;
	margin-left: 1px;
}

h1 {
	padding: 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #693;	
}

a {
	color: #693;	
}

#Contacts  p {
	padding-left: 7px;
	padding-right: 7px;
}

#DocumentBody {
	padding-top: 346px;
	padding-left: 200px;
	width: 800px;
	float: left;
}

#News {
	position: absolute;
	top: 346px;
	left: 0px;
	width: 200px;
	background-image: url(../img/shadownews.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#Academy {
	background-image: url(../img/lineblue.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 300px;
	float: left;
}

#Students {
	background-image: url(../img/linered.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 200px;
	float: left;
}

#Entrants {
	background-image: url(../img/linegrey.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 200px;
	float: left;
}

#Contacts {
	padding-top: 10px;
	background-image: url(../img/contactsbg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 100px;
	height: 460px;
	float: left;
}

#Contacts  p {
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#Contacts  h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
	margin: 0;
}

.FirstParagraph {
	background-image: url(../img/shadowp.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 25px;
}

#MapLinks {
	height: 46px;
	width: 800px;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 200px;
	padding-bottom: 0;
	clear: left;
}

#MapLinks h1 {
	margin-top: 10px;
}

#GoToAcademy {
	float: left;
	text-align: center;
	background: url(../img/stripblue.gif) no-repeat ;
	width: 298px;
	height: 46px;
}

#GoToStudents {
	float: left;
	text-align: center;
	background: url(../img/stripred.gif) no-repeat ;
	width: 200px;
	height: 46px;
}

#GoToEntrants {
	float: left;
	text-align: center;
	background: url(../img/stripgrey.gif) no-repeat ;
	width: 200px;
	height: 46px;
}

#GoToContacts {
	float: left;
	text-align: center;
	background: url(../img/stripgreen.gif) no-repeat ;
	width: 100px;
	height: 46px;
}

#Copyright{
	height: 46px;
	width: 1000px;
	padding-bottom: 46px;
	background: url(../img/shadowfooter.jpg) left bottom no-repeat;
   text-align: right;
}

#Copyright img {
	margin-right: 2px;
}

.Copy {
	font-size: 70%;
	text-align: center;

}

.Counters {
	padding: 0;
	margin: 0;
	text-align: center;
}