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

a {
font-family:Georgia, "Times New Roman", Times, serif;
color:#119348;
font-size:12px;
}

#container {
width:800px;
height:550px;
margin:100px auto;
padding:0px;
}

#left {
float:left;
margin:0px;
padding:0px;
width:540px;
height:550px;
}

#imageLeft {
width:540px;
height:500px;
}

#right {
margin:0px;
padding:0px;
float:right;
width:260px;
height:550px;
}