* {
    padding: 0;
    margin: 0;
} 

body {
background: #FFF;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #555;
line-height: 17px;
}

img { border: none; }
a { color: #A6C7DA; }
a:hover { text-decoration: none; color : #999; }
h3 { border-bottom: 1px dotted #aaa; color: #666; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #999; }

h4 { border-bottom: 1px dotted #aaa; color: #0080FF; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 16px; letter-spacing: -1px;}

#wrap {
width: 800px;
margin: 20px auto;
}

#header {
background: #497CB5 url(images/header.jpg) no-repeat;
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
height: 80px;
}
#header h1 {
font-size: 35px;
font-weight: 100;
letter-spacing: -3px;
padding: 30px 0 0 33px;
text-align: left;
}
#header h1 a {
color: #A6C7DA;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}
#header h2 {
font-size: 13px;
color: #666;
padding: 4px 0 0 33px;
text-align: left;
font-weight: 100;
}

h1 {
font-size: 35px;
font-weight: 100;
letter-spacing: -3px;
padding: 30px 20px 20px 33px;
}

#content { 
padding: 0 30px;
background: #497CB5 url(images/content.jpg) repeat-y;
}

#left {
padding: 10px 0;
width: 700px;
float: left;
font-size: 12px;
text-align: justify;
}
#left h3 { border-bottom: 1px dotted #aaa; }

.cent {
text-align: center;
}

.centr {
margin-left: auto;
margin-right: auto;
border: 0;
}

.holder {
width: 700px;
margin-left: 10px;
margin-right: 10px;
}

.choicetable {
width: 400px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.small {
font-size: 9px;
}


#footer {
font-size: 10px;
color: #ccc;
text-align: center;
height: 70px;
line-height: 70px;
background: #497CB5 url(images/footer.jpg) no-repeat;
margin: 0 0 20px 0;
}
#footer a { 
color: #ccc;
text-decoration: none;
}
#footer a:hover {
color: #aaa; 
text-decoration: underline; 
}