* html body {
text-align:center
}

body {
	background: url('../../images/bg.jpg') center top repeat-x #ffffff;
	margin: 0;
	padding: 0;
}

p {
  font-family: sans-serif, times new roman, tahoma;
  color: #4d2079;
  font-size:12px;
  }
  
a {
  text-decoration:none;
  color: #4d2079;
  }
  
img {
  border: none;
}

table, tbody, tr, td {
	font-family: sans-serif, times new roman, tahoma;
  color: #4d2079;
  font-size:12px;
}
  
a:hover {
  color:#010101;
  }
  
h1, h2, h3, h4, h5, h6 {
  font-family: georgia;
  color: #4d2079;
}  
  
hr {
  color:#4d2079;
  background:#4d2079;
  height: 1px;
  border: none;
  }

#buspartners li {
  font-family: sans-serif, times new roman, tahoma;
  color: #4d2079;
  font-size:12px;
  font-weight: bold;
}

#header {
  margin: 0 auto 0 auto;
	width: 800px;
	height: 100%;
	text-align: center;
	padding: 0;
}



#menu {
	text-align: center;
	width: 800px;
	font-family: times new roman;
  color: #000000;
  font-size:12px;
  padding-top: 2px;
  padding-bottom:3px;
  line-height: 26px;
}

/* IE7 */

*:first-child+html #menu { margin-top:-4px; }

.menutext {
  /*padding-top: 3px;  */
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  }

 
#main {
	background: url('../images/main.png') repeat-y;
  margin: 0 auto 0 auto;
  padding-bottom: 10px;
	width: 800px;
	height: 100%;
	text-align: center;
}

/* IE7 */

*:first-child+html #main { margin-top:-4px; }

#maincontent {
  float: left;
  text-align:left;
  padding: 15px;
	border: none;
	width: 475px;
	background: transparent;
}

#widecontent {
  float: left;
  text-align:left;
  padding: 15px;
	border: none;
	width: 770px;
	background: transparent;
}

#membercontent {
	text-align:center;
	width: 50%;
  margin: 0 auto 0 auto;
  padding: 30px 0 30px 0;
}

#membercontent form table{
  text-align: center;
}

input {
color:#4d2079;
background:#D3D3D3;
border:1px solid #4d2079;
font-weight:700;
font-size:8pt;
font-family:sans-serif, tahoma
}

.submitbut {
color:#4d2079;
background:#D3D3D3;
border:1px solid #4d2079;
font-weight:700;
font-size:8pt;
font-family:georgia, serif;
}


#rightcontent {
  float: right;
  text-align:left;
  padding: 15px 15px 15px 25px;
	border: none;
	width: 225px;
	background: url('../images/right-back.png') no-repeat;
}

#footer {
	background-image: url('../images/footer_back.png');
	border: none;
	height: 46px;
  margin: 0 auto 0 auto;
	line-height: 46px;
	padding: 0px;
	width: 800px;
	font-family: verdana;
  color: #000000;
  font-size:10px;
  text-align: center
}

#endClear {
clear:both
}