
body {
	 margin-top: 30px;
	 backgroundd-color: #009900;
    background-image: url(images/background1.jpg);
}

.block-group {
     margin: auto;
     width: 940px;
}

.banner1 {
	  width: 70%;
	  height: 160px;
	  background-color: #FFDFFF;
     border-top: 2px solid black;
     border-left: 2px solid black;
     border-bottom: 2px solid black;
}

.banner1 .banner1a #bannername {
	  margin-top: 50px
}

.banner1 div {
	  float: left;
	  margin-top: 0px;
	  margin-left: 5px;
}

.banner1 #petra1 {
	  margin-top: 5px;
	  margin-left: 20px;
}

.banner2 {
	  width: 30%;
	  height: 160px;
	  background-color: #FFDFFF;
     border-top: 2px solid black;
     border-right: 2px solid black;
     border-bottom: 2px solid black;
}


.banner2a {
	  margin-top: 20px;
}

.banner2a li{
	  float: left;
	  margin-left: 15px;
}


.banner2b {
	  margin-top: 40px;
	  margin-left: 30px;
}

.banner2b a {
	 color: #6d6d6d;
	 font-style: italic;
	 font-family: Arial, "Times New Roman", Georgia, Serif;
	 font-size: 18px;
	 float: left;
	 margin-top: 10px;
	 margin-left: 20px;
}

.navbar {
    height: 65px;
    margin-top: 30px;
	 margin-bottom: 5px;
	 border: 2px solid black;
	 background-color: #A8A8A8;
	 margin-bottom: 30px;
}

.navbar a {
	 color: white;
	 font-style: italic;
	 font-family: Arial, "Times New Roman", Georgia, Serif;
	 font-size: 18px;
	 float: left;
	 margin-top: 5px;
	 margin-left: 20px;
}


@font-face {
 font-family: 'FontName';
 src: url('fonts/FontName.eot');
 src: url('fonts/FontName.eot?#iefix') format('embedded-opentype'),
 url('fonts/FontName-webfont.woff') format('woff'),
 url('fonts/FontName-webfont.ttf') format('truetype'),
 url('fonts/FontName-webfont.svg#FontName') format('svg');
 font-weight: normal;
 font-style: normal;
}



.main {
    width: 68%;
    min-width: 1px;
    background-color: #FFDFFF;
    border-top: 2px solid black;
    border-right: 1px solid black;
    border-bottom: 2px solid black;
    border-left: 2px solid black;   
    margin-bottom: 30px;
}

.main .text{
	margin-left: 10px;
	margin-right: 10px; 
}

.main .text h3{
    color: black;
	 font-family: Arial, "Times New Roman", Georgia, Serif;
	 text-alignnn: left;
	 font-size: 16px;
}

.main .text p{
    color: black;
	 font-family: Arial, "Times New Roman", Georgia, Serif;
	 text-alignnn: left;
	 font-style: italic;
	 font-size: 16px;
}

.sidebar {
    width: 32%;
    height : 100%;
    background-color: #E6E6FA;
    border-top: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    margin-bottom: 30px;
}

.sidebar img {
    margin-left: 10px;
}

.sidebar h4 {
    text-align: center;
}

.footer {
     background-color: #A8A8A8;
     height: 80px;
     border: 2px solid black;
     margin-top: 5px;
     margin-bottom: 15px;
}

.footer .text{
     color: white;
     margin-top: 5px;
     margin-left: 15px;
}




