/* CSS Document */
body {
 margin-top: 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: url(images/body-bg.jpg) top left;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #f00;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #f00;
 font-weight: bold;
 font-style: italic;
}
table#layout {
 margin: 0px;
 padding: 0px;
 width: 984px;
}
td.ctrl-row {
 height: 1px;
 padding: 0px;
 margin: 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 1px;
 color: #000;
}
td#nav {
 margin: 0px;
 padding: 0px;
 width: 773px;
 height: 95px;
 background: url(images/nav-br-bg.jpg) bottom right no-repeat;
 text-align: center;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #ff0;
}
#nav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #ff0;
 font-weight: bold;
 text-decoration: none;
}
#nav a:hover {
 color: #fff;
}
td#header {
 margin: 0px;
 padding: 0px;
 width: 773px;
 height: 274px;
 text-align: right;
}
td#trophy {
 background: #fff url(images/trophy-bg.jpg) repeat-y;
}
td#left-col {
 margin: 0px;
 padding: 0px;
 width: 362px;
 background-color: #fff;
 text-align: center;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 background-color: #fff;
 text-align: left;
}
td#main-col-centered {
 margin: 0px;
 padding: 10px;
 background-color: #fff;
 text-align: center;
}
td#main-col1 {
 margin: 0px;
 padding: 0px;
 background-color: #fff;
 text-align: left;
}
td#main-col2 {
 margin: 0px;
 padding: 0px;
 background: #fff url(images/trophy-bg.jpg) right repeat-y;
 text-align: center;
}
td#footer {
 margin: 0px;
 padding: 10px;
 width: 984px;
 background: url(images/footer-bg.jpg) top left no-repeat;
 text-align: center;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
