/* main */
body { margin: 0; padding: 0; font-family: HelveticaNeue-Light, Helvetica, Arial, sans-serif; background-color: #303136; background-image:  url("images/header_gradient.png"); background-repeat: repeat-x; background-position: top;}
a:link { color: #aa0a14; text-decoration: none;}
a:visited { color: #aa0a14; text-decoration: none;}
a:hover { color: #000; text-decoration: none;}
p { margin-top: 0; margin-bottom: 15px;}
h1 { color: #aa0a14; font-size: 24px; font-weight: lighter; font-style: normal;}
h2 { color: #aa0a14; font-size: 16px; font-weight: lighter; font-style: normal; margin-bottom: 0; }
a.logo { position: relative; top: 10px; width: 300px; background-image:  url(images/logo.png); height: 86px; background-repeat: no-repeat; left: 10px; display: block; }
/* menu */
.nav { position: relative; top: -28px; width: 870px; margin-right: auto; margin-left: auto; padding-right: 25px; }
.nav ul {list-style: none; padding: 0; margin: 0; }
.nav li { float: right; }
.nav li a { display: block; color: #999999; font-size: 22px; font-family: HelveticaNeue-Light, Helvetica, Arial, sans-serif; font-weight: lighter; font-style: normal; font-variant: normal; margin-left: 20px; }
.nav li a:hover {color: #ffffff;}


/* content */
.container { width: 900px; margin-right: auto; margin-left: auto; }
.header { padding-left: 35px; padding-top: 10px; background:  url(images/contentbox_top.png); color: #999999; width: auto; height: 40px; margin-top: 10px; }
.main { width: 830px; margin: 0; background-image: url(images/contentbox_middlefill.png); height: 650px; padding: 10px 35px 18px; }
.content { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; font-family: HelveticaNeue-Light, Helvetica, Arial, sans-serif; font-size: 14px; color: #505050; line-height: 16px; text-align: justify; width: 840px; float: left; }
.txt { text-align: justify; margin-bottom: 10px; }
.txt h3 { color: #282828; font-size: 16px; font-weight: normal; margin-top: 0; margin-bottom: 4px; }
.clear {clear: both;}
.footer { margin-bottom: 20px; height: 33px; background:  url(images/contentbox_bottom.png) repeat-x; font-size: 11px; color: #505050; text-align: center; }
.img_right { float: right; margin-bottom: 10px; margin-left: 20px; }
