/*title configuration */

body {
border:none;
  margin: 0;
  padding: 0;
  font-family: "Lucida Console", "Monaco", "courier", monospace;
  background-repeat: repeat;
  background-image:url(images/bird.jpg);
  color: #1e292b;
  background-color: #1e292b;
  text-align: center;
}

#container { 
  text-align: right;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
/*     background-repeat: repeat-y;
  background-image: url(images/cheat.png);*/
background-color: #1e292b;
color:white;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 20px;
padding-bottom: 20px;
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
			/* For IE 8 */
				-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
					/* For IE 5.5 - 7 */
						filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}

#title
{
background-color:white;
color:#1e292b;
border-style:solid;
border-top-color:#1e292b;
border-top-width: 20px;
margin-top: 20px;
padding-top: 20px;
padding-left: 30px;
padding-right: 30px;
}

#topbar
{

border-top-style: solid;
border-top-width: 2px;
padding-top: 3px;
	text-align: center;
	}


#logo
{
float: left;
height: 70px;
padding-top: 20px;

}

#footer
{
background-color:white;
color:#1e292b;
border-style:solid;
border-top-color:#1e292b;
border-top-width: 20px;
margin-top: 20px;
padding-left: 30px;
padding-right: 30px;
}



#index
{
color: #1e292b;
	text-align: right;
	background-color: white;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	}

#main
{ 
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 1.4;
	}
.smalltext
{
font-weight: bold;
font-size:0.9em;
line-height: 1;
}
/*classes*/

.indexbox
{
color: #1e292b;	
	}
	
.indent
{
	padding-left:  100px;
}

.floatright
{
float: right;	
	}
.floatleft
{
float: left;
padding-right: 20px;
}

/*standard tags*/

a:link
{
color:white; 
text-decoration: underline;
}

a:visited
{
color:white;	
text-decoration: none;
}

a:active
{
text-decoration:none;
}

a:hover
{
color: gray;
text-decoration:underline;
}


a.indexbox:link
{
text-decoration:none;
color: #1e292b;	
	}

a.indexbox:visited
{
text-decoration: none;
color: #1e292b;	
	}

a.indexbox:active
{
text-decoration: none;
color: #1e292b;	
	}

a.indexbox:hover
{
text-decoration: underline;
color: gray;	
}



a.title:link
{
color:white;
text-decoration: none;
}

a.title:visited
{
text-decoration: none;

}

a.title:hover
{
color: white;
text-decoration: underline;
}

a.body:link
{
color:white;
text-decoration: none;
}

a.body:visited
{
text-decoration: none;
color: white;
}

a.body:hover
{
text-decoration: underline;
colour: red;
}

h2
{
font-size:2.5em;
}

h3
{
font-size:2em;
}

