html {
	min-height:100%;
}
body {
	min-height:100%;
	margin:0;
	background: #4d4d4d; /* Old browsers */
	background: -moz-linear-gradient(top,  #4d4d4d 0%, #b8b8b8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(100%,#b8b8b8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4d4d4d 0%,#b8b8b8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4d4d4d 0%,#b8b8b8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4d4d4d 0%,#b8b8b8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4d4d4d 0%,#b8b8b8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#b8b8b8',GradientType=0 ); /* IE6-9 */
}
html, body, div, p, td, tr, table {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Verdana, sans-serif, Arial, Helvetica;
	font-size: 12px;
	line-height: 150%;
}

#inner-wrap {
    position: relative;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
}
#main-wrap {
    position: relative;
    width: 1024px;
    margin: 0px auto;
}
.max-width {
    width: 1024px;
    margin: 0px auto;
}
#wrap-header, #menu {
	position: relative;
    
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat;
	background-color: #333;
	padding: 10px;
}
#wrap-header h1,#wrap-header p, #wrap-header td {
    color: #FFF;
}
#wrap-header tr {
	border-style: solid;
	border-color: #FFF;
}

#wrap-header td {
	text-align: left;
	vertical-align: top;
	
}
#content {
    width: 900px;
    margin: 0px auto;
    padding: 50px 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 20px;
  text-rendering: optimizelegibility;
}
h1,
h2,
h3 {
  line-height: 30px;
}
h1, h1 * {
  font-size: 24.5px !important;
}
h2, h2 * {
  font-size: 17.5px !important;
}
h3, h3 * {
  font-size: 14px !important;
}
li {
	list-style-type: disc;
}
img {
	border: 0px;
}
a:link, a:visited, a:active {
	color: #B50606;
	text-decoration: none;
}
a:hover {
	color: #BF0000;
	text-decoration: underline;
}
#menu {
	height: 43px;
}
#menu li {
    position: relative;
    float: left;
    z-index: 1;
    list-style: outside none none;
    background: transparent url("../images/main-trenner.gif") no-repeat scroll right 7px;
}
#menu ul {
	margin: 0 auto;
	padding: 0;
}
#menu a {
	display: block;
	width:204px;
	padding: 15px 0 10px 0;
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px #000;
}
