/* CSS Document */

body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	background-color: black;
	text-align: center;
	padding: 30px 0;
}

a {
color: #4f657d;
}

.header {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color: 4f657d;
	font-weight: bold;
}


.stillstable {
  background-color: white;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.stillstable td {
  padding-right: 20px;
  padding-bottom: 20px;2
  border-collapse: collapse;
}

.smallstillstable {
  background-color: white;
  border-collapse: collapse;
  margin-bottom: 10px;
  font-family: "Trebuchet MS", Verdana, Arial;
  font-size: 12px;
}

.smallstillstable td {
  padding-right: 10px;
  padding-bottom: 10px;
  border-collapse: collapse;
}

.smallstillstable a {
  font-family: "Trebuchet MS", Verdana, Arial;
  font-size: 12px;
  text-decoration: none;
}

.smallstillstable img {
  font-family: "Trebuchet MS", Verdana, Arial;
  border: none;
}

#container {
 background: url(images/hoodie-boy-on-bench.jpg) no-repeat bottom right;
}

#container, #containerclear {
 background-color: white;
 width: 700px;
 min-height: 500px;
 height: auto;
 text-align: left;
 margin: 0 auto;
}
/* for Internet Explorer */
/*\*/
* html #container,  * html #containerclear {
 height: 500px;
}
/**/


#navigation {
 width: 400px;
 background-color: white;
 height: 30px;
 padding-left: 40px;
 padding-top: 40px;
 color: #81a4c2;
}

#navigation a {
 color: #4f657d;
 text-decoration: none;
}

#navigation a:hover {
 color: #81a4c2;
}

#mainbodytext {
 width: 350px;
 padding-left: 40px;
 padding-top: 40px;
}

#mainbodytext2 {
 width: 600px;
 padding-left: 40px;
 padding-top: 40px;
}