body {
padding: 0;
margin: 0;
}

#main {
background: #FFFFFF;
}

#content {
border: 1px solid black;
background-image: url(training1.jpg);
background-position: center;
background-repeat: no-repeat;
clear: both;
padding: 0 1em;
}

#content a {
text-decoration: none;
color: blue;
}

#content a:hover {
text-decoration: none;
color: #FFFFFF;
background: #999999;
}

blockquote {
font-family: sans-serif;
font-size: 16px;
}

#Heading H1 {
padding: 0;
margin: 0;
}

#Heading H3 {
padding: 0;
margin: 0;
}

/*
--------------------
------- Tabs -------
--------------------
*/
	
#tabs ul {
list-style: none;
padding: 0;
margin: 0;
}
    
#tabs li {
float: left;
border: 1px solid #bbb;
border-bottom-width: 0;
text-decoration: none;
font: 80% verdana, arial, sans-serif;
margin: 0;
}
    
#tabs a {
text-decoration: none;
display: block;
background: #F7F7F7;
padding: 0.24em 1em;
color: #999999;
width: 6em;
font-weight: bold;
text-align: center;
}
	
#tabs a:hover {
background: #E0FCFC;
font-weight: bold;
color: #000000;
}
	
#tabs #selected {
border-color: black;
}
	
#tabs #selected a {
position: relative;
top: 1px;
background: white;
color: black;
font-weight: bold;
}