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

body{
background-image:url(images/background.jpg);
background-position:top;
background-repeat:no-repeat;
margin-top:20px;
}

img{
border:0;
}

a{
color:#6F8CC0;
font-style:italic;
}
#container{
width:812px;
margin:auto;
position:relative;
}

.left{
float:left;
}
.right{
float:right;
}
.both{
clear:both;
}

#content{
float:left;
width:728px;
height:314px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

#leftColumn{
width:211px;
float:left;
}
#rightColumn{
width:517px;
float:left;
}

#logo{
padding-top:0px;
}
.contentText{
padding:0 30px 25px 8px;
}
.numbers{
padding-right:8px;
}
#popUp{
position:absolute; 
left:101px; 
top:53px; 
width:615px; 
height:496px; 
background-image:url(images/PopUpBackground.png);
display:none;
}
