* {
  padding: 0;
  margin: 0;
}

body {
  background: url(../images_layout/background.png) repeat-x;
  color: #282828;
  font-family: "Tahoma";
  font-size: 12px;
}

a:link, a:visited {
  color: #282828;
  text-decoration: none;
}

#wrapper {
  width: 990px;
  margin: auto;
  min-height: 500px;
}

#right {
	width: 760px;
	margin: auto;
	float: none;
}



#right #content h1 {
  background: #e4e2f1 url(../images_layout/dot.png) 15px center no-repeat;
  padding-left: 40px;
  font-size: 15px;
  color: #5b5b5b;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  clear: left;
}


#footer {
  background: #e4e2f1 url(../images_layout/footer.png) no-repeat;
  height: 40px;
  border-bottom: solid 1px black;
  border-left: solid 1px #b3bbbf;
  border-right: solid 1px #b3bbbf;
  clear: both;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  padding-left: 200px;
  line-height: 40px;
  color: #007074;
  font-size: 11px;
  font-weight: bold;
}

#footer ul {
  float: right;
  width: 400px;
}

#footer ul li {
  display: inline;
  list-style-type: none;
  float: right;
  height: 40px;
  line-height: 40px;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: normal;
}

.submit {
	background: #007074;
	border: 0;
	color: #e4e2f1;
	padding: 5px;
	margin: 5px;
	margin-left: 0;
}

img {
	border: 0;
}
#question { width: 500px; margin: auto; }
#question p {
padding:5px;
padding-right: 0;
}

#question input[type=text], #question textarea {
	border: solid 1px #e4e2f1;
	background: #eeecf8;
}

#question input {
	width: 175px;
}

#login_form {
	width: 260px;
	margin: auto;	
	padding: 20px;
	margin-top: 50px;
}
#login_form p {
	width: 200px;
	margin: auto;
	margin-bottom: 5px;
}
#login_form p input {
	float: right;
	clear: both;
}
#content {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#login_form label, #lost_form label {
margin-right: 5px;
height: 16px;
}
#login_n, #login_p, #login_m, #id_n {
	width: 150px;
	background: #eeecf8;
	border: solid 1px #e4e2f1;
}
#login_form legend, #newsletter_form legend, #lost_form legend, #links_form legend {
	color: #5e5e5e;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
}

#newsletter_form {
	width: 540px;
	margin: auto;	
	padding: 20px;
	margin-top: 20px;
}
#newsletter_form p, #lost_form p {
	text-align: right;
	margin-bottom: 5px;
}
#newsletter_form label {
	display: block;
	width:100px;
	float: right;
	line-height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
#newsletter_form p input {
	width: 200px;
	float: right;
	height: 16px;
}
#newsletter_form p #newsletter_s {
	width: auto;
	height: auto;
}
#lost_form {
	width: 470px;
	margin: auto;	
	padding: 20px;
	margin-top: 50px;
}
#right #content h1 {
	padding-left: 30px;
}

.block-error {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
		color: #5e5e5e;
}
.block-error a {
color: #007074;
}

#lcat {
	font-weight: bold;
}
#links_form {
	width: 500px;
	margin: auto;	
	padding: 20px;
	margin-top: 50px;
}
#links_form p {
	width: 450px;
	margin: auto;
	margin-bottom: 5px;
	text-align: right;
}
#links_form p input, #links_form p select, #links_form p textarea {
	float: right;
	clear: both;
	width: 200px;
}

#links_form label {
	display: block;
	width:200px;
	float: right;
	line-height: 20px;
	vertical-align: middle;
	margin-right: 5px;
	text-align: right;
}
#links_form .submit {
	width: auto;
	margin-right: 0;
}
