@charset "utf-8";

body {
text-align:center;
background-color: #DdDec7;
}

p{
font-family:"Times New Roman", Times, serif;
font-size: 14px;
margin: 2px 20px 5px 20px;
color:#333333;
}
table {
margin-left: 20px;
}
table h3{
color: #333333;
font-family:"Times New Roman", Times, serif;
font-size:12px;
} 

.big{
font-family:"Times New Roman", Times, serif;
font-size: 18px;
margin: 2px 20px 5px 20px;
color: #373821;
}

#container{
width: 900px;
text-align: left;
background-color: #DDDEC7;
position: relative;
margin: auto;
border: 1px solid #333;
}
#left{
float: left;
width: 422px;
}
#right{
margin-left: 422px;
height: 648px;
width: 478px;
background-color: #EFEFE4;
}
#footer{
padding-top: 20px;
clear: both;
background-color: #DDDEC7;
height: 30px;

}
#footer p{
font-family:"Times New Roman", Times, serif;
font-size: 14px;
color:#373821;
}
#footer a{
font-family:"Times New Roman", Times, serif;
font-size: 14px;
padding: 0 15px 0 15px;
color:#373821;
text-decoration: none;
border-left: 1px solid #373821;
border-right: 1px solid #373821;
}
