* {
	margin: 0;
	padding: 0;
}
body {
	background: #888888;
	color: #F0;
	font: normal 100% "Arial",sans-serif;
}
a {
color: #0F00A0;
margin-left: 2px;
margin-top: 14px;
text-decoration: none
}

a:hover {color: #FF0F0F;}
ul {
margin:0px;
margin-left: 30px;
}
li {
list-style-image: url(img/check.png);
}
.current{
margin-left: 10px;
margin-top: 5px;
font-variant: small-caps;
}
h1 {
	font-size: 1.2em;
	}
h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: red;
	padding-left: 1.25em;
	
}
p {
margin: 8px;
}

.top {
	background: url(img/top.png) repeat-x;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 81;
}
.title {
width: 100%;
height: 26;
padding: 5px 5px;
}
.button {
background: url(img/button.png) repeat-x;
width: 170px;
height: 32px;
padding: 2px;
border: 1px solid #FFFFFF;
Float: left;
}
.news{
background: url(img/news.gif) right top no-repeat;
width: 100%;
height: 515px;
overflow: auto;
}
.prog{
background: url(img/prog.gif) right top no-repeat;
width: 100%;
height: 515px;
overflow: auto;
}
.art {
background: url(img/art.gif) right top no-repeat;
width: 100%;
height: 515px;
overflow: auto;
}
.read {
background: url(img/read.gif) right top no-repeat;
width: 100%;
height: 515px;
overflow: auto;
}
.student {
background: url(img/student.gif) right top no-repeat;
width: 100%;
height: 515px;
overflow: auto;
}
.tests {
background: url(img/tests.gif) right top no-repeat;
width: 100%;
height: 515px;
}
.write {
background: url(img/write.gif) right top no-repeat;
width: 100%;
height: 515px;
}