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


.box{
width:1000px;
}

.top{
width:1000px;
height:200px;
background-color:#000000;
float:left;
}


.left{
width:200px;
background-color:#000000;
float:left;
}


.right{
width:800px;
background-color:#FF0000;
float:left;
padding-bottom:40px;
}

.rightphotos {
width:800px;
height:600px;
background-color:#FF0000;
float:left;
padding-bottom:20px;
padding-top:20px;
}


.bottom{
width:1000px;
height:50px;
background-color:#000000;
float:left;
}


body{
text-align:center;
margin:0px;
background-color:#000000;
}




h3{
text-align:center;
color:#FFFFFF;
}



img{
border:none;
}


a{
color:#FFFFFF;
}


.innerbox {
margin-left:30px;
margin-right:30px;
}

.innerfloatright {
margin-left:15px;
margin-right:30px;
float:right;
text-align:left;
width:500px;
}

.innerfloatleft {
margin-right:15px;
float:left;
margin-left:30px;
}