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


html, body {
background-color:#ffffff;
margin:0px auto;
width:750px;
background-image:url(images/headfirst_bg.gif);
background-position: center center;
background-repeat:repeat-y;
padding:0px;
}

#header {
margin:0px;
padding:30px;
background-color:#000000;
margin-top:-15px;
}

#content {
margin:0px;
background-color:#000000;
width:488px;
margin:0px auto;
}



h1 {
color: #FDB913;
text-transform:capitalize;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
text-decoration:none;
font-weight:bold;
line-height:117%;
}
.h1 {
color: #FDB913;
text-transform:capitalize;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
text-decoration:none;
font-weight:bold;
line-height:117%;
}
h2 {
color: #000000;
text-transform:capitalize;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
font-weight:bold;
line-height:117%;
}
p {
color: #B3B3B3;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:normal;
line-height:140%;
}
.white {color:#FFFFFF}
.orange {color: #FDB913;
text-decoration:underline;
font-weight:bold;
font-style:normal;
}
.contact {color:#FFFFFF;
float:right;
font-weight:bold;
}

a:link {
color: #999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:normal;
line-height:140%;
}
a:visited {
color: #999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:normal;
line-height:140%;
font-style:normal;
}
a:hover {
color: #B2B2B2;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:normal;
line-height:140%;
font-style:italic;
}
a:active {
color: #B2B2B2;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:normal;
line-height:140%;
font-style:italic;
}

a.book:link {
text-transform:capitalize;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
text-decoration:none;
font-weight:bold;
line-height:117%;
color:#FFFFFF;
background-color:#FDB913;
text-align:center;
padding:10px 12px;
font-style:normal;
}
a.book:visited {
text-transform:capitalize;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
text-decoration:none;
font-weight:bold;
line-height:117%;
color:#FFFFFF;
background-color:#FDB913;
text-align:center;
padding:10px 12px;
font-style:normal;
}
a.book:hover {
text-transform:capitalize;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
text-decoration:none;
font-weight:bold;
line-height:117%;
color:#FFFFFF;
background-color:#FFD27C;
text-align:center;
padding:10px 12px;
font-style:normal;
}
a.book:active {
text-transform:capitalize;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
text-decoration:none;
font-weight:bold;
line-height:117%;
color:#FFFFFF;
background-color:#FFD27C;
text-align:center;
padding:10px 12px;
font-style:normal;
}

.footer {font-size:9px;
width:720px;
margin:30px auto;
text-align:center
}
