a, a:hover, a:visited, img{
	border: 0 none;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.rounded {
  -moz-border-radius:1ex;
  -webkit-border-radius:1ex;
} 
body{
	line-height: 15px;
	padding: 0 15px 15px 15px;
	background-color: #fac042;
	background-attachment: fixed;
	background-image: url(../images/bg_main_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

h1,h2 {
	text-align:left;
	color: #8a1e04;
}
h3{
	color:#8A1E04;
}
#wrapper {
	margin: 0 auto;
	width:920px;
}

input, textarea {
	font-family: Arial;
	font-size: 12px;
	margin: 2px 0 2px 0;
}