body {
  background-color: #000;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 62.5%;	
  *font-size: 65%;
  margin: 0;
  overflow: auto;
  text-align: center;
}

a, p, cite, address, input, select, textarea, th, td, h1, h2, h3, h4, h5, li {
  font-size: 1em;
}

:link:focus, :visited:focus
{
  -moz-outline: 0;
}

input.error, select.error
{
  border: 1px solid red;
  background: #fffce2 url(../images/warning_obj.gif) no-repeat right 0;
}

input:focus, select:focus
{
  background:#fff;
}

.mandatory
{
  font-weight: bold;
}

div#logo-print-header, div#logo-print-footer {
  display: none;
}

/* global */

h1 {
  background: transparent url(../images/logo-art-move.jpg) no-repeat 0 0;
  height: 86px;
  margin: 0;
  text-indent: -9009px;
  position: absolute;
  width: 146px;
}

h1 a {
  display: block;
  height: 100%;
  width: 100%;
}

h2 {
  color: #776d11;
  font-size: 1.4em;
  margin: 0 0 18px;
}

h3 {
  color: #000;
  font-size: 1.0em;
  line-height: 15px;
  *line-height: 0;
}

p {
  font-size: 1em;
  margin: 14px 0;
}

img {
  border: 0;
}

form {
  margin: 0;
  padding: 8px 0 0;
}

fieldset {
  border: 0;
  margin: 0 auto;
	padding: 0;
  width: 549px;
}

legend {
  background: #fff url(../images/img-asterisk.gif) no-repeat 100% 0;
	color: #039;
	font-weight: bold;
	padding: 0 10px 20px 388px;
}

label,input, select, textarea {
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 250px;
}

label {
  padding-top: 2px;
  padding-right: 9px;
  text-align: right;
  width: 150px;
}

input, select {
  margin-left: 5px;
}

select {
  font-size: 1.1em;
  width: 254px;
  *width: 256px;
}

::root select {
  width: 250px;
}

form p {
  float: left;
	margin: 0 0 0 155px;
	_margin: 0 0 0 80px;
	padding: 0 !important;
	*padding-left: 4px !important;
	_padding-left: 0 !important;
	width: 367px;
	_width: 388px;
}

::root form p {
  margin-left: 156px;
}

form p input {
  /*float: left;
	margin-right: 3px;
  width: 10px;*/
}

form p label {
  float: left;
	padding-top: 4px;
  text-align: left;
  width: 320px;
  _width: 350px;
}

::root form p label {
  padding-top: 2px;
}

hr {
  background-color: transparent;
  border: none;
  border-top: 1px dashed #999;
	display: block;
	height: 1px;
  margin: 5px 0 10px;
}

br {
  clear: left;
}

a {
  color: #776d11;
}

a:hover {
  text-decoration: none;
}

/* layout */

div#main {
  margin: 0 auto;
  width: 700px;
}

/* header */

div#header, div#footer {
  margin: 0 auto;
  text-align: left;
  width: 700px;
}

div#header {
  background: #fff url(../images/img-header-bg.jpg) no-repeat 0 0;
  height: 86px;
}

/* content */

div#content-wrapper {
  background-color: #fff;
	float: left;
  margin: 0 auto;
  text-align: left;
}

/* nav-primary */

div#gutter-left {
  float: left;
  width: 91px;
}

ul#nav-primary {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a.nav-link1, a.nav-link2, a.nav-link3, a.nav-link4, a.nav-link5 {
  display: block;
  text-indent: -9009px;  
}

a.nav-link1 {
  background: transparent url(../images/button-home.jpg) no-repeat 0 0;
  height: 38px;
  width: 91px;
}

a.nav-link1:hover, a.nav-link1-selected {
  background-position: 0 -38px;
}

a.nav-link2 {
  background: transparent url(../images/button-sponsor.jpg) no-repeat 0 0;
  height: 25px;
  width: 91px;
}

a.nav-link2:hover, a.nav-link2-selected {
  background-position: 0 -25px;
}

a.nav-link3 {
  background: transparent url(../images/button-donate.jpg) no-repeat 0 0;
  height: 25px;
  width: 91px;
}

a.nav-link3:hover, a.nav-link3-selected {
  background-position: 0 -25px;
}

a.nav-link4 {
  background: transparent url(../images/button-contact.jpg) no-repeat 0 0;
  height: 25px;
  width: 91px;
}

a.nav-link4:hover, a.nav-link4-selected {
  background-position: 0 -25px;
}

/* content body */

div#content-body {
  background-color: #fff;
  float: left;
  padding: 21px 24px 23px 36px;
  width: 549px;
}

table#join-us {
  font-weight: bold;
  padding: 0;
}

table#join-us td {
  vertical-align: top;
}

table#join-us td span {
  text-transform: uppercase;
}

p.ind-tickets {
  margin-top: 30px;
}

/* submit questions */

ul#submit-questions {
  list-style-type: none;
	margin: 0 0 50px;
	*margin: 0 0 75px;
	padding: 0;
}

ul#submit-questions li {
	float: left;
  display: block;
	width: 175px;
}

ul#submit-questions li.li-spacer {
  width: 75px;
}

ul#submit-questions li span {
  display: none;
	font-size: 1.1em;
	padding-top: 15px;
  text-align: center;
	
}

/* form */

form div {
  margin-bottom: 10px;
	padding-right: 45px;
}

label.div-extend {
	padding-bottom: 30px;
}

input.button-submit {
  height: 21px;
  margin: 10px 0 0 162px;
  _margin: 10px 0 0 82px;
	width: 72px;
}

form p.move-left {
  margin: 0 0 10px;
	width: 100%;
}

form p.move-left-center {
  text-align: center;
}

form label.required {
  background: #fff url(../images/img-asterisk.gif) no-repeat 100% 2px;
	color: #039;
	font-weight: bold;
}

form p label.required2 {
  background: #fff url(../images/img-asterisk.gif) no-repeat 0 2px;
	color: #039;
	font-weight: bold;
	padding-left: 8px;
}

form textarea {
  margin-left: 5px;
	height: 75px;
	overflow: auto;
	width: 252px;
}

::root form textarea {
	width: 250px;
}

/* footer */

div#footer {
  background: #fff url(../images/img-footer-bg.jpg) no-repeat 0 0;
  clear: both;
  height: 86px;
}