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

body { font-size:14px; background-color:#180054; color:#180054; font-family:'ArialMT','Arial','sans-serif'; line-height:1.2; }

#container { margin:5px auto; width:700px; border-top:#FFF solid 1px; border-bottom:#FFF solid 1px; overflow:hidden; }

#card { width:651px; margin:0px auto 15px auto; background-image:url(images/card-bkg.gif); background-repeat:no-repeat; height:300px; padding:15px; text-align:center; } 

h1 { font-size:36px; color:#fff; display:inline; font-family:"Times New Roman", Times, serif; letter-spacing:2px; }
h2 { font-size:16px; color:#facd3c; display:inline; font-family:"Times New Roman", Times, serif; text-transform:uppercase; letter-spacing:2px; }

.times { font-family:"Times New Roman", Times, serif; font-size:36px; color:#180054; }

.bold { font-weight:bold; }

a:link, a:active{ text-decoration:none; color:#fff; font-weight:normal; }
a:visited { text-decoration:none; color:#fff; font-weight:normal; }
a:hover{ text-decoration:underline; color:#fff; font-weight:normal; }

#card a:link,#card a:active{ text-decoration:none; color:#180054; font-weight:normal; }
#card a:visited { text-decoration:none; color:#180054; font-weight:normal; }
#card a:hover{ text-decoration:underline; color:#180054; font-weight:normal; }

.white { color:#FFF; }

.border { border-bottom:#FFF solid 1px; }

#pictures { margin:0px auto 15px auto; width:700px; }


