/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	color: #746859;
	font-family: verdana,arial,tahoma,trebuchet ms,sans-serif;
}

#header_container {
	position: relative;
	height: 152px;
	padding: 0px;
	background-color: #faebd7;
}

#main_container {
	position: relative;
	padding: 5px 5px 5px 5px;
	background-color: #faebd7;
}

#content_container {
	position: relative;
	padding: 5px 10px 20px 10px;
	background-color: #faf4e9;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    z-index: 1;
    height: 55px;
    padding: 10px 10px 10px 10px;
    color: black;
    background-color: tan;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-repeat: repeat-x;
}

/*--- headings -------------------------------------------------------------*/

#header_container h1 {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    line-height: 65px;
    background-repeat: no-repeat;
    font-family: Tahoma,Courier New,Trebuchet MS,Verdana,Arial,sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#header_container p {
    margin: 40px 50px 0px 250px;
    background-repeat: no-repeat;
    font-family: Tahoma,Courier New,Trebuchet MS,Verdana,Arial,sans-serif;
    font-size: 11px;
    font-style: normal;
    text-decoration: none;
}

#header_container p strong {
    font-size: 14px;
    font-style: bold;
    color: black;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link {
    font-family: verdana, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container a:visited {
    font-family: verdana, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container a:hover {
    font-family: verdana, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:active {
    font-family: verdana, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

/*--- tables ---------------------------------------------------------------*/

#content_container table {
	font-size:14px;
	background-color: #613927;
}

#content_container th {
	padding: 4px 2px 4px 2px;
	text-align:center;
	background-color:#faf4e9;
	font-size: 14px;
	font-weight: bold;
}

#content_container tr {
	padding: 3px 2px 3px 2px;
}

#content_container td {
	border: 10px solid;
	text-align:left;
	background-color:#faf4e9;
	border-color:#faf4e9;
	color:#666666;
}

#content_container table.noBorder {
	background-color: #faf4e9;
}

#content_container li {
	font-size:14px;
	color:#666666;
}

/*--- forms ----------------------------------------------------------------*/

#content_container fieldset {
    display: block;
    overflow: hidden;
    width: 729px;
    margin: 25px auto 0px auto;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
}

#content_container input {
    border-width: 1px;
    border-style: solid;
}

#content_container textarea {
    border-width: 1px;
    border-style: solid;
}

#content_container button {
    border: 1px solid;
}

#content_container legend {
    font-weight: bold;
    font-style: italic;
}

#content_container label {
    font-weight: bold;
}