/* CSS Document */

body {
font-family: arial, verdana, sans serif;
text-align: left;
font-size: 11px;
padding: 0px;
color: #474747;
background-color: white;
margin: 0px;
text-align: left;
}


img{
border:none;
}

.wrapper{
width:1000px;
height: 800px;
float: left;
}

a{
color: #474747;
text-decoration: none;
font-weight: bold;
}

a:hover{
color: #474747;
text-decoration: underline;
}

.h1{
font-size: 16px;
font-weight: bold;
}


.side{
background-image: url(images/side.jpg);
float:left;
width: 291px;
height: 600px;

}

.buttons{
float: left;
display:block;
width:130px;
margin-top:7px;
line-height:30px;
text-align: left;
font-size: 14px;
margin-left: -32px;
font-weight: bold;
}

.buttons a{
color: #fff;
text-decoration: none;
}

.buttons a:hover{
color: silver;
text-decoration: none;
font-size: 14px;
font-weight: bold;
}

.buttons ul{
list-style: none;
}


.buttons li{
display:inline;
}





em{
font-size: 16px;
font-style: normal;
color: #52654e;
font-weight: bold;
}


.iframe{
float:left;
width:500px;
margin-left: 10px;
margin-top: 10px;
}

.iframe p{
float:left;
text-align: left;
font-size: 12px;
width: 509px;
margin-top: 15px;

}

.content{
float: left;
width: 500px;
text-align: left;
margin-left: 10px;
margin-top: 130px;
}
