@charset "utf-8";
/* CSS Document */

body {
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
font-size: 14px;
line-height: 1.5em;
margin: 0;
padding: 0;
}

.main {
background: url('images/background.jpg') repeat-y;
width: 970px;
margin: auto;
text-align: left;
}

.highlight {
font-size: 16px;
text-align: center;
font-style: italic;
}

.leftside {
float: left;
width: 310px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.menu {
margin: 50px 0 30px 0;
width: 250px;
background: url('images/menubg.jpg') repeat-y;
padding-top: 10px;
}

#menu{
list-style-type: none;
margin-left: -10px;
}

#menu li a{
display: block;
font-size: 20px;
font-style: normal;
text-decoration: none;
padding: 3px;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 2em;
}

#menu li a:link{
color: #fff;
text-decoration: none;
}

#menu li a:visited{
color: #fff;
text-decoration: none;
}

#menu li a:hover{
color: #FFCA24;
text-decoration: none;
}

.content {
padding: 15px;
}

.logo {
background: url('images/logo.png') no-repeat;
height: 226px;
width: 300px;
}

.logo2 {
background: url('images/logo2.png') no-repeat;
height: 170px;
width: 225px;
}

.certificate {
width: 380px;
height: 260px;
padding: 60px;
background: url('images/certificate.gif') no-repeat;
color: #000;
margin: 0 0 0 300px;
font-size: 12px;
line-height: 1.3em;
}

a:link {
color: #FFCA24;
text-decoration: underline;
}

a:visited {
text-decoration: underline;
color: #FFCA24;
}

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

a:active {
text-decoration: none;
}

h2{
color: #FFCA24;
}

.yellow {
color: #FFCA24;
}

.footer{
font-size: 11px;
font-weight: normal;
font-style: normal;
width: 800px;
margin: auto;
text-align: center;
}

