a img {
  border: 0px;
}
body {
  background: url('images/wallpaper/land.jpg') top fixed;
  font-family: arial, sans-serif;
  font-size: 12px;
  margin: 0px;
}

a {
  color: #0000ff;
  text-decoration: none;
}

a:hover {
  color: #c0c0c0;
  text-decoration: underline;
}

a.teacher {
  color: #101010;
  text-decoration:none;
}

a.teacher:hover {
  color: #009922;
  text-decoration:underline;
}

a.family {
  color:#101010;
  text-decoration:none;
}

a.family:hover {
  color:#ffcc00;
  text-decoration:underline;
}

a.student {
  color:#101010;
  text-decoration:none;
}

a.student:hover {
  color:#ff9900;
  text-decoration:underline;
}

#header {
  background: url('header.jpg') top left;
  height: 154px;
  margin: auto;
  padding: 10px;
  width: 780px;
}
#container {
  background: #fff;
  margin: auto;
  width: 800px;
}
#menu {
  height: 30px;
  width: 800px;
}
#sidebar {
  float: left;
  padding: 10px;
  width: 180px;
}
#sidebar .box {
  background: #ffffeb;
  margin-bottom: 10px;
  padding: 10px;
}
#sidebar .box .avatar {
  float: left;
  padding-right: 10px;
}
#sidebar .box .name {
  font-size: 14px;
  font-weight: bold;
}
#sidebar .box .tiny {
  font-size: 10px;
}
#sidebar .box .list {
  list-style-type: square;
  margin-left: -25px;
}
#sidebar .box .label {
  margin-left: -10px;
  margin-top: -10px;
}
#sidebar .box .error {
  color: #f00;
  font-weight: bold;
}
#content {
  background: #ffffff;
  float: right;
  padding: 10px;
  width: 580px;
}
#content .box {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
}
#content .blog {
  background: #ffffeb;
  margin-bottom: 10px;
  padding: 10px;
}
#content .avatar, #content .thumb {
  float: left;
  padding-right: 10px;
}
#content .name {
  font-size: 14px;
  font-weight: bold;
}
#content .text {
  display: block;
  text-align: justify;
}
#content .tiny {
  font-size: 10px;
}
#content .tinyRight {
  float: right;
  font-size: 10px;
}
#content .error {
  color: #f00;
  font-weight: bold;
}
#content .quote {
  border: 1px dashed #000;    
  font-style: italic;
  margin-bottom: -10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  padding: 10px;
}
#content td {
  background: #fff;
}
#footer {
  background: url('footer.jpg') top left;
  clear: both;
  height: 63px;
  width: 800px;
}

a.cu {
	color: #ffcc00;
	font-family: Comic Sans MS, verdana, arial, sans-serif;
	font-size: 16px;
	text-decoration:none;
}

a.cu:hover {
	color:#c0c0c0;
	font-family: Comic Sans MS, verdana, arial, sans-serif;
	font-size:16px;
	text-decoration:underline;
}
