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

body {
background-color:#02458a;
text-align:center;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
line-height:1.3;
font-weight:500;
color:#FFFFFF;
}

a:link {
color:#FFFFFF;
text-decoration:underline;
}

a:visited {
color:#CCCCCC;
}

a:hover {
color:#6699FF;
}

#wrapper {
width:800px;
height:650px;
background-image:url(images/wrap_bkgrd.jpg);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
margin-top:20px;
}

#logo {
width:800px;
height:198px;
}

#txt_block {
width:800px;
height:81px;
}

#content {
width:800px;
height:248px;
}

#retail_box {
float:left;
width:248px;
height:248px;
margin-left:133px;
background-color:#004083;
}

#custom_box {
float:left;
width:248px;
height:248px;
margin-left:39px;
background-color:#004083;
}

.box_txt {
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:0.8em;
line-height:1.1;
font-weight:normal;
color:#FFFFFF;
margin: 5px 8px 8px 11px;
}

.box_head {
margin: 3px 0px 3px 3px;
}

#footer {
width:800px;
height:80px;
margin-top:5px;
}

.foot_txt {
font-family:Arial, Helvetica, sans-serif;
text-align:center;
font-size:0.6em;
line-height:1.1;
font-weight:normal;
color:#FFFFFF;
margin: 15px 8px 8px 11px;
}


