@charset "UTF-8";

body
{font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
background:#999 url(../images/bg.png) repeat-x;
padding:4em 0 0;
margin:0;}

#card
{width:464px;
height:276px;
margin:0em auto 1em;}

#card-left
{float:left;
width:70px;
height:276px;
background:transparent url(../images/card-left.png) no-repeat;}

#card-middle
{float:left;
width:324px;
height:276px;
background:transparent url(../images/card-middle.png) repeat-x;}

#card-right
{float:left;
width:70px;
height:276px;
background:transparent url(../images/card-right.png) no-repeat;}

#card-middle p
{font-size:small;
font-weight:bold;
text-align:center;
color:#666;}

#card-middle p.contact
{text-align:left;
color:#ccc;
padding-top:2em;}

.clear
{clear:both;}

h1, h2, h3
{text-align:right;
color:#333;}

h2
{font-size:120%;}

a
{color:#fff;
text-decoration:none;}

a:hover
{text-decoration:underline;}
