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

*{
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

body{
margin: 0 auto;
background: url(images/bg_main.jpg) #7a7a7a top center repeat-y;
}

.container{
width: 650px;
height: auto;
margin: 0 auto;
}

.header{
width: 650px;
height: 113px;
background: url(images/header.jpg) top no-repeat;
}

.nav{
width: 650px;
height: 41px;
}

.main_content{
width: 650px;
height: auto;
}

.left_column{
width: 180px;
height: auto;
text-align: center;
float: left;
margin-left: 10px;
}

.content_welcome{
width: 370px;
height: auto;
text-align: left;
vertical-align: top;
padding: 10px 20px 0px 30px;
float: left;
}

.content_thank_you{
width: 610px;
height: 500px;
text-align: center;
vertical-align: top;
}


.serving{
font-size: 11px;
color: #666666;
}

a{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999999;
text-decoration: none;
}

li{
list-style-image: url(images/arrow.png);
color: #205EA7;
margin-left: 45px;
font-size: 14px;
}

a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
text-decoration: underline;
}

.font_thumbs{
vertical-align: top;
}

.footer{
width: 610px;
font-size: 9px;
text-align: center;
clear: both;
color: #666666;
padding: 20px;
}