@import "reset.css";

body{
	padding:0;
	margin:0;
	font-family: Helvetica,Arial,_sans;
	font-size: 62.5%;
	text-align: center;
	background:#fff url(agent-background.jpg) top repeat-x;
}
#wrapper {
	width:1000px;
	text-align: left;
	margin:0 auto;
	display: block;
}
#content {
	margin:100px 0 0 0;
	border:1px solid #d1d3c2;
	padding:20px;
	background: #f3f5e1;
	box-shadow:0px 0px 14px #444;

}
div.aside {
	float:right;
	background: #fff;
	border:1px solid #d1d3c2;
	width:250px;
	text-align: center;
	font-family: Georgia;
	font-size:14px;
	margin-top:20px;
	color:#555;
	margin-right:45px;
}
div.aside a {
	color:#555;
}
p.big {
	font-size: 1.4em;
}
div.aside span {
	font-size: .9em;
	color:#999;
}
div.aside span a {
	color:#999;
}

a,a:link,a:visited{
	color:#bf8a48;
}
a:hover {
	text-decoration: none;
}
a img {
	border:0;
}
h1 {
	color:#7e2419;
	font-family: Georgia;
	font-size:4.2em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1em;
	padding:0;
	margin:0;
}

h2 {
	font-style: italic;
	color:#639708;
	font-size: 2em;
	font-family: Georgia;
	font-weight: normal;
}
ul {
	list-style-image: url(satr-bullet.jpg);
	line-height: 1.8em;
	font-size:2em;
	padding:2em 3em;
}
ul li {
	padding-left:.5em;
}

form label {
	display: block;
	font-size:1.4em;
	color:#77b019;
	margin-bottom:5px;
	
}
form input[type=submit] {
	background: url(button-bg.jpg) center repeat-x;
	color:#deffa3;
	text-shadow: 0px -1px 1px #486b0f;
	border:1px solid #679b15;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	font-size:1.2em;
	padding:2px 10px;
}
form input[type=submit]:hover {
	color:#fff;
}
form input, form select {
	font-size: 1.5em;
	color:#46680f;
}
form input[type=text] {
	border:1px solid #a2c271;
	padding:5px;
	width:260px;
}
form table {
	width:100%;
}
form table td {
	vertical-align: top;
	width:33%;
	padding-bottom:1em;
}
#footer {
	color:#999;
	padding:1em 0;
	margin-bottom:5em;
}
#footer img {
	float:right;
}
