/*----------------------------------------------------------------------------
	main.css
 ----------------------------------------------------------------------------*/

body#main_body {
    background-color: #000000;
}

#main_container {
    width: 968px;
    height: auto;
    text-align: left;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    background: #fff;
}

#MenuCol {
  width: 168px;
  text-align: left;
  margin-left: 0px;
  margin-top: 0px;
}

#ContentCol {
  width: 800px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  background: #000;
}

#content_container {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    background: #000;
        -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

#photo {
    width: 800px;
    height: 514px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin-bottom: 5px;
    padding: 10px;
    text-align: right;
        -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

#footer_text {
    margin: 0;
    text-align: right;
}

/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
	color: #1A1A1A;
}

.content table {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px 1px 0px 1px;
	color: #1A1A1A;
    border-color: #1B5D2B;
}

.content select {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
	color: #1A1A1A;
}

.content input {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
	color: #1A1A1A;
    border-color: #010101;
}

.content textarea {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
	color: #1A1A1A;
    border-color: #010101;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.content td {
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
	border-color: #1B5D2B;
}

.content th {
    padding: 3px 2px 3px 2px;
	color: #ffffff;
    background-color: #1B5D2B;
}

.content tr.odd {
    padding: 3px 2px 3px 2px;
	color: #000000;
    background-color: #E4E4E4;
}

.content tr.even {
    padding: 3px 2px 3px 2px;
	color: #000000;
    background-color: #FFFFFA;
}

/*--- forms ----------------------------------------------------------------*/

.content legend {
    font-size: 14px;
    font-weight: bold;
	color: #064532;
}

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
	border-color: #010101;
}



.content label {
    color: #010101;
}


/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/

