@import url("../../css/main.css");

h1, h2, h3 {
font-weight: bold;
text-transform: uppercase;
color: #c08000;
}

#left_container {
float: left;
width: 500px;
}

#right_container {
padding-left: 50px;
float: left;
margin-left: 10px;
}
